ETHTOOL_OPTS="autoneg off speed 1000 duplex full" Note that changing speed or duplex settings almost always requires disabling autonegotiation with the autoneg off option. This needs to be stated first, as the option entries are order dependent.
위와 같이 speed난 duplex 를 설정할때 대부분 autonegotiation 을 지정하는데, 이를 설정할때 위의 example과 같이 이 옵션들의 순서를 잘 지정하라는 말이며, 우선 autoget off가 먼저 와야 한다는 것이다.
또한 이러한 문제가 있는 경우 또 다른 경우에는 ETHTOOL_OPTS를 읽어들이는 ifup관련 스크립트의 버그, 또는 NIC 설정파일(ifcfg-ethx)에 white space등이 들어간 경우 각 옵션값들을 각 설정파일들에서 충돌이 있는 경우 현재 network 모듈쪽의 문제가 있는 경우