Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 1999 01:43:04 EST
From:      w8sdz@Mail.Petersen.Net (Keith Petersen)
To:        wpaul@skynet.ctr.columbia.edu (Bill Paul)
Cc:        bugs@freebsd.org, toasty@dragondata.com
Subject:   Re: Poor Internet throughput on FreeBSD 3.3-RELEASE
Message-ID:  <19991230014304.w8sdz@Mail.Petersen.Net>
In-Reply-To: Message of Thu, 30 Dec 1999 01:23:36 -0500 (EST)

next in thread | raw e-mail | index | archive | help
Bill, you wrote:

> Do me the following:
> 
> - With the machine running, type the following, as root:
> ifconfig xl0 media 10baseT/UTP

# ifconfig xl0 media 10baseT/UTP

> - Unplug the ethernet cable that connects the NIC to the ISDN router.

Done

> - Wait 5 seconds.
> - Plug the cable back in.
> - Try again.
> - Watch what happens.

/var/log/messages says

/kernel: xl0: selecting MII, 10Mbps, half duplex

You asked for:
# netstat -in

Name  Mtu   Network       Address            Ipkts Ierrs    Opkts Oerrs  Coll
xl0   1500  <Link>      00.60.97.9c.ed.5b   111039     0   132518     0  8400
xl0   1500  63.65.211/27  63.65.211.20      111039     0   132518     0  8400
xl0   1500  63.65.211.21/ 63.65.211.21      111039     0   132518     0  8400
xl0   1500  63.65.211.22/ 63.65.211.22      111039     0   132518     0  8400
lp0*  1500  <Link>                               0     0        0     0     0
tun0* 1500  <Link>                               0     0        0     0     0
sl0*  552   <Link>                               0     0        0     0     0
ppp0* 1500  <Link>                               0     0        0     0     0
lo0   16384 <Link>                            2302     0     2302     0     0
lo0   16384 127           127.0.0.1           2302     0     2302     0     0

As you san see, there are two aliases on this interface.  These are
added in /etc/rc.conf.

ifconfig_xl0_alias0="inet 63.65.211.21 netmask 255.255.255.255"
ifconfig_xl0_alias1="inet 63.65.211.22 netmask 255.255.255.255"

You asked about terminations.  There are none.  This is UTP with RJ45
connectors.  Both hosts have 6 foot cables connecting them to a hub.

The hub connects via 10base2 coax (BNC terminated at both ends) to a
transceiver on the router.

There is no indication of collisions on the indicator light on the
front of the router.

--Keith


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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