Tuesday, April 20, 2010

Print information on Ethernet interface in Linux

# ethtool eth0
The command is to be executed in the superuser mode.
It prints information on the Ethernet interface (eth0), such as Wake-on-LAN options, etc.

In order to disable Wake-on-LAN feature execute the following:
# ethtool -s eth0 wol d 

No comments:

Post a Comment