Subject: Re: cdce: arpresolve: can't allocate llinfo on cdce0
To: None <tech-net@netbsd.org>
From: Pierre Pronchery <khorben@defora.org>
List: tech-net
Date: 12/16/2006 00:38:01
Daniel Carosone wrote:
> No link route for the segment, and no self-address loopback, which
> should normally have been added by ifconfig.
> 
> first, how did you configure cdce0 initially?

I simply did "ifconfig cdce0 192.168.3.33"

> then, try:
>  route delete 192.168.3.0/24
>  route add -net 192.168.3.0/24 192.168.3.33 -iface
>  route add -host 192.168.3.33 127.0.0.1 

I now obtain:

khorben@syn:~$ netstat -rn -f inet
Routing tables

Internet:
Destination        Gateway            Flags     Refs     Use    Mtu
Interface
default            192.168.2.1        UGS         7    14505      -  wm0
127/8              127.0.0.1          UGRS        0        0      -  lo0
127.0.0.1          127.0.0.1          UH          3       47      -  lo0
192.168.2/24       link#1             UC          1        0      -  wm0
192.168.2.1        00:00:24:c7:48:84  UHLc        1        9      -  wm0
192.168.2.33       127.0.0.1          UGHS        0        0      -  lo0
192.168.3/24       192.168.3.33       US          0       47      -  cdce0
192.168.3.33       127.0.0.1          UGHS        0        0      -  lo0

I still have the same issues however :/
If I understand correctly 192.168.3/24 should show link#2 right?

Cheers,
-- 
khorben