From owner-freebsd-stable@FreeBSD.ORG Wed Jan 7 18:45:23 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DC631065676 for ; Wed, 7 Jan 2009 18:45:23 +0000 (UTC) (envelope-from walt@relnor.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 569128FC20 for ; Wed, 7 Jan 2009 18:45:23 +0000 (UTC) (envelope-from walt@relnor.com) Received: by yw-out-2324.google.com with SMTP id 9so3630361ywe.13 for ; Wed, 07 Jan 2009 10:45:22 -0800 (PST) Received: by 10.65.150.2 with SMTP id c2mr17190729qbo.32.1231353922341; Wed, 07 Jan 2009 10:45:22 -0800 (PST) Received: by 10.65.205.10 with HTTP; Wed, 7 Jan 2009 10:45:22 -0800 (PST) Message-ID: <486185590901071045r3549d00y76eecffaf35007d8@mail.gmail.com> Date: Wed, 7 Jan 2009 13:45:22 -0500 From: "Walter Venable" To: "Brian Duke" , stable@freebsd.org In-Reply-To: <000701c970f6$aaa64960$fff2dc20$@com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8dfae1c10901070639x67945324jeeecfcac647d7976@mail.gmail.com> <1231346850.84852.13.camel@buffy.york.ac.uk> <000701c970f6$aaa64960$fff2dc20$@com> Cc: Subject: Re: FreeBSD 7.1 Breaks re and rl Network Interface Drivers X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 18:45:23 -0000 On Wed, Jan 7, 2009 at 1:34 PM, Brian Duke wrote: > Walter, > I too have these two interfaces and was forced to disconnect my rl0 in order > for my static ip on re0 to route correctly. If both interfaces are up on the > same network even if both are different IPs all routing stopped. I was > planning on doing a little load balancing project. I didn't due to lack of > time. > > #ifconfig rl0 down > > left my interface up and active. The interface would not change its IP > through sysinstalls' enable networking interfaces. I could do this: > > #ifconfig rl0 inet 192.168.1.150 > > But my routing was messed up at that point and was confirmed via: > > #netstat -r > > The return information looked like it was stuck or lost and the command > never finished. > I had to disconnect one or the other but both simply showed no routes. I > disconnected rl0 because it was a 10/100m interface and left my re0 gig > interface connected rebooted and the routes and networking is again stable. > In the interest of full disclosure rl0 is on the motherboard re0 is a pci > card. Brian, was this happening to you on 7.0 also or just 7.1?