Subject: routing question
To: None <netbsd-help@NetBSD.ORG>
From: Brad Salai <bsalai@law.roc.servtech.com>
List: netbsd-help
Date: 12/11/1997 07:19:50
I have messed up my routing somehow. Here is netstat -rn
law:patches {130} netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Interface
default 199.1.22.8 UG 5 139807 - ppp0
127.0.0.1 127.0.0.1 UH 0 12112 - lo0
192.168.123 link#1 UC 0 0 - le0
192.168.123.1 08:00:20:0c:c6:ed UHL 1 24 - lo0
192.168.123.4 link#1 UHL 1 41604 - le0
199.1.22.8 204.181.3.214 UH 1 633 - ppp0
AppleTalk:
Destination Gateway Flags Refs Use Mtu Interface
0.0 0.0 U 0 12 - lo0 =>
0-32767.0 65280.221 U 0 0 - le0
32768-49151.0 65280.221 U 0 0 - le0
49152-57343.0 65280.221 U 0 0 - le0
57344-61439.0 65280.221 U 0 0 - le0
61440-63487.0 65280.221 U 0 0 - le0
63488-64511.0 65280.221 U 0 0 - le0
64512-65023.0 65280.221 U 0 0 - le0
65024-65279.0 65280.221 U 0 0 - le0
65280-65407.0 65280.221 U 3 17587 - le0
65280.221 0.0 UH 1 3 - lo0
65408-65471.0 65280.221 U 0 0 - le0
65472-65503.0 65280.221 U 0 0 - le0
65504-65519.0 65280.221 U 0 0 - le0
65520-65527.0 65280.221 U 0 0 - le0
65528-65531.0 65280.221 U 0 0 - le0
65532-65533.0 65280.221 U 0 0 - le0
65534.0 65280.221 U 0 0 - le0
law:patches {131}
traceroute says there are two interfaces:
law:patches {132} traceroute ftp.netbsd.org
traceroute: Warning: Multiple interfaces found; using 192.168.123.1 @ le0
traceroute to netbsd.warped.com (206.86.8.12), 30 hops max, 40 byte packets
1 * * *
2 * * *
3 * *
and doesn't return anything useful.
other than that, things seem to work.
Any ideas what I need to change?
brad