From owner-freebsd-mobile@FreeBSD.ORG Thu Mar 11 23:41:27 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE78916A4CE; Thu, 11 Mar 2004 23:41:27 -0800 (PST) Received: from alpha.siliconlandmark.com (alpha.siliconlandmark.com [209.69.98.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9612043D31; Thu, 11 Mar 2004 23:41:27 -0800 (PST) (envelope-from andy@siliconlandmark.com) Received: from alpha.siliconlandmark.com (localhost [127.0.0.1]) i2C7fFVb006898; Fri, 12 Mar 2004 02:41:15 -0500 (EST) (envelope-from andy@siliconlandmark.com) Received: from localhost (andy@localhost)i2C7fFYu006895; Fri, 12 Mar 2004 02:41:15 -0500 (EST) (envelope-from andy@siliconlandmark.com) X-Authentication-Warning: alpha.siliconlandmark.com: andy owned process doing -bs Date: Fri, 12 Mar 2004 02:41:15 -0500 (EST) From: Andre Guibert de Bruet To: Eric Wenger In-Reply-To: <93E8213CD5295045B4017C8EB52A5864BD2ADB@DURMX1.cs.myharris.net> Message-ID: <20040312023324.O21071@alpha.siliconlandmark.com> References: <93E8213CD5295045B4017C8EB52A5864BD2ADB@DURMX1.cs.myharris.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean cc: freebsd-current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: Project Evil: Success with Realtek 8180 (RTL8180) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 07:41:28 -0000 On Thu, 11 Mar 2004, Eric Wenger wrote: > I also should point out that you can't configure two > interfaces on the same subnet under FreeBSD so if you are hard wired to a > wireless router you need to take care with addressing. Yes you can, you'll just have to set the netmask to 0xffffffff as you do with aliased IPs. This is a documented requirement. From the ifconfig manpage: alias Establish an additional network address for this interface. This is sometimes useful when changing network numbers, and one wishes to accept packets addressed to the old interface. If the address is on the same subnet as the first network address for this interface, a non-conflicting netmask must be given. Usually 0xffffffff is most appropriate. I have something similar set up at my apartment using gbit ether and firewire: nge0: flags=8843 mtu 1500 inet 10.10.10.2 netmask 0xffffff00 broadcast 10.10.10.255 fwe1: flags=8943 mtu 1500 inet 10.10.10.56 netmask 0xffffffff broadcast 10.10.10.56 Regards, > Andre Guibert de Bruet | Enterprise Software Consultant > > Silicon Landmark, LLC. | http://siliconlandmark.com/ > > > Thanks for the great work on Project Evil! > > Eric > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >