Subject: traceroute/routing problem
To: None <netbsd-help@NetBSD.ORG>
From: Brad Salai <bsalai@law.roc.servtech.com>
List: netbsd-help
Date: 03/05/1998 23:05:24
There may be a problem with traceroute, or maybe my routing, but Colin and I are seeing the same problem:


Here is my routing table (minus the appletalk part):

law:etc {135} netstat -rn
Routing tables

Internet:
Destination        Gateway            Flags     Refs     Use    Mtu  Interface
default            199.1.22.8         UG          4     5550      -  ppp0
127.0.0.1          127.0.0.1          UH          1       11      -  lo0
192.168.123        link#1             UC          0        0      -  le0
192.168.123.1      08:00:20:0c:c6:ed  UHL         1       24      -  lo0
199.1.22.8         204.181.3.214      UH          1        2      -  ppp0

When I try a traceroute I get:

law:etc {134} traceroute 199.1.22.8
traceroute: Warning: Multiple interfaces found; using 192.168.123.1 @ le0
traceroute to 199.1.22.8 (199.1.22.8), 30 hops max, 40 byte packets
 1  *^C

Any idea what I'm doing wrong?


Brad


Same thing's happening to me. Here's my setup:

Internet:
Destination        Gateway            Flags     Refs     Use    Mtu  Interface
default            207.81.61.12       UG          1    20845      -  ppp0
127.0.0.1          127.0.0.1          UH          1     1213      -  lo0
192.168            link#1             UC          0        0      -  ne1
192.168.0.1        127.0.0.1          UGHS        0        6      -  lo0
192.168.0.2        00:0e:d0:00:63:53  UHL         5   418859      -  ne1
207.81.61.12       209.89.24.55       UH          1        0      -  ppp0

Same traceroute problem that Brad mentioned above. It gives me
the warning, then goes to ne1 instead of the default interface.

Colin