-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

ethtool


> Display and modify Network Interface Controller (NIC) parameters.

More information.


Display the current settings for an interface:

ethtool {eth0}

Display the driver information for an interface:

ethtool --driver {eth0}

Display all supported features for an interface:

ethtool --show-features {eth0}

Display the network usage statistics for an interface:

ethtool --statistics {eth0}

Blink one or more LEDs on an interface for 10 seconds:

ethtool --identify {eth0} {10}

Set the link speed, duplex mode, and parameter auto-negotiation for a given interface:

ethtool -s {eth0} speed {10|100|1000} duplex {half|full} autoneg {on|off}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 01:13:11 2024