This is a discussion on Suse Enterprise Linux server Set Network card (NIC) to Full duplex setting within the Networking, Firewalls and Security forums, part of the Mastering Servers category; Changing your Network Interface Speed, Duplex or Auto Negotiate settings on Suse Enterprise Linux server. 1 # Login as root ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
Changing your Network Interface Speed, Duplex or Auto Negotiate settings on Suse Enterprise Linux server.
1 # Login as root user 2 # Change directory to /etc/sysconfig/network/scripts Code:
cd /etc/sysconfig/network/scripts Code:
vi eth0-setup Code:
#!/bin/sh /usr/sbin/ethtool -s eth0 speed 100 duplex full autoneg off Code:
ln -s /etc/sysconfig/network/scripts/eth0-setup /etc/sysconfig/network/if-up.d Code:
man ethtool
__________________
Raj Linux rulz. I have never turned back in my life ; I shall not do so today.. haha |
| Sponsored Links | ||
|
|
|
|||
|
Hello,
I want to configure my network-card to run in full-duplex mode. The description above from raj seems to work for me but I want to understand my settings (SUSE Linux Enterprise Server 10): contents of /etc/sysconfig/network/ifcfg-eth-id-00:14:5e:cc:40:ee Code:
BOOTPROTO='none' ETHTOOL_OPTIONS='speed=100 duplex=full autoneg=off' NAME='IBM NetXtreme II BCM5708 Gigabit Ethernet' STARTMODE='off' UNIQUE='rBUF.2uuZ5oJ5QB6' USERCONTROL='no' _nm_name='bus-pci-0000:03:00.0' A grep over my etc-directory (grep -ri ethtool .) shows me only the entries in ifcfg*-files. And here another confusing message (from /var/log/boot.msg): Code:
eth0 device: Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet (rev 11)
eth0 configuration: eth-id-00:14:5e:cc:40:ee
eth0 Startmode is 'off'
skipped eth1 device: Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet (rev 11)
eth1 configuration: eth-id-00:14:5e:cc:40:f0
eth1 Startmode is 'off'
skipped bond0
"ethtool bond0 speed=100 duplex=full autoneg=off" failed.
bond0 enslaving interfaces: eth0 eth1
bond0 IP address: 10.40.0.16/22 as bonding master
doneSetting up service network . . . . . . . . . . . . . . . .done
Who can help me? |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I configure the network card from the command line? | jerry | Linux software | 4 | 09-17-2007 04:52 PM |
| OpenBSD get or display network card IP address Subnet mask information | rockdalinux | Getting started tutorials | 0 | 06-15-2007 11:06 PM |
| Migrate a web server to Red Hat Enterprise Linux 4 from 3 | chimu | Linux software | 2 | 12-19-2006 01:08 AM |
| set or how to change dns setting ubuntu linux network | chiku | Linux software | 1 | 07-17-2006 07:30 PM |
| network card not being recognized | Linux software | 1 | 01-28-2006 12:25 PM | |