Skip to content
sebkinne edited this page Apr 16, 2013 · 5 revisions

WAN Port

To utilize the WAN Port, Enter these commands in an SSH :

iptables -A FORWARD -i eth1 -o wlan0 -s 172.16.42.0 -m state --state NEW -j ACCEPT
iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
Clone this wiki locally