Matt Posted August 14, 2007 Report Share Posted August 14, 2007 I just setup my firewall doing the following:iptables -Fiptables -P INPUT DROPiptables -P FORWARD DROPiptables -P OUTPUT ACCEPTiptables -A INPUT -i lo -j ACCEPTiptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPTI tested it on HackerWatch and Shields Up, and it passed. I just want a personal opinion. Does that look good? Is there something else I should paste for you to check? Quote Link to post Share on other sites
Phil Posted August 16, 2007 Report Share Posted August 16, 2007 Looks fine.Phil Quote Link to post Share on other sites
Matt Posted August 16, 2007 Author Report Share Posted August 16, 2007 Thanks Phil. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.