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

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



> >#  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?
>
>

# echo "ipchains -A input -j DENY -p all -l -s 64.32.63.34/32 -d 0.0.0.0/0"
>> /etc/rc.d/rc.local

The >> is VERY important, if you only put a single >, it will overwrite the
file instead of appending to it.

HTH,
Chris