I have a Fedora-5 machine.. with two LAN (RTL 8139 c) cards. machine is being used for internet sharing .(proxy)<br>  In that, one LAN card is connected to local area connection and another one is connected to a Broad-band internet connection,<br>
<br>while using this command<br><br>mii-tool<br><br>eth0: 10 Mbit, half duplex, no link<br>eth1: 10 Mbit, half duplex, no link<br><br>how to change this to full duplex.<br><br><br>I have added this line in /etc/sysconfig/network-scripts/ifcfg-eth0, after that also it is not changing........plz help me...<br>
<br>OOTPROTO=none<br>HWADDR=00:40:95:78:1E:B7<br>ONBOOT=yes<br>NETMASK=255.255.0.0<br>IPADDR=172.19.1.42<br>USERCTL=no<br>IPV6INIT=no<br>PEERDNS=yes<br>TYPE=Ethernet<br>GATEWAY=192.168.1.11<br><br><b>ethtool -s eth0 autoneg off<br>
ethtool -s eth0 speed 100 duplex full</b><br><br><br clear="all"><br>-- <br>