iptables stopped.. and can't start

Yarden

Verified User
Joined
Nov 14, 2008
Messages
45
behezrat hashem


Code:
my.server:/root # service iptables start
Flushing firewall rules:                                   [  OK  ]
Setting chains to policy ACCEPT: filter                    [  OK  ]
Unloading iptables modules:                                [  OK  ]

my.server:/root # service iptables status
Firewall is stopped.

:(:(:(:(:(
 
What changes did you make to iptables, or to anything else affecting the kernel, before you started seeing this issue?

Jeff
 
the problem is solved..

but now i have another problem in another server..

Code:
my.server:/root # service iptables start
Flushing firewall rules:                                   [  OK  ]
Setting chains to policy ACCEPT: filter                    [  OK  ]
Unloading iptables modules:

crash and server is down..

i think it's because i install apf or update kernel..

what can i do to solve it?
 
Restart the server locally, and watch the output screens, to see where the problem exists.

If it's a kernel update problem then you can select an older kernel from the boot sequence and get back up and running, at which time you should edit your bootloader to go back to using the old kernel.

If it's a firewall problem, then you should be able to log in locally and set the firewall so it won't restart automatically at the next boot. Then fix the firewall before re-enable it.

Jeff
 
Back
Top