Adrenalin’s Experience

Linux CentOS how to force 1000megabits ifconfig eth0

Posted in Uncategorized by Adrenalin on January 6, 2011


ethtool -s eth0 speed 1000 duplex full autoneg off
In my case it's peth0.

Other commands:
lspci |grep Ethernet
dmesg |grep eth0
ethtool eth0
ethtool -k eth0
ethtool -S eth0

To make the changes permanent, edit
/etc/sysconfig/network-scripts/ifcfg-eth0
add
ETHTOOL_OPTS="speed 1000 duplex full autoneg off"

Ref:
http://www.cyberciti.biz/tips/howto-linux-add-ethtool-duplex-settings-permanent.html
http://www.centos.org/modules/newbb/viewtopic.php?topic_id=19544&forum=40
http://www.dslreports.com/forum/r22221731-Gigabit-NIC-only-working-as-100meg-in-CentOS

Advertisement

3 Responses

Subscribe to comments with RSS.

  1. Dsl modem for centurylink said, on February 8, 2012 at 9:48 pm

    Online video telephones operate fantastic primarily cable television along with T1 connections. The digital subscriber line relationship could be more difficult, because the distribute speed in the dsl service can often be sluggish …dsl

  2. Gustavo Lema said, on May 21, 2013 at 1:28 pm

    hi, is that valid for red hat 4.8?

  3. phartat Misassa said, on November 24, 2013 at 5:16 pm

    This doesn’t work for me, I know for a fact I have 1000bit cards on both my pc and router (Cisco). Running Kali Linux if it makes a difference.

    “””
    edge-case@HIVE-PC-01:~$ sudo ethtool -s eth0 speed 1000 duplex full autoneg off
    Cannot set new settings: Invalid argument
    not setting speed
    not setting duplex
    not setting autoneg
    “””


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: