Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2006 04:26:49 -0800
From:      Harlan Stenn <harlan@everett.org>
To:        freebsd-questions@freebsd.org
Cc:        harlan@everett.org
Subject:   arp_rtrequest: bad gateway (!AF_LINK)
Message-ID:  <20060319122649.CBFEC54827@minnie.everett.org>

next in thread | raw e-mail | index | archive | help
(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



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