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

RE: [cobalt-users] Annoying email "service" seems to be "servicing" my RaQ3



At 12:40 PM 2/14/2002, you wrote:
>
> In netstat, like this...
>
>       tcp        0      1 www.xxxxxx.com:xxxx
> mailer.hispeedoffe:smtp SYN_SENT
>
>
> (Instead of quickydeals.com, they sometimes show up as yesdeals.net,
> wowdeals.net, hispeedoffers.com, etc. But still, it's always the same IP
> address, 64.32.63.34, which resolves to mailer.hispeedoffers.com ).
> Regardless, I'm sure they have nothing of interest to me or my
> clients, and
> enough is enough. They've been hanging on for weeks now. Killing their


>From the command line:

#  ipchains -A input -j DENY -p all -l -s 64.32.63.34/32 -d 0.0.0.0/0

You can append that to /etc/rc.d/rc.local  to have it be there after a
reboot.

_____

Assume I am dumb.  What exactly would I put in the rc.local?