You are probably running into the problem (14 bytes ethernet + 1500 ip) that is affecting e1000g driver. It was reported (and accepted) as many Bug ID: 6714535, 6698039, 6710496.
The current workaround is to set the MTU to [b]1492[/b] (not 1496!). Try again with MTU 1492 and it should work fine. # ifconfig e1000g0 unplumb # ifconfig e1000g0 plumb # ifconfig e1000g0 mtu 1492 <configure your interface> This message posted from opensolaris.org
