RE: Simplest way to block a single IP?

2004-04-05 Thread JJB
this ip address all : all : all -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kevin D. Kinsey, DaleCo, S.P. Sent: Sunday, April 04, 2004 10:28 PM To: H.Wade Minter Cc: FreeBSD Mailing List Subject: Re: Simplest way to block a single IP? H.Wade Minter wrote

Re: Simplest way to block a single IP?

2004-04-04 Thread jan . muenther
One IP can be null routed as a simple quick workaround: route add that.ip.add.ress 127.0.0.1 The syntax of the route command will differ from OS to OS, but basically you set your loopback as the gateway for that host. Not a permanent solution of course. Cheers, J

Re: Simplest way to block a single IP?

2004-04-04 Thread Eric F Crist
On Sunday 04 April 2004 09:17 pm, H.Wade Minter wrote: > I've got a system that's sending a ton of referral spam to websites on > my RELENG_4_9 system. I'd like to block them from accessing my system > at the TCP level. What's the best and easiest way to do this? > > I assume I'll need to recompi

Re: Simplest way to block a single IP?

2004-04-04 Thread Kevin D. Kinsey, DaleCo, S.P.
H.Wade Minter wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've got a system that's sending a ton of referral spam to websites on my RELENG_4_9 system. I'd like to block them from accessing my system at the TCP level. What's the best and easiest way to do this? I assume I'll need to reco

Simplest way to block a single IP?

2004-04-04 Thread H . Wade Minter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've got a system that's sending a ton of referral spam to websites on my RELENG_4_9 system. I'd like to block them from accessing my system at the TCP level. What's the best and easiest way to do this? I assume I'll need to recompile the kernel wi