try to fix nat

This commit is contained in:
2023-12-06 12:39:45 +01:00
parent ff0dab4b03
commit 8ffefca044
2 changed files with 28 additions and 25 deletions

View File

@@ -203,7 +203,10 @@
# Setup NAT masquerading on external interfaces
chain postrouting {
type nat hook postrouting priority filter; policy accept;
oifname { "wan", "wrwks", "wg_epicenter", "wg_ghetto_at" } masquerade
oifname { "wan" } masquerade
oifname { "wrwks" } masquerade
oifname { "wg_epicenter" } masquerade
oifname { "wg_ghetto_at" } masquerade
}
}
'';