savage75
Occasional Visitor
Hi folks!
Trying to set a rule on iptables for nat permanently but no luck ?
iptables -t nat -A POSTROUTING -s 10.2.0.0/24 -o br0 -j MASQUERADE
I tried using
iptables-save -t nat
or just
iptables-save
but still no success and every changes will disappear after restarting ??
any ideas how I can solve this ?
thanks
Trying to set a rule on iptables for nat permanently but no luck ?
iptables -t nat -A POSTROUTING -s 10.2.0.0/24 -o br0 -j MASQUERADE
I tried using
iptables-save -t nat
or just
iptables-save
but still no success and every changes will disappear after restarting ??
any ideas how I can solve this ?
thanks
Last edited: