Alex
2012-06-04 19:42:19 UTC
I am trying to set minimal rules to my Linux iptables rules file. I just want to surf the internet.
Here it is:
* filter
-A OUTPUT -p tcp --dport 80 -j ACCEPT
-A OUTPUT -p tcp --dport 443 -j ACCEPT
-A OUTPUT -p udp --dport 53 -j ACCEPT
COMMIT
What else do I need to surf the internet?
Note: I want all other ports closed.
Thanks a lot. Regards