[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Still locked
- Subject: Re: [cobalt-users] Still locked
- From: "Zarrir Junior" <zarrir@xxxxxxxxxxxx>
- Date: Sun Aug 5 13:24:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Oooh, fun! Sounds like your Portsentry either dropped the route to your
IP
> or blocked you with IPChains, in addition to adding you to hosts.deny.
> Look in your portsentry.conf file, look for the KILL_ROUTE line, and do
the
> reverse of what it says it did. Also check your Portsentry log file to
see
> what action it took to block your IP. While you're in, add your IP to the
> portsentry.ignore file.
Hi Ted,
You were great man! As i do not use IPchains i went straight to the
KILL_ROUTE and found it had performed the following command:
/sbin/route add -host xxx.xxx.xxx.xxx reject
So i imediately did:
/sbin/route del -host xxx.xxx.xxx.xxx reject
and i was free again!
Thanks a lot!
Zarrir