View FAQ

- Servers - Linux -


set linux ubuntu eth0 ethernet settings 100 full duplex ...
(posted by Steven A on 2017-03-27 08:49:56)

set linux ubuntu eth0 ethernet settings 100 full duplex


Solution:

    apt-get install ethtool


    Code:
    vi /etc/rc.local
    Add a new line above exit 0:
    Code:
    ethtool -s eth1 speed 100 duplex full autoneg off


Comments:


© 2024 TkFast, Inc.  |  main  |  public  |  FAQs