From owner-freebsd-questions@FreeBSD.ORG Sun Mar 19 12:26:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 220EA16A4AB for ; Sun, 19 Mar 2006 12:26:51 +0000 (UTC) (envelope-from harlan@everett.org) Received: from minnie.everett.org (minnie.everett.org [66.220.13.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB93743D48 for ; Sun, 19 Mar 2006 12:26:50 +0000 (GMT) (envelope-from harlan@everett.org) Received: from minnie.everett.org (localhost [127.0.0.1]) by minnie.everett.org (Postfix) with ESMTP id CBFEC54827; Sun, 19 Mar 2006 04:26:49 -0800 (PST) To: freebsd-questions@freebsd.org From: Harlan Stenn X-Face: "csXK}xnnsH\h_ce`T#|pM]tG, 6Xu.{3Rb\]&XJgVyTS'w{E+|-(}n:c(Cc* $cbtusxDP6T)Hr'k&zrwq0.3&~bAI~YJco[r.mE+K|(q]F=ZNXug:s6tyOk{VTqARy0#axm6BWti9C d X-Mailer: MH-E 7.4.2; nmh 1.2; XEmacs 21.4 (patch 19) Mime-Version: 1.0 (generated by tm-edit 1.8) Content-Type: text/plain; charset=US-ASCII Date: Sun, 19 Mar 2006 04:26:49 -0800 Sender: harlan@everett.org Message-Id: <20060319122649.CBFEC54827@minnie.everett.org> Cc: harlan@everett.org Subject: arp_rtrequest: bad gateway (!AF_LINK) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Mar 2006 12:26:51 -0000 (Please Cc: me on any replies.) I've got a machine where I want to do some IP aliases. Here's an example of some stuff in /etc/rc.conf: ifconfig_fxp0="inet 66.220.13.226/28 media 100baseTX mediaopt full-duplex" ifconfig_fxp0_alias0="inet 192.168.64.10/32" ifconfig_fxp0_alias1="inet 66.220.13.227/32" ifconfig_fxp0_alias2="inet 66.220.13.230/32" ifconfig_fxp1="inet 192.168.64.11/32" ifconfig_lo0_alias0="inet 192.168.64.9/32" ifconfig_lo0_alias1="inet 192.168.65.3/32" ifconfig_lo0_alias2="inet 192.168.65.5/32" The problem is that I'm seeing the following lines repeated in my syslog: arp_rtrequest: bad gateway 192.168.64.10 (!AF_LINK) arp_rtrequest: bad gateway 66.220.13.227 (!AF_LINK) This is on a 5-STABLE machine. All of the other aliased IPs work great. Suggestions? Harlan