From bfbbffe22c160effbf5dab9f92eda9a4cb59f309 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 31 Aug 2024 19:12:05 +0200 Subject: [PATCH] home.r630: allow forwarding traffic So i can actually reach the docker containers running on there --- nodes/home.r630.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nodes/home.r630.toml b/nodes/home.r630.toml index e28673b..2a18418 100644 --- a/nodes/home.r630.toml +++ b/nodes/home.r630.toml @@ -11,6 +11,13 @@ ips = [ gateway4 = "172.19.138.1" ipv6_accept_ra = true +[metadata.nftable.forward] +50-local-forward = [ + 'ct state { related, established } accept', + 'iifname eno3 accept', + 'ip6 nexthdr ipv6-icmp accept', +] + [metadata.users.molly] password = "!decrypt:dummy$no"