Re: how to count route differences in traceroute outputs?
clint wrote:
hi
please help me!
i need to count changes of IP addresses and hostnames
of the route to a given remote host.
many thanx for any help!
clint
every step will count.
traceroute <youwanttogo> | egrep -v /^\*/ | wc -l
Probably every time you will get a different outcome.
Eric
.
Relevant Pages
- Re: how to count route differences in traceroute outputs?
... clint wrote: ... > i need to count changes of IP addresses and hostnames ... > of the route to a given remote host. ... Prev by Date: ... (comp.lang.perl.misc) - how to count route differences in traceroute outputs?
... i need to count changes of IP addresses and hostnames ... of the route to a given remote host. ... Prev by Date: ... (comp.lang.perl.misc) - Re: [2.4 PATCH] bugfix: ARP respond on all devices
... a remote host should be either the one manually specified on the most ... gateway indicated by the most appropriate route. ... The ARP source is the IP ... NIC from which either the host or the gateway should be reached. ... (Linux-Kernel) - Re: Y & R Fingerprints!!!
... NOBODY has mentioned going that route. ... "Clint/Ester's new boyfriend" storyline tying into the whole Kay thing. ... so that they could get Clint and his gang into the picture (of course they ... (rec.arts.tv.soaps.cbs) - iproute2 source routing to remote host
... I would like to setup source routing to a remote host, ... packets to be routed via satellite. ... than the default route which is used by the provider. ... (comp.os.linux.networking) |
|