Re: Configuring NIC Card
From: Ed Wilts (ewilts_at_ewilts.org)
Date: 04/13/05
- Previous message: Kevin: "up2date -u got RPM package conflict error."
- In reply to: Jay Berryman: "RE: Configuring NIC Card"
- Next in thread: Ryan Golhar: "RE: Configuring NIC Card"
- Reply: Ryan Golhar: "RE: Configuring NIC Card"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 13 Apr 2005 12:13:58 -0500 To: General Red Hat Linux discussion list <redhat-list@redhat.com>
On Wed, Apr 13, 2005 at 09:58:10AM -0500, Jay Berryman wrote:
> If you have mii-tool installed you can force the NIC to 100MB-FD by running
> the following command: mii-tool -F 100baseTx-FD eth0. To force this on a
> reboot use the full path command and stick it in your /etc/rc.local file.
Jay, please don't top post.
A much cleaner and supported method is to edit the ifcfg script
[root@scsftp pub]# grep ETHTOOL /etc/sysconfig/network-scripts/ifcfg-eth0
ETHTOOL_OPTS="speed 100 duplex full autoneg off"
You'll find this is called by /etc/sysconfig/network-scripts/ifup
You will, of course, need ethtool installed.
-- Ed Wilts, RHCE Mounds View, MN, USA mailto:ewilts@ewilts.org Member #1, Red Hat Community Ambassador Program -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Kevin: "up2date -u got RPM package conflict error."
- In reply to: Jay Berryman: "RE: Configuring NIC Card"
- Next in thread: Ryan Golhar: "RE: Configuring NIC Card"
- Reply: Ryan Golhar: "RE: Configuring NIC Card"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|