home.r630: allow forwarding traffic
So i can actually reach the docker containers running on there
This commit is contained in:
parent
23fb2aba1c
commit
bfbbffe22c
1 changed files with 7 additions and 0 deletions
|
@ -11,6 +11,13 @@ ips = [
|
||||||
gateway4 = "172.19.138.1"
|
gateway4 = "172.19.138.1"
|
||||||
ipv6_accept_ra = true
|
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]
|
[metadata.users.molly]
|
||||||
password = "!decrypt:dummy$no"
|
password = "!decrypt:dummy$no"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue