# MYSON Technology Inc SURECOM EP-320X-S 100/10M Ethernet PCI Adapter
DEVICE=eth0
BOOTPROTO=none
HWADDR=00:40:95:78:1E:B7
>NETMASK=255.255.0.0
IPADDR=172.19.1.42
USERCTL=no
IPV6INIT=no
PEERDNS=yes
TYPE=Ethernet
GATEWAY=192.168.1.11
ETHTOOL_OPTS="autoneg off speed 100 duplex full"
[root@gateway ~]# ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: Not reported
Advertised auto-negotiation: No
Speed: 10Mb/s
Duplex: Half
Port: MII
PHYAD: 32
Transceiver: internal
Auto-negotiation: off
Current message level: 0x00000000 (0)
Link detected: no
[root@gateway ~]# mii-tool eth0
eth0: 10 Mbit, half duplex, no link
I have checked the cable connection, LEDs ..everything is okay.
How to change the speed 10Mbps to 100Mbps
I have mounted Novle Netware volumes to this machine using "ncpmount command'
On Sun, Sep 13, 2009 at 8:55 AM, Mike Wright <mike.wright@xxxxxxxxxxxxxx> wrote:
Gene Heskett wrote:Hi, Gene.
On Saturday 12 September 2009, sureshbabu ct wrote:
I have a Fedora-5 machine.. with two LAN (RTL 8139 c) cards. machine is
being used for internet sharing .(proxy)
In that, one LAN card is connected to local area connection and another
one is connected to a Broad-band internet connection,
while using this command
mii-tool
eth0: 10 Mbit, half duplex, no link
eth1: 10 Mbit, half duplex, no link
how to change this to full duplex.
I have added this line in /etc/sysconfig/network-scripts/ifcfg-eth0, after
that also it is not changing........plz help me...
OOTPROTO=none
What is this OOTPROTO thing? You are missing the B that makes it BOOTPROTO, and I have no idea what none is supposed to do, static and dhcp are the 2 common arguments there.
I ranted about this a couple years back. The documentation is explicit; however, static is so widely misused that it is now tested for and set to none. Static is not a boot protocol period punto final.
Here's the thread (you may notice a few recognizable denizens;)
http://linux.derkeiler.com/Mailing-Lists/Fedora/2007-11/msg02711.html
About half way down look for "The Official RedHat Linux Reference Guide Chapter 12. Network Scripts"
HWADDR=00:40:95:78:1E:B7
> NETMASK=255.255.0.0
IPADDR=172.19.1.42
USERCTL=no
IPV6INIT=no
PEERDNS=yes
TYPE=Ethernet
GATEWAY=192.168.1.11
*ethtool -s eth0 autoneg off
ethtool -s eth0 speed 100 duplex full*
--
--fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
--
(¨`·.·´¨) with
`·.¸(¨`·.·´¨) Luv
(¨`·.·´¨)¸.·´ Suresh Vellinezhi.
`·.¸.·´
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines