[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Computer Blocked From Portsentry?
- Subject: Re: [cobalt-users] Computer Blocked From Portsentry?
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Wed Jul 26 20:55:41 2000
- Organization: Pomfret Computer Technologies
ipchains would be what you're most likely looking for. On more recent
kernel versions, (where ipchains is present), PortSentry will dump it's
filtering instructions to ipchains.
Try:
$ man ipchains
$ <path>/ipchains -L
$ <path>/ipchains -D input <rule#>
(rule# starts at 1 counting from the top down in the -L report)
BC
----- Original Message -----
From: "Mike Fritsch" <mfritsch@xxxxxxxxxxxx>
>
> We have managed to get one of our computers blocked by portsentry. Does
> anyone now the file that the blcoked IPs would reside in? I know rebooting
> the server does the trick but that seems hasty.