Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Apr 2003 22:42:38 +0200
From:      Gary Jennejohn <garyj@jennejohn.org>
To:        William Ashworth <willybaby12345@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Proper way to configure NIC in full duplex 
Message-ID:  <200304042042.h34KgcuN025122@peedub.jennejohn.org>
In-Reply-To: Your message of "Sun, 04 May 2003 11:53:21 PDT." <028801c3126e$72111310$728d3a40@user> 

next in thread | previous in thread | raw e-mail | index | archive | help
"William Ashworth" writes:
> Someone told me that I might not be running the interface in full duplex.
> How can I determine this?  How can I fix it if I am not currently running in
> full duplex?
> 

garyj:peedub:mail:bash:34> ifconfig rl0
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 134.98.93.22 netmask 0xffffff00 broadcast 134.98.93.255
        ether 00:00:e8:ea:58:85
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active

Read the manpage. You can use media and mediaopts to force full-duplex
and 100baseTX.

Put something like this into /etc/rc.conf:

ifconfig_rl0="inet aa.bb.cc.dd netmask 0xffffff00 media 100baseTX mediaopt full-duplex"

---
Gary Jennejohn / garyj@jennejohn.org gj@freebsd.org gj@denx.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304042042.h34KgcuN025122>