Hittade en bra site som förklarar mycket…
http://www.linuxhomenetworking.com/wiki
Så här kan det se ut på den sidan som handlar om nätverk:
Setting Your NIC’s Speed Parameters with mii-tool
You can set your NIC to force itself to a particular speed and duplex by using the -F switch with any of the following options: 100baseTx-FD, 100baseTx-HD, 10baseT-FD, or 10baseT-HD. Remember that you could lose all network connectivity to your server if you force your NIC to a particular speed/duplex that doesn’t match that of your switch:
[root@bigboy tmp]# mii-tool -F 100baseTx-FD eth0Unfortunately there is no way to set this on reboot permanently except by placing it the command in the /etc/rc.local file to let it be run at the very end of the booting process or by creating your own startup script if you need it set earlier. Creating your own startup scripts is covered in Chapter 7, ”The Linux Boot Process”.
Lämna ett svar