#DD-WRT Notes #allow internal devices to access other devices by using public IP iptables -t nat -I POSTROUTING -o br0 -s 192.168.1.0/24 -d 192.168.1.0/24 -j MASQUERADE