We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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