Kurt Glazemakers wrote:

> does anyone know how to hide a Linux-router for traceroute. Here is the
> example:
> 
> ares!kglazema:/usr/sbin$./traceroute 10.10.10.1
> traceroute to 10.10.10.1 (10.10.10.1), 30 hops max, 38 byte packets
>  1  hera.atlantis.rug.ac.be (10.10.84.1)  0.381 ms  0.313 ms  0.295 ms
>  2  typhon.atlantis.rug.ac.be (10.10.84.12)  0.735 ms  0.328 ms  0.372 ms
>  3  10.10.10.1 (10.10.10.1)  1.404 ms *  0.909 ms
> 
> Typhon is a Linux-router using kernel 2.2.14. I don't want that the name
> and the IP-address show up using traceroute.

ipchains -I output -j DENY -p ICMP -s 10.10.84.12 ttl-zero-during-transit

-- 
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to