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

Re: [cobalt-users] Computer Blocked From Portsentry?



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.