On Tue, Jun 24, 2003 at 03:30:13PM +0200, Nico Bayer wrote:
> Hello list,
>
> I am looking for a tool that displays all hops between my local host
> and a destination. I know traceroute and tracepath but I need
> something that shows the hops dynamically. With dynamically I mean
> that the tool checks the route periodically and detects if the route
> to the destination changes. It would also be nice if it would have a
> graphical interface and of course it should work with IPv6.
It may not be graphical, but you can do this on Linux systems:
watch -n 900 --differences=cumulative traceroute6 -n $host
Or, depending on what you want, set up a script and cron job to run
traceroute periodically, compare it against the output of the previous
traceroute, and mail you a 'diff -u' if there are any differences.
--
- J.P. Larocque, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
- Encrypted e-mail preferred; 0x0c14cdda; http://ely.ath.cx/~piranha/pgp
- Ultimate office automation: networked coffee.
---------------------------------------------------------------------
The IPv6 Users Mailing List
Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]