From owner-freebsd-stable@FreeBSD.ORG Sun Jan 11 19:03:59 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E6A16A4CE for ; Sun, 11 Jan 2004 19:03:59 -0800 (PST) Received: from ran.psg.com (ip166.usw253.dsl-acs2.sea.iinet.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1A6F43D3F for ; Sun, 11 Jan 2004 19:03:57 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.24; FreeBSD) id 1AfsMv-000ND9-G4 for freebsd-stable@freebsd.org; Sun, 11 Jan 2004 19:03:57 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: FreeBSD Stable Message-Id: Date: Sun, 11 Jan 2004 19:03:57 -0800 Subject: arplookup failures X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2004 03:03:59 -0000 in /etc/rc.conf, i have ifconfig_em0="inet 147.28.0.60 netmask 255.255.255.0 " 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