From owner-freebsd-questions Thu Feb 20 16:20:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 154CF37B401 for ; Thu, 20 Feb 2003 16:20:08 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA5B743FA3 for ; Thu, 20 Feb 2003 16:20:06 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1L0K3rX007338; Thu, 20 Feb 2003 19:20:04 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E5570B3.2090201@potentialtech.com> Date: Thu, 20 Feb 2003 19:20:03 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joseph Noonan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Bizarre Networking Problem References: <27.39e39215.2b869c70@aol.com> <20030220155544.V84973@pcjfn.msc.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joseph Noonan wrote: > I have a really weird networking issue on my firewall box. The > machine in question has an ethernet facing a cisco facing the > Internet and an ethernet facing the LAN plugged into a 3com > 100Mbit switch. My LAN has all of the servers and most of the > workstations sitting in the /24 that I've had for 10 years. Some > of the newer workstations are now sitting on a /24 that I got from > one of my providers when I filled up the old space. > > On xl0, the LAN ether, I simply added one of the new /24's to the > interface with an ifconfig -alias and thought everything was good. > And it was for users that only use the LAN for e-mail and www. > But when I added some users that started messing around with 25MB > pppts or 100MB .docs, the performance became pathetic, like in the > single or low double digit kbps. The very same computer, can > download a 100MB file from the 'net over a T1 faster than it can > get a 50MB file off of my Samba based BSD file server. If I > change the machines IP to one in the old /24 everything is fine > again. > > Now it gets really weird. Today, one of my associates was > investigating this problem and doing the experiments that document > the above facts on two different machine. He called me and told > me what he found. I logged into the firewall and started running > tcpdump against the one address and also looking at the firewall > logs to make sure I wasn't firewalling my own network. A few > minutes later one of the users afflicted by this issue called to > thank me for fixing the problem. I said eh? I haven't done > anything other than look at the problem and I'm stumped. He says > whatever, works great now! My associate confirmed this on another > machine. > > Well, it is true, I *did* do something: I put xl0 into promiscuous > mode. But why oh why is that fixing what should not even be a > problem to begin with? > > Any klews cheerfully accepted (including hitting me with a > clue-by-4 if I'm missing something obvious). Somewhat of a shot in the dark, but ... Is the routing possibly messed up such that an attempt to connect to the aliased IP is being routed through the machine to the other IP on the same interface? I don't see why this would cause such terrible performance, but it's the best guess I have with the information you provide. Perhaps some output form 'netstat -rn' and 'ifconfig' might provoke some more useful answers. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message