> I've just setup a new system running RH 5.0 w/ kernel 2.0.33 and when
> I do a traceroute I get this error message.
>
> traceroute: Warning: Multiple interfaces found; using xxx.xxx.xxx.1 @
> eth0
> eth0 Link encap:Ethernet HWaddr 00:60:08:3E:BD:51
> eth0:1 Link encap:Ethernet HWaddr 00:60:08:3E:BD:51
Its just saying you have more than one interface, ie, eth0 and eth0:1. It is
telling you that the packets it sends out will use the source address of eth0
(ie, the address of the first interface). You can use -i to specify an
interface, eg:
traceroute -i eth1 xxx.xxx.xxx.xxx
Which I always need to use as eth1 is the card with my default route....
Regards,
Adam Goryachev
Network Operations Centre
Dot Communications Ltd
Phone: +612 9281-1111
Fax: +612 9281-2219
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.