| Summary: | FTP REALLY slow on internal NIC aswel (12kb/s) | ||
|---|---|---|---|
| Product: | Base System | Reporter: | oliver <oliver> |
| Component: | conf | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
oliver
2000-11-30 13:40:00 UTC
State Changed From-To: open->feedback Is this still a problem for more recent versions of FreeBSD? If so, can you provide more details about your configuration? I have the same problem; Installed FreeBSD4.4-RELEASE just a couple of weeks ago, and the network speed is a dud (got 1MBps from Linux, get ~10kBps from FreeBSD). WindowsXP clients generally get a disconnect after the first 4k of a file. Win98SE gets the file, but ~10kBps. This also appears to affect HTTP; WinXP client got ~10kBps from FreeBSD4.4-RELEASE running Apache. FreeBSD4.4-RELEASE, compiled from 4.4-RELEASE source AOpen 10/100bT ethernet (r8139) 5-port 10bT hub AMD K6/2-350 256 MB RAM 6.8 GB HD FIC VA-503+ mobo Taavi Burns /*eof*/ Hi there,
I am submitting a follow up for this problem since I too faced this
problem. I was running FreeBSD 4.3 when I first observed this problem.
Thinking that this could be a problem with 4.3, I upgraded to 4.4 but it
was of no use.
I have two more OS's on the same machine and I get a transfer rate
of 700-800 KB/s in an ftp transfer (all to the same machine) anytime I
start the transfer. With FreeBSD it was very very poor (12-15 KB/s and
it was slightly better [150KB/s ] when I 'put' the file). Needless to
say, I was disappointed since I was running FreeBSD for a long time.
I am happy now. Guess what? This seems to be a problem with the LAN
driver or its interaction with TCP/IP. My NIC was Realtek RTL 8139A.
Since I wanted to submit a PR, I tested with different machines & NICs
to give enough details. When I changed my NIC to COMPEX RL100 ATX,
the problem went away.
I don't think there is any problem with the NIC itself since the
transfer rate was very good in win98 & linux on the same machine.
Looking at Taavi Burns's config (r8139), I can say that my guess is
correct.
Taavi:
Can you try replacing the NIC & see?
FreeBSD development team:
Can the problem associated with the rl dirver be fixed asap?
Thanks,
Muthu
I´m have this problem with two cards, rl and xl chipsets. cya Howdy, The most common cause of this problem is incorrect duplex setting. It is worth using ifconfig to find out the current duplex setting of the card, then use ifconfig to change the duplex setting. You may need to look at the man page for the driver you are using as not all drivers use the same method for changing the duplex. Also, numerous network performance issues were resolved as of 4.5. It may be worth upgrading to 4.5 or 4.6 to see if the problem goes away. Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au Greetings, Thanks for all the notes on this. My problem was the same, terribly slow performance (12-15 Kb/s) on everything from mput's to Windows file transfer operations. The card in my FreeBSD server is a generic utp-only thing with a Realtek 8029 chipset. After reading your notes I changed rc.conf by adding "media 10baseT/UTP" to specify what seemed obvious, since there is only one physical connector. (The default for the rl driver is apparently AutoSelect) Now I am flying around between my FreeBSD server and all the Windows clients at speeds of 750-900 Kb/s) I am a bit new to the Unix world and I appreciate all the help! _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com Gene, I've been having the same problem as described above--very, very slow response between two systems on the local network running through a 10/100M NIC system. Particularly with trying to integrate a FreeBSD box and a WindowsXP machine. After trying adding "media 10baseT/UTP" to ifconfig, all is well. This seems to have fixed the slow response on the "rl" NICs. Rodger Castle State Changed From-To: feedback->closed Several people have offered opinions. This PR no longer needs to remain open as we are several versions away && has sat in feedback for over a year. |