Run within Administration > Commands > save as a firewall script
[code]
iptables -t nat -I POSTROUTING -o br0 -s 10.0.0.0/24 -d 10.0.0.0/24 -j MASQUERADE
[/code]
Run within Administration > Commands > save as a firewall script
[code]
iptables -t nat -I POSTROUTING -o br0 -s 10.0.0.0/24 -d 10.0.0.0/24 -j MASQUERADE
[/code]