Not having done this before, and after getting syntax errors and command not found for speed, I googled and edited /etc/sysconfig/network-scripts/ifcfg-eth1 like so. I figured 100 might be a good place to start. I haven't tried half duplex yet, but I can if you think that would do anything.<br>
<br>ETHTOOL_OPTS="speed 100 duplex full autoneg off"<br><br>Restarting the network didn't give any errors.<br><br>After that, ethtool eth1 gives this:<br><br>[root@schoolserver1 ~]# ethtool eth1<br>Settings for eth1:<br>
Supported ports: [ TP ]<br> Supported link modes: 10baseT/Half 10baseT/Full <br> 100baseT/Half 100baseT/Full <br> 1000baseT/Full <br> Supports auto-negotiation: Yes<br>
Advertised link modes: Not reported<br> Advertised auto-negotiation: No<br> Speed: Unknown! (65535)<br> Duplex: Unknown! (255)<br> Port: Twisted Pair<br> PHYAD: 0<br> Transceiver: internal<br> Auto-negotiation: off<br>
Supports Wake-on: umbg<br> Wake-on: g<br> Current message level: 0x00000007 (7)<br> Link detected: no<br><br>Of course, still no pinging anything. In fact, I don't have blinky lights on the NIC anymore or a link light on the AP, which I had before.<br>
<br>Anna<br>