AT-2701 Series Fast Ethernet Adapter Installation Guide
Configuring an Ethernet Interface on Linux Systems
Configuring an Ethernet Interface on Ubuntu
This section provides how to set the speed and duplex mode to the Ethernet interfaces of
To configure Ethernet interfaces of
1.Verify that the ethtool utility is installed on your system by entering the following command:
ethtool
If the ethtool utility is not installed on your system, the system shows an error message. If the ethtool utility is installed, skip step 2.
2.If your system does not have the ethtool utility installed, Install it by entering the following command:
sudo apt-get install ethtool
3.Obtain the name of the Ethernet interface for the
ifconfig
You have one Ethernet interface per
Note
To identify the Ethernet interface of the
4.Edit /etc/network/interfaces file to disable
auto ethx
iface ethx inet dhcp
Note
Replace "ethx" with the name of the Ethernet interface that you obtained in step 3. "ethx" appears three times in the statement.
5.Repeat step 4 for all of the Ethernet interfaces of
53