I am running redhat 9.0
Everytime I reboot the server the nic card
defaults back to autoneg and 10HD
Where do I make the settings I want stay even after a reboot?
I'm on fedora, not RH, but in the /etc/sysconfig/network-scripts file there are a couple of lines that look like this:
Code:
/sbin/ethtool -s ${REALDEVICE} $ETHTOOL_OPTS
If you put the command parameters to set card the way you like it in /etc/sysconfig/network-script/ifcfg-eth0 (or whatever your interface name is after the "ifcfg-"), it may set them.
If that works, then you probably want to examine the options available in redhat-network-config-gui and see if there's some way to set them there, because that tool writes the ifcfg files.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.