home.r630: allow forwarding traffic

So i can actually reach the docker containers running on there
This commit is contained in:
Franzi 2024-08-31 19:12:05 +02:00
parent 23fb2aba1c
commit bfbbffe22c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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"