tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Static interface routes for IP address on different subnet doesn't send an ARP who-has



On Thu, Aug 22, 2013 at 10:04:48AM -0700, Peter Kieser wrote:
> I tried the route cloning suggestion to see if it would work for the
> /32, on NetBSD 6.1:
> 
> # ifconfig vioif0 inet 198.50.219.49 netmask 255.255.255.255
> broadcast 198.50.219.49
> # route add -host 198.50.219.62 -link -cloning -iface vioif0
> add host 198.50.219.62: gateway vioif0

What's the routing table in NetBSD look like at each step?

Hmm, -host doesn't make sense with -cloning.  Perhaps you will get a
different result from 'add -net' instead of 'add -host'?

Dave

-- 
David Young
dyoung%pobox.com@localhost    Urbana, IL    (217) 721-9981


Home | Main Index | Thread Index | Old Index