Patrascu Eugeniu wrote:
>
> Salut,
>
> Care este echivalentul urmatoarei comenzi:
>
> route add -host gigi.ro reject folosind iproute2 ?
>
ip route add to {unreacheable|blackhole|prohibit} gigi.ro
Alegeti una ce va coafeaza cel mai bine:
unreachable -- these destinations are unreachable; packets are
discarded and ICMP message host unreachable is generated. The local
senders get error EHOSTUNREACH.
blackhole -- these destinations are unreachable; packets are discarded
silently. The local senders get error EINVAL.
prohibit -- these destinations are unreachable; packets are discarded
and ICMP message communication administratively prohibited is generated.
The local senders get error EACCES.
Mircea "and RTFM here: http://defiant.coinet.com/iproute2/ip-cref/" C.
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.