For some reason, WAN access was still not working for me. Changing the cmd line parameter from -A to -I fixed it for me:
iptables -t filter -I INPUT -p tcp —dport 80 -j ACCEPT
iptables -t filter -I INPUT -p tcp —dport 443 -j ACCEPT
For some reason, WAN access was still not working for me. Changing the cmd line parameter from -A to -I fixed it for me:
iptables -t filter -I INPUT -p tcp —dport 80 -j ACCEPT
iptables -t filter -I INPUT -p tcp —dport 443 -j ACCEPT