[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] shutdown firewall
- Subject: Re: [cobalt-users] shutdown firewall
- From: Parker Morse <morse@xxxxxxxxxxx>
- Date: Wed May 7 10:18:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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