pmeerw's blog

Sun, 06 Jan 2008

Everything's fine with iodine (and iptables)

To allow packets from dns0 to be forwarded to the wan interface:

iptables -A FORWARD -i dns0 -o $wan_ifname -j ACCEPT

posted at: 16:17 | path: /projects/OpenWrt | permanent link

Made with PyBlosxom