General internal masquerade

This commit is contained in:
asonix 2024-07-02 00:59:24 -05:00
parent 5042acc900
commit 47aaa70558

View file

@ -112,7 +112,7 @@ in
chain postrouting { chain postrouting {
type nat hook postrouting priority 100; policy accept; type nat hook postrouting priority 100; policy accept;
oifname $WAN masquerade oifname $WAN masquerade
ip saddr 192.168.20.0/24 masquerade iifname $BRIDGE oifname $BRIDGE masquerade
} }
} }
''; '';