Viewing and changing speed/duplex settings for ethernet interfaces on DLP Network devices
Originally Published: 2008-06-17
Article Number
Applies To
Issue
Resolution
1. SSH to device /User "tablus"
2. SU to root
3. Type command ethtool as shown below:
# ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: g
Wake-on: g
Current message level: 0x00000007 (7)
Link detected: yes
4. Changing duplex and speed settings on interface:
# ethtool -s eth0 speed 100 duplex full - to make it to 100Mbps full duplex
# ethtool -s eth0 speed 10 duplex half - to make it to 10Mbps half duplex
5. To make the settings permanent (please do not do unless absolutely necessary)
# vi /etc/sysconfig/network-scripts/ifcfg-eth0
Append following line:
ETHTOOL_OPTS="speed 100 duplex full autoneg off"
Related Articles
Change the Primary Instance IPv4 Network Settings 408Number of Views "No configured interfaces were detected" error after finishing Quick Setup on a new RSA Authentication Manager 8.4 server 485Number of Views Configure the RSA Authentication Agent API for Java on a supported platform with two network card interfaces (NIC) 287Number of Views Change the Replica Instance IPv4 Network Settings 281Number of Views Migrating an RSA Authentication Manager 8.x deployment to a new location with different network settings 272Number of Views
Trending Articles
Connection fails to Cloud Authentication Service when connecting through a proxy server from RSA Authentication Manager to… Downloading RSA Authentication Manager license files or RSA Software token seed records Unable to login to RSA Authentication Manager Security Console as super admin RSA Authentication Manager 8.9 Release Notes (January 2026) How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device
Don't see what you're looking for?