> Hi,
> 
> Sorry for the delay..
>
> I see ARP requests for the ping target and these
> requests are received
> by the target.
> 
> The targets machines are sending back ARP packets
> however the initial
> host is not able to see them.

Can you insert a dtrace probe in arp_drop_packet() and see if/how this is 
reached?
something like

#!/usr/sbin/dtrace -Cs -
arp_drop_packet:entry
{
     stack();
}

Also, when this happens, if you dismantle the ipmp group and only have igb1 
as a standalone interface, do things like ping work? Is it only igb1 that has
this behavior?

--Sowmini
-- 
This message posted from opensolaris.org
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to