Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 2004 19:03:57 -0800
From:      Randy Bush <randy@psg.com>
To:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   arplookup failures
Message-ID:  <E1AfsMv-000ND9-G4@ran.psg.com>

next in thread | raw e-mail | index | archive | help
in /etc/rc.conf, i have

ifconfig_em0="inet 147.28.0.60 netmask 255.255.255.0 <media stuff>"
ifconfig_em0_alias0="inet 192.83.230.1 netmask 255.255.255.255"
ifconfig_em0_alias1="inet 198.133.206.1 netmask 255.255.255.255"

and i constantly log

Jan 11 00:30:44 bbgp /kernel: arplookup 192.83.230.253 failed: host is not on local network
Jan 11 00:39:16 bbgp /kernel: arplookup 198.133.206.253 failed: host is not on local network
Jan 11 00:45:52 bbgp /kernel: arplookup 192.83.230.253 failed: host is not on local network
Jan 11 01:01:22 bbgp /kernel: arplookup 192.83.230.253 failed: host is not on local network
Jan 11 01:03:47 bbgp /kernel: arplookup 198.133.206.253 failed: host is not on local network
Jan 11 01:21:04 bbgp /kernel: arplookup 192.83.230.253 failed: host is not on local network
Jan 11 01:25:40 bbgp /kernel: arplookup 198.133.206.253 failed: host is not on local network
Jan 11 01:42:15 bbgp /kernel: arplookup 192.83.230.253 failed: host is not on local network

yet i can

# more /etc/rc.conf
bbgp.psg.com:/root# ping 192.83.230.253
PING 192.83.230.253 (192.83.230.253): 56 data bytes
64 bytes from 192.83.230.253: icmp_seq=0 ttl=255 time=0.994 ms
64 bytes from 192.83.230.253: icmp_seq=1 ttl=255 time=0.792 ms
64 bytes from 192.83.230.253: icmp_seq=2 ttl=255 time=0.686 ms
64 bytes from 192.83.230.253: icmp_seq=3 ttl=255 time=1.080 ms

# ping 198.133.206.253
PING 198.133.206.253 (198.133.206.253): 56 data bytes
64 bytes from 198.133.206.253: icmp_seq=0 ttl=255 time=1.035 ms
64 bytes from 198.133.206.253: icmp_seq=1 ttl=255 time=0.904 ms
64 bytes from 198.133.206.253: icmp_seq=2 ttl=255 time=0.672 ms
64 bytes from 198.133.206.253: icmp_seq=3 ttl=255 time=0.692 ms
64 bytes from 198.133.206.253: icmp_seq=4 ttl=255 time=23.821 ms

what's the clue this time?

randy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AfsMv-000ND9-G4>