- Forums
- Linux Hosting
- How To Enable Disable Firewall In Linux Shell Command Prompt Iptables
This Page Contains information about How To Enable Disable Firewall In Linux Shell Command Prompt Iptables By wallpaperama in category Linux Hosting with 6 Replies. [424], Last Updated: Sat May 18, 2024
wallpaperama
Tue May 01, 2007
6 Comments
15399 Visits
to disable or enable a firewall is easy with fedora. if you have a fedora core distribution of linux, you can send this command to enabled or disabled your firewall that comes pre-installed with fedora.
system-config-securitylevel
after you do that, you will see this:
you can chack to see that it is disabled by running this command:
iptables -L
you should see something like this:
[rootserver1 ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Done