change fw rule
This commit is contained in:
parent
1a4956af6e
commit
76cd48e6af
1 changed files with 1 additions and 3 deletions
|
|
@ -130,9 +130,6 @@
|
|||
}
|
||||
|
||||
table ip nat {
|
||||
chain post {
|
||||
iifname { "vb-*" } oifname { "server" } masquerade comment "from internal interfaces"
|
||||
}
|
||||
chain prerouting {
|
||||
type nat hook prerouting priority filter; policy accept;
|
||||
}
|
||||
|
|
@ -141,6 +138,7 @@
|
|||
chain postrouting {
|
||||
type nat hook postrouting priority filter; policy accept;
|
||||
oifname { "wan", "wrwks", "wg_epicenter", "wg_ghetto_at" } masquerade
|
||||
iifname { "vb-*" } oifname { "server" } masquerade comment "from internal interfaces"
|
||||
}
|
||||
}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue