Re: Help - how to save network configuration made by ethtool?



helo,

Could some one please tell me how to save the setups made by ethtool?

you cannot save the setups, you set the interface-parameters
while booting:


1./ (preferred method)

echo "ETHTOOL_OPTS=\"speed 100 duplex half autoneg off\""
/etc/sysconfig/network-scripts/ifcfg-eth0


OR

2./

echo "ethtool -s eth0 speed 100 duplex half autoneg off"
/etc/rc.d/rc.local



bye,
b.
.



Relevant Pages

  • Re: Help - how to save network configuration made by ethtool?
    ... you set the interface-parameters ... while booting: ... 1./ (preferred method) ... or 2., the network parameters will be set during boot, ...
    (comp.os.linux.development.system)
  • Re: BADMBR??
    ... > and could in certain setups cause problems with: ... > 2) booting and partitioning software from other OSs ... > How do I fix this? ... Don't do nothing, that's allright. ...
    (alt.os.linux)