Chapter 10. Adjusting Network Settings


10.1. Changing Network Adapter Settings

To check the speed and settings of network adapters, use the ethtool command which works now for most network interface cards. To check the adapter settings of eth0 run:
Copy to Clipboard Toggle word wrap
# ethtool eth0
To force a speed change to 1000Mbps, full duplex mode, run:
Copy to Clipboard Toggle word wrap
# ethtool -s eth0 speed 1000 duplex full autoneg off
To make a speed change permanent for eth0, set or add the ETHTOOL_OPT environment variable in /etc/sysconfig/network-scripts/ifcfg-eth0:
Copy to Clipboard Toggle word wrap
ETHTOOL_OPTS="speed 1000 duplex full autoneg off"
This environment variable is sourced in by the network scripts each time the network service is started.
Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2025 Red Hat, Inc.