vote up 0 vote down star

I want to setup a firewall with iptables but it keeps blocking things I don't want blocked :(

After I add my exceptions and do:
iptables -A INPUT -j DROP

I can't run:
curl www.whatismyip.com/automation/n09230945.asp
curl www.whatismyip.com

I added all the ips and nameservers listed by whois for whatismyip.com:

iptables -A INPUT -s 72.233.195 -j ACCEPT
iptables -A INPUT -s 72.233.195 -j ACCEPT
iptables -A INPUT -s 72.233.195 -j ACCEPT
iptables -A INPUT -s 72.233.195 -j ACCEPT
iptables -A INPUT -s 72.233.195 -j ACCEPT
iptables -A INPUT -s 72.233.195 -j ACCEPT

Found from: http://cqcounter.com/whois/

Those are all using the same IP: 72.233.195 - typo in posting only? – OMG Ponies Jul 24 at 22:27

migrated to serverfault.com by Adam Rosenfield, John Kugelman, Godeke, Jon, Bill the Lizard Jul 24 at 23:41

Browse other questions tagged or ask your own question.