[EMAIL PROTECTED]
I am trying to set firewall on my Redhat Advance server 2.1 through
this document http://www.iptablesrocks.org .It contain this version of
iptable "iptables-1.2.4-2".
But when I try to restore this script it shows this error message.
"iptables-restore v1.2.4: Can't set policy `INPUT' on `ACCEPT' line
10: Bad built-in chain name"
I think this line is problem.
:INPUT ACCEPT [164:15203] 
How I can fix this error. 

Following is the script I use.

# Iptables firewall reset script
*filter
:INPUT ACCEPT [164:15203]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [147:63028]
COMMIT

*mangle
:PREROUTING ACCEPT [164:15203]
:INPUT ACCEPT [164:15203]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [147:63028]
:POSTROUTING ACCEPT [147:63028]
COMMIT

*nat
:PREROUTING ACCEPT [14:672]
:POSTROUTING ACCEPT [9:684]
:OUTPUT ACCEPT [9:684]
COMMIT


Please help.

Thanks & Regards,
Saju.


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to