Restoring DD-WRT NAT Loopback

Written by

in

, ,

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]

Comments

Leave a Reply