network problems

Li, Qing qing.li at bluecoat.com
Thu Aug 6 17:36:50 UTC 2009


<snip>

> 
> -----------nestat -rn-----------
> Routing tables
> 
> Internet:
> Destination        Gateway            Flags    Refs      Use  Netif
> Expire
> 10.0.0.0/8         10.55.102.1        UGS         0       40    re0
> 10.55.102.0/24     10.55.102.1        UGS         0        0    re0 =>
> 10.55.102.0/23     link#1             U           0        0    re0

<snip>

The problem is you have 2 routes with the same key 10.55.102.0, but the
one with the more specific mask (marked by the "re0 =>" entry) is an
indirect route (G flag), and it's used to search for 10.55.102.1, which
is a problem. This problem seems to point to your overlapping prefix
configuration.

You will have the exact same problem even on FSBD 7.2R with the above
routing table.

> 
> In /etc/rc.conf i disabled all services such as nfs, apache, dbus,
> samba and so on (may be this problems due to it).
> When i try ping 10.55.102.1 it says
> sendto: Invalid argument
> 
> And in dmesg output very much this lines:
> ipv4 address: "10.55.102.1" is not on the network
> ipv4 address: "10.55.102.1" is not on the network
> arpresolve: can't allocate llinfo for 10.55.102.1
>

Yup, those are the right messages.

-- Qing




More information about the freebsd-current mailing list