winged_box
New Member
I'm using a VPS with Centos 6 and GNOME installed.
Was trying to config my iptables but encounter with an error which I find it contradicting.
--------------------------------------------------------------------------------
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:RH-Firewall-1-INPUT - [0:0]
-A INPUT -j RH-Firewall-1-INPUT
-A FORWARD -j RH-Firewall-1-INPUT
-A RH-Firewall-1-INPUT -m tcp -p tcp --dport 27015 -j ACCEPT
-A RH-Firewall-1-INPUT -m udp -p tcp --dport 27015 -j ACCEPT
COMMIT
-------------------------------------------------------------------------------
iptables: Flushing firewall rules: [ OK ]
iptables: Setting chains to policy ACCEPT: nat mangle filte[ OK ]
iptables: Unloading modules: [ OK ]
iptables: Applying firewall rules: iptables-restore: line 10 failed
[FAILED]
Why would line 10 failed when it asked me to type COMMIT???
Please help
Was trying to config my iptables but encounter with an error which I find it contradicting.
--------------------------------------------------------------------------------
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:RH-Firewall-1-INPUT - [0:0]
-A INPUT -j RH-Firewall-1-INPUT
-A FORWARD -j RH-Firewall-1-INPUT
-A RH-Firewall-1-INPUT -m tcp -p tcp --dport 27015 -j ACCEPT
-A RH-Firewall-1-INPUT -m udp -p tcp --dport 27015 -j ACCEPT
COMMIT
-------------------------------------------------------------------------------
iptables: Flushing firewall rules: [ OK ]
iptables: Setting chains to policy ACCEPT: nat mangle filte[ OK ]
iptables: Unloading modules: [ OK ]
iptables: Applying firewall rules: iptables-restore: line 10 failed
[FAILED]
Why would line 10 failed when it asked me to type COMMIT???
Please help
Last edited by a moderator: