Configuring the Ethernet Interface for Linux Systems
6.Save the /etc/network/interfaces file.
7.Reboot your Linux system.
8.Verify that your
ethtool ethx
The command output should display:
Advertised
Duplex mode is Full
Configuring an Ethernet Interface on Red Hat
9.Repeat step 8 for all of the Ethernet interfaces of
To configure Ethernet interfaces of
1. Ensure that the ethtool utility is installed on your system.
Note
To verify that the ethtool utility is installed or install the ethtool utility on your system, consult the documentation for your Red Hat distribution.
2.Obtain the name of the Ethernet interface for the
ifconfig
You have one Ethernet interface per
Note
To identify the Ethernet interface of the
3.Create a new file with the name
/etc/sysconfig/network-scripts directory.
For example, if the name of the Ethernet interface that you obtained in step 2 is eth2, then create a new file with the name
4.Edit the
54