Can someone please explain why this is not working?
*filter
-A INPUT -p tcp --dport 110 --syn -j ACCEPT
-A INPUT -p tcp --dport 42 --syn -j ACCEPT
-A INPUT -p tcp --dport 7777 --syn -j ACCEPT
-A INPUT -p tcp --dport 7775 --syn -j ACCEPT
-A INPUT -p tcp --dport 22 --syn -j ACCEPT
-A INPUT -p tcp --dport 80 --syn -j ACCEPT
-A INPUT -p udp --dport 53 -j ACCEPT
-A INPUT -p udp --dport 42 -j ACCEPT
-A INPUT -p tcp --syn -j REJECT
-A INPUT -p udp -j REJECT
COMMIT
Thanks,
-- Glenn Hancock SofTek Software International, Inc. 813 Pavilion Court T: 678-583-5720 I: ghancock@xxxxxxxxxxxxxxxxxx www.softeksoftware.com www.Spambite.com NOTE: My email address is currently protected by Spambite. If you send me an email, you will be asked to validate your email address on the Spambite network AND re-send you original email to me. Or, you can pro-actively register your email address on the Spambite network by visiting the website: www.spambite.com When visiting the website, please feel free to look around to learn about this exciting new technology. |