This solution was given to me by Steffen Weiberle:

The cause of the problem is that the switch that was connected to the network 
interface was not capable of autonegotiate as discovered by using the "kstat 
nge" command. So the lowest speed was being used instead of the higher speeds 
that were available.

The solution was to disable the lower connection speed using

ndd -set /dev/nge0 adv_10fdx_cap 0
ndd -set /dev/nge0 adv_10hdx_cap 0

to force connection at higher speeds
 
 
This message posted from opensolaris.org
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to