Meaning of iptables filter restriction
Posted
by Gnanam
on Server Fault
See other posts from Server Fault
or by Gnanam
Published on 2010-04-12T11:16:31Z
Indexed on
2010/04/12
11:23 UTC
Read the original article
Hit count: 377
Hi,
My server is Red Hat Enterprise Linux Server release 5
.
I'm not an expert in Linux iptables firewall.
After installation, I find the following entries in /etc/sysconfig/iptables
.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -j ACCEPT
-A FORWARD -j ACCEPT
-A OUTPUT -j ACCEPT
COMMIT
What does this iptable filter restriction rule mean?
© Server Fault or respective owner