How do I know which firewall is installed on my Red Hat 4 system?
Are there any commands or procedures I can follow?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
To see all software installed look at a YUM or other RH software installers, I'm not sure what had RH 4 uses. You can also get a list of software from a command line interface (terminal) By using the command:
Then view it in a text editor. Linux uses IPCHAINS so the firewall is built in to the IP stack. You can read up on Linux firewalling at linux.com. A useful GUI program for implementing a firewall rule set is FIRESTARTER for Gnome. | |||
feedback
|
|
Your RHEL4 system is using iptables. The rule set is stored in /etc/sysconfig/iptables. Read up on iptables, and do a few Google searches. There are plenty of examples out there. | |||
|
feedback
|