[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] shutdown firewall



On Wednesday, May 7, 2003, at 12:49  PM, Rene Mølsted wrote:
how do i shutdown the firewall (ipchains)

/sbin/ipchains -F input
/sbin/ipchains -F output
/sbin/ipchains -F forward

...flushes all firewall rules.

or check if its running?

/sbin/ipchains -L

...lists current firewall rules. If there are any, it's running.

Corrections welcome, but this is the part of ipchains I understand best: the simple bits.

pjm