Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2000 13:45:48 -0400
From:      "Patrick Bihan-Faou" <patrick@mindstep.com>
To:        "Evpaty" <valentin@russia.crosswinds.net>
Cc:        <samba-ntdom@samba.org>, <freebsd-net@freebsd.org>
Subject:   Re: Samba 2.0.7 + FreeBSD 4.1-STABLE + W2k sp1
Message-ID:  <01d001c02a3d$1a04fcc0$040aa8c0@local.mindstep.com>
References:  <20337579133.20000926123544@russia.crosswinds.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

From: "Evpaty" <valentin@russia.crosswinds.net>
> su-2.04# ifconfig
> rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
>         inet 10.0.1.102 netmask 0xffffff00 broadcast 10.0.1.255
>         inet6 fe80::250:baff:fed1:de26%rl0 prefixlen 64 scopeid 0x1
>         ether 00:50:ba:d1:de:26
>         media: autoselect (none) status: active
>         supported media: autoselect 100baseTX <full-duplex> 100baseTX
10baseT/UT
> P <full-duplex> 10baseT/UTP 100baseTX <hw-loopback>

[...]

> One of them looks at the coaxial subnet, one - at 100Mbit UTP5
> On the 100Mbit side of the router there is a Windows 2000 Box with 3Com
905B card. I have a problem with Samba from this box. Any operation
>
> like copying file to or from Samba share is done _extremely_ slow, 60-80
kb per second. This is not a network problem - ftp is 10 times



Try disabling the autodetection of the link speed on the rl0 card. To do so
either use:

# ifconfig rl0 media 10baseT/UTP

or

# ifconfig rl0 media 100baseTX

depending on the actual speed of the network connected to it (I am guessing
it is 10 Base T). The rl0 driver has a lot of problems detecting the 10 base
T networks, and although you have connectivity and everything appears to be
working fine, the performance are really bad until you explicitely tell it
to use 10 base T.

The "media: autoselect (none) status: active" in ifconfig is a good
indication of that problem.

Good luck,

Patrick.





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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01d001c02a3d$1a04fcc0$040aa8c0>