[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Block IP
- From: JeeBee <JeeBee troefpunt nl>
- To: fedora-list redhat com
- Subject: Re: Block IP
- Date: Thu, 31 Aug 2006 10:27:44 +0200
I just had the same problem. I wanted to block an ip that is constantly
doing a dictionary attack on my system. This is the situation before:
/etc/hosts.allow:
ALL : <some trusted domains here>
sshd : ALL
/etc/hosts.deny:
ALL : ALL
The only way I could see to add this ip address I want to block is
to change sshd:ALL in hosts.allow to sshd:ALL EXCEPT 1.2.3.4.
If I sould add sshd:1.2.3.4 to hosts.deny, this would totally be
ignored.
Perhaps it would be more neat to remove sshd:ALL from hosts.allow
and to remove ALL:ALL from hosts.deny.
Then I could say sshd:1.2.3.4 in hosts.deny.
However, what more will be allowed then? The ALL:ALL in hosts.deny
blocks a lot more of course.
Still, I have the feeling that ALL EXCEPT <long lists of untrusted ips
here> is not the way to go.
Can anybody tell me how this should be done?
Thanks in advance,
JeeBee.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]