From owner-freebsd-questions Sat Jan 8 7: 7:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bunyip.flash.net (bunyip.flash.net [209.30.2.15]) by hub.freebsd.org (Postfix) with ESMTP id E20EC152F7 for <freebsd-questions@FreeBSD.org>; Sat, 8 Jan 2000 07:07:51 -0800 (PST) (envelope-from tenebrae@flash.net) Received: from broccoli (broccoli.thcproductions.com [209.30.57.233]) by bunyip.flash.net (8.9.3/Pro-8.9.3) with ESMTP id JAA21366 for <freebsd-questions@FreeBSD.org>; Sat, 8 Jan 2000 09:07:43 -0600 (CST) Message-Id: <4.2.2.20000108085051.00a46430@pop.flash.net> X-Sender: tenebrae@pop.flash.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Sat, 08 Jan 2000 09:00:13 -0600 To: freebsd-questions@FreeBSD.org From: TENEBRAE <tenebrae@flash.net> Subject: Internal network transfers Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello folks, I've got FTP servers setup on both a Windows box and a FreeBSD box. Both are connected to a 4 port hub, and the hub is connected to my Alcatel 1000 ADSL modem via a crossover cable on the 4th port. Both boxes can reach the outside world just fine as far as browsing the web, downloading, etc. That's no problem at all. The problem is, I've been using the BSD box to store files because I was running out of room already on the Windows machine's HD, and was putting them in my home dir on the BSD machine (it has an 8.4G HD). I can send files _to_ the BSD machine just fine, averaging about 1100+ KB/s, but when I try to pull them back to the Windows box, my transfer rates are extremely slow, as it's currently sending it over at about 3KB/s. I can ping and traceroute the Windows box and the avg is .345ms on both, and traceroute shows one hop. I've got an FTP session open to a unix box on the net, also on xDSL, and it's going out to that box at 13.38 KB/s, which is the max for my DSL line. I thought it may have been an issue with the port I was using on the Windows box' FTP server, which was a non-standard port (well above port 21), so I switched it to port 21, and it yields the same results. Whether I FTP in from the Windows box to BSD, and download the files, or if I FTP in from the BSD box to the Windows box and upload the files, same results. I've even toggled 'passive' mode, to no avail. At a friend's suggestion, I switched my subnet from 255.255.255.0 to 255.255.255.252 on both boxes (as I've 4 static IPs, .232 to .235), and I actually get 'network unreachable' on BSD, and I saw that it was trying to use xxx.xxx.xxx.235 as the broadcast address, which would be the case if I were using ISDN, but DSL doesn't work that way, all of it's IPs are routable. With the subnet set to 255.255.255.0, it's using a broadcast address of xxx.xxx.xxx.255. I've tried different ports on the hub, and I've tried using the other IPs, and all yield the same results. I'm absolutely baffled, so if any of you have any suggestions, I'd be very, VERY appreciative. -W.P. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message