Il giorno gio, 09-03-2006 alle 13:11 +0100, Pol Hallen ha scritto:
> ho fatto una regola del tipo:
> KILL_ROUTE="/sbin/route add -host $IP reject"
> questo mi crea una route che viene rifiutata, quindi l'host ($IP) e' escluso..
prova invece con:
iptables -A INPUT -s $IP -j REJECT

> pero' non riesco a trovare il modo per cancellare questo route :-( per 
> ripristinare quell'host..
a me si cancella con:
route del -host 192.168.1.1 reject

ciao


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Rispondere a