strange 4.8-STABLE routing table behavour
From: Eugene Grosbein (eugen_at_kuzbass.ru)
Date: 09/22/03
- Previous message: Michael W. Oliver: "Fwd: ipfw, pipes, queues, and IPv6"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 22 Sep 2003 13:37:25 +0800 To: net@freebsd.org
Hi!
netstat says me there are no routes through 172.20.2.105:
# netstat -rn | fgrep 172.20.2.105
172.20.2.105 00:60:94:23:da:43 UHLS 10 8062 rl1
# ifconfig rl1
rl1: flags=89c3<UP,BROADCAST,RUNNING,NOARP,PROMISC,SIMPLEX,MULTICAST> mtu 1500
inet 172.20.2.75 netmask 0xffffff00 broadcast 172.20.2.255
inet 172.20.2.77 netmask 0xffffffff broadcast 172.20.2.77
ether 00:50:ba:5d:09:24
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
But route says there are:
# route -n get 172.20.100.45
route to: 172.20.100.45
destination: 172.20.100.45
gateway: 172.20.2.105
interface: rl1
flags: <UP,GATEWAY,HOST,MODIFIED,DONE,WASCLONED>
recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu
expire
0 0 0 22 17 0 1500 0
And kernel really tries to send packets through 172.20.2.105
that has static ARP entry but is down.
How this can be?
Eugene Grosbein
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Michael W. Oliver: "Fwd: ipfw, pipes, queues, and IPv6"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|