Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 1996 22:23:11 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Subject:   Weird ARP behaviour?
Message-ID:  <199612192123.WAA01502@uriah.heep.sax.de>

next in thread | raw e-mail | index | archive | help
Knowing that the `vx' driver in -current is supposed to be quite
better operational than it used to be, i just tried to swap my
Ethernet cards on the fly (on a totally non-busy) network.  I've
ifconfig delete'd the ed0 interface, and ifconfig'ed vx0.  Seems i
forgot to clear the old ARP entries, since when i tried to diskless
boot my scratchbox (which used to stall immediately with the old vx
driver), now i've got:

Dec 19 21:32:28 uriah bootpd[1227]: set: can only proxy for 192.168.0.3 
Dec 19 21:32:29 uriah bootpd[1227]: set: can only proxy for 192.168.0.3 
Dec 19 21:32:29 uriah /kernel: arpresolve: can't allocate llinfo for 192.16
8.0.3
Dec 19 21:32:29 uriah /kernel: arpresolve: can't allocate llinfo for 192.16
8.0.3

Hmpf.  Ok, revert everything to state 0, delete all ARP entries and
other routes, delete all interfaces, and try to start over.  Still
nogo:

tcpdump: listening on vx0
21:51:35.165310 0.0.0.0.0 > 255.255.255.255.bootps: (request) xid:0x23d51400 [|bootp]
21:51:35.166460 uriah.heep.sax.de.bootps > uncle.heep.sax.de.bootpc: xid:0x23d51400 Y:uncle.heep.sax.de S:uriah.heep.sax.de [|bootp]
21:51:35.242510 arp who-has uriah.heep.sax.de tell uncle.heep.sax.de
21:51:36.290547 arp who-has uriah.heep.sax.de tell uncle.heep.sax.de
21:51:37.389514 arp who-has uriah.heep.sax.de tell uncle.heep.sax.de

For the curious who can interpret the following numbers:

uriah # netstat -rAn
Routing tables

Internet:
Address  Destination        Gateway            Flags     Refs     Use     Netif Expire
f1477bcc   (32) f1604218 : f14d4518
f1604218   (33) f1477bb4 : f1604200
f1477bb4 (root node)
f1604200 127.0.0.1          127.0.0.1          UH          2       51       lo0
f14d4518   (34) f1494818 : f1477be4
f1494818   (62) f1555b18 : f1494800 mk = f14ce4c0 {(56),  <normal>, (255) ffff ffff ff }
f1555b18   (63) f14d4500 : f1555b00
f14d4500 192.168            link#1             UC          0        0 
          mask (255) ffff ffff ff  mk = f14ce4c0 {(56),  <normal>, (255) ffff ffff ff }
f1555b00 192.168.0.1        127.0.0.1          UGHS        0        0       lo0
f1494800 192.168.0.3        0:0:c0:ac:d1:61    UHLW        1        5       vx0   1086
f1477be4 (root node)

Seems i gotta reboot now. :-(

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612192123.WAA01502>