Take the output of # ethtool eth#
1) cp /etc/sysconfig/network-scripts/ifcfg-eth0 /tmp/
2) vi /etc/sysconfig/network-scripts/ifcfg-eth0
Append following line:
ETHTOOL_OPTS="speed 1000 duplex full autoneg on"
3)/etc/init.d/network restart
Verify the changes:
ethtool eth0
1) cp /etc/sysconfig/network-scripts/ifcfg-eth0 /tmp/
2) vi /etc/sysconfig/network-scripts/ifcfg-eth0
Append following line:
ETHTOOL_OPTS="speed 1000 duplex full autoneg on"
3)/etc/init.d/network restart
Verify the changes:
ethtool eth0
No comments:
Post a Comment