Date: Sun, 10 Nov 2002 15:28:21 +0100 From: Mark <admin@asarian-host.net> To: <freebsd-questions@freebsd.org> Subject: Re: How to stop SPAMMER??! Message-ID: <200211101428.GAAESQS81998@asarian-host.net> References: <127.0.0.1.20021109211740.011f73b8@mail.sage-one.net><20021110030443.1b0577ad.gs@vacfu.org><127.0.0.1.2.20021109150436.069a4d50@us-webmasters.com><127.0.0.1.2.20021109150436.069a4d50@us-webmasters.com> <127.0.0.1.20021110081746.011f73b8@mail.sage-one.net>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- From: "Jack L. Stone" <jackstone@sage-one.net> To: "W. D." <WD@US-Webmasters.com>; <freebsd-questions@FreeBSD.ORG> Sent: Sunday, November 10, 2002 3:17 PM Subject: Re: How to stop SPAMMER??! > >usw2# {fwcmd} add deny log all from 168.93.100.59/16 to any in via lo0 I do not think you want your internal loopback blocked. Look for the interface to the internet (like lnc0). Then do this: /sbin/ipfw add deny log all from 222.222.222.222 to any via lnc0 Substitute the address of the spammer for "222.222.222.222", of course. :) Point is, bock via the outside interface, not the internal loopback! - Mark System Administrator Asarian-host.org --- "If you were supposed to understand it, we wouldn't call it code." - FedEx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211101428.GAAESQS81998>