我无法改变任何使用 ethtool 进行适配器设置。
ethtool -s eno1 speed 1000 duplex full autoneg on
Cannot set net settings: Operation not supported
无论上述设置如何组合,都会出现相同的消息。
我还尝试/etc/sysconfig/network-scipts/ifcfg-eno1
通过添加以下行进行编辑:
ETHTOOL_OPTS="speed 1000 duplex full autoneg on"
但ethtool eno1
重启后运行会显示此信息:
我真的需要建立这个链接。这是一个装有 CentOS7 的新盒子,我正试图让它启动。