[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Linux option for network
On Wed, Mar 4, 2009 at 9:53 AM, Bizhan Gholikhamseh (bgholikh)
<bgholikh@xxxxxxxxx> wrote:
> Hi All,
> What is the Linux option parameters to set the network interface to:
> auto negotiation: off,
> full duplex,
> speed 1000 ?
Maybe this is not what you are asking, but ...
These options can be set with ethtool manually,
but I think for for Centos/Redhat you can put a line
something like:
ETHTOOL_OPTS="autoneg off duplex full speed 1000"
in your /etc/sysconfig/network-scripts/ifcfg-eth0 file.
Substitute the correct device name for your case, obviously.
>
> Thanks,
> Bizhan
Anyone, please correct me if I'm wrong.
Hope this helps,
-Bob
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ