arp_rtrequest: bad gateway (!AF_LINK)

Harlan Stenn harlan at everett.org
Sun Mar 19 12:26:51 UTC 2006


(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


More information about the freebsd-questions mailing list