notes/DDWRT Notes-MSpShKSV.sh
#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

syntax highlighted by Code2HTML, v. 0.9.1