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



On Sep 21, 5:25 am, byso <b...@xxxxxxx> wrote:
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.

Thanks.

If I use 1. or 2., the network parameters will be set during boot,
which is good. However, if some one runs "service network restart",
will all parameters be reset?

Thanks,
BJ
--

.