allow ipv4 forwarding needed by NAT
This commit is contained in:
parent
ea8e9a14bc
commit
f10ac3078e
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
|||
filterForward = true;
|
||||
extraForwardRules = ''
|
||||
# Forward all IPv6 traffic from local network
|
||||
meta nfproto ipv6 iifname "eno2" counter accept
|
||||
iifname "eno2" counter accept
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue