Setting speed on a network card

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Armand
Date:  
Subject: Setting speed on a network card
"Simper, Brian D" wrote:
>
> Do anyone know of a way of permanently setting 100 MB/s - Full Duplex on a
> NIC in RedHat? I have to manually change the settings upon every reboot
> using the mii-tool command. Is there a config file to set? Would an rc
> script be appropriate? Any advice would be appreciated.
>
> Thanks,
>
> Brian


add an 'options eth0 full_duplex=1' to the
/etc/conf.modules file

Armand