[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Annoying email "service" seems to be "servicing" my RaQ3
- Subject: RE: [cobalt-users] Annoying email "service" seems to be "servicing" my RaQ3
- From: "Chris Demain" <cdemain@xxxxxxxxxxx>
- Date: Thu Feb 14 16:00:52 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> ># 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