Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Iptables start probleempje
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Dutch
View previous topic :: View next topic  
Author Message
neptunus10000
n00b
n00b


Joined: 05 Dec 2003
Posts: 9

PostPosted: Fri Dec 05, 2003 2:04 pm    Post subject: Iptables start probleempje Reply with quote

Ik krijg bij het booten van mijn linux machine een error bij eht starten van IPtables.
Code:
/etc/init.d/iptables restart
 * Stopping firewall...                                                   [ ok ]
 * Loading iptables state and starting firewall...
 * Restoring iptables ruleset
iptables-restore: line 3 failed                                           [ ok ]


Ik kan het niet voor elkaar krijgen om deze error weg te krijgen;
Code:
iptables-restore: line 3 failed


Mijn /etc/conf.d/iptables ziet er als volgt uit;
Code:
# Location in which iptables initscript will save set rules on
# service shutdown

IPTABLES_SAVE="/etc/firewall/rules-save"

# Change to "yes" to enable forwarding support in the kernel.  Please
# note that this will override any setting placed in /etc/sysctl.conf.
ENABLE_FORWARDING_IPv4="no"

#Options to pass to iptables-save and iptables-restore
SAVE_RESTORE_OPTIONS="-c"

De inhoud van /etc/firewall/rules-save is als volgt;
# Attempt to flush all rules in filter table
############################################
/sbin/iptables -F
/sbin/iptables -X
/sbin/iptables -Z

# Flush built-in rules
######################
/sbin/iptables -F INPUT
/sbin/iptables -F OUTPUT
/sbin/iptables -F FORWARD

# Flush rules/delete user chains
################################
/sbin/iptables -X CHECK 2>/dev/null
/sbin/iptables -X VALID_CHECK 2>/dev/null
/sbin/iptables -t nat -F
/sbin/iptables -t nat -X
/sbin/iptables -t nat -Z
/sbin/iptables -t mangle -F
/sbin/iptables -t mangle -X
/sbin/iptables -t mangle -Z


Ik weet niet wat ik verkeert heb. Ik hem al veel gelezen maar zal het vast over het hoofd gezien hebben.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Dutch All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum