FireStarter on Centos 6

How can I easily manage iptables ? With a GUI based iptablesĀ configuration programĀ called FireStarter. Note: If you installed your server without a GUI then FireStarter is not for you. Firestarter RPM Centos 6 As the writing of this article I could not find an RPM package in [continue...]

Linux IPTables blocking yum

Scenario / Question: I can not use yum and appears that iptables is blocking yum from establishing a connection with the internet. Solution / Answer: IPTables needs to be configured to allow incoming ESTABLISHED,RELATED connections and establish connection with yum servers by allowing outgoing [continue...]

Linux IPTables blocking DNS and open port 53

Scenario / Question: IPTables is blocking DNS and I can not get DNS from Internet. Solution / Answer: IPTables needs to be configured to allow INPUT of port 53 and the OUTPUT of port 53. DNS uses both tcp and udp protocols on port 53 for communicating. UDP is used for queries transferring less [continue...]