arplookup WWW.XXX.YYY.ZZZ failed: host is not on local network

Chuck Swiger cswiger at mac.com
Wed Jun 16 09:44:22 PDT 2004


David Fuchs wrote:
> Ok, riddle me this:
> 
> /kernel: arplookup WWW.XXX.YYY.10 failed: host is not on local network
> [ ... ]  Static routes have been added to 
> force all communication *between* these two hosts to use the secondary 
> interfaces:
> 
> WWW.XXX.YYY.25's static route:
>     route add WWW.XXX.YYY.10 172.16.1.10
> 
> WWW.XXX.YYY.10's static route:
>     route add WWW.XXX.YYY.25 172.16.1.25

You've identified the cause of the problem yourself.  One solution would be to 
  stop trying to route IPs which are on a directly connected subnet via your 
secondary interface.  If you want the machines to talk to each other using 
your 172 network, have whatever services connect to or listen on those IPs 
rather than on your WWW.XXX.YYY network addresses.

-- 
-Chuck


More information about the freebsd-questions mailing list