We're in "luck". Usually it takes a few hours, but this time the interface failed almost immediately as I tried to log into a CIFS share that already had 1 active user. Same behavior, which I verified via wireshark: opensolaris can send pings, the remote machine replies to the pings, but solaris doesn't appear to register the ping responses.
I've attached the logfile you requested, "dtrace.txt", to this post on the opensolaris.org/jive discussion area. Please look for it there if it doesn't come through via email. http://opensolaris.org/jive/thread.jspa?messageID=463371 > The dtrace script in the attachment dumps the contents of the receiving > packets. Please run it and ping through the e1000g interface when you > encounter the issue and send the outputs to me. > #!/usr/sbin/dtrace -Cs > #pragma D option flowindent > > fbt:e1000g:e1000g_receive:return > /arg1 != NULL/ > { > stack(); > > mblk = (mblk_t *)arg1; > len = (size_t)(mblk->b_wptr - mblk->b_rptr); > > tracemem(mblk->b_rptr, 1514); > printf("The length is 0x%x", len); > } -- This message posted from opensolaris.org _______________________________________________ networking-discuss mailing list networking-discuss@opensolaris.org