try to fix nat
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user