Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Mar 2010 07:08:37 +0000 (UTC)
From:      Anton Yuzhaninov <citrin@citrin.ru>
To:        freebsd-net@freebsd.org
Subject:   Re: net/mpd5: proxy arp don't work on FreeBSD 8
Message-ID:  <hmidhl$lj9$1@dough.gmane.org>
References:  <hmgmol$alh$1@dough.gmane.org> <20100301223327.GQ58319@cicely7.cicely.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 1 Mar 2010 23:33:27 +0100, Bernd Walter wrote:
BW> On Mon, Mar 01, 2010 at 03:33:41PM +0000, Anton Yuzhaninov wrote:
>> mdp can't add proxy arp record. From mpd logs:
>> 
>> Mar  1 15:10:34 x0001 mpd: [B-1] IFACE: Add address 10.25.1.240/32->10.25.1.241 to ng0
>> Mar  1 15:10:34 x0001 mpd: [B-1] exec: /usr/sbin/arp -S 10.25.1.241 0:15:17:35:1c:22 pub
>> Mar  1 15:10:34 x0001 mpd: [B-1] system: command "/usr/sbin/arp" returned 256
>> 
>> Same command from shell:
>> 
>> # arp -S 10.25.1.241 0:15:17:35:1c:22 pub
>> delete: cannot locate 10.25.1.241
>> cannot intuit interface index and type for 10.25.1.241
BW> 
BW> It looks like you don't have a network configured for 10.25.1.241, so
BW> arp(8) can't find the interface to configure the ARP entry to.
BW> You either need to supply -i in case the host shouldn't get a local
BW> IP in the given network or configure the interface to be a real part
BW> of it.

Network for this ip is configured. Before ng0 created:

# route -n get 10.25.1.241
   route to: 10.25.1.241
destination: 10.25.1.0
       mask: 255.255.255.0
  interface: vlan408
      flags: <UP,DONE>

When ng0 is created route get point to ng0.

-- 
WBR,
 Anton Yuzhaninov




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?hmidhl$lj9$1>