I have a Fedora-5 machine.. with two LAN (RTL 8139 c) cards. machine is being used for internet sharing .(proxy)
  In that, one LAN card is connected to local area connection and another one is connected to a Broad-band internet connection,

while using this command

mii-tool

eth0: 10 Mbit, half duplex, no link
eth1: 10 Mbit, half duplex, no link

how to change this to full duplex.


I have added this line in /etc/sysconfig/network-scripts/ifcfg-eth0, after that also it is not changing........plz help me...

OOTPROTO=none
HWADDR=00:40:95:78:1E:B7
ONBOOT=yes
NETMASK=255.255.0.0
IPADDR=172.19.1.42
USERCTL=no
IPV6INIT=no
PEERDNS=yes
TYPE=Ethernet
GATEWAY=192.168.1.11

ethtool -s eth0 autoneg off
ethtool -s eth0 speed 100 duplex full




--