Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262157AbVCBD1e (ORCPT ); Tue, 1 Mar 2005 22:27:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262160AbVCBD1d (ORCPT ); Tue, 1 Mar 2005 22:27:33 -0500 Received: from mail.siliconiriver.com.au ([203.34.93.66]:8066 "EHLO mail.siliconriver.com.au") by vger.kernel.org with ESMTP id S262155AbVCBD1A (ORCPT ); Tue, 1 Mar 2005 22:27:00 -0500 From: Jarne Cook To: linux-kernel@vger.kernel.org Subject: Re: Complicated networking problem Date: Wed, 2 Mar 2005 13:27:31 +1000 User-Agent: KMail/1.7.1 References: <200502281459.31402.jcook@siliconriver.com.au> <200503010202.j2122b80025303@turing-police.cc.vt.edu> <200502282135.35405.dtor_core@ameritech.net> In-Reply-To: <200502282135.35405.dtor_core@ameritech.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200503021327.31429.jcook@siliconriver.com.au> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2078 Lines: 52 On Tuesday 01 March 2005 12:35, you wrote: > On Monday 28 February 2005 21:02, Valdis.Kletnieks@vt.edu wrote: > > On Mon, 28 Feb 2005 14:59:31 +1000, Jarne Cook said: > > > They are both using dhcp to the same simple network. That's right. > > > Same network. They both end up with gateway=192.168.0.1, > > > netmask=255.255.255.0. But ofcourse they do not have the same IP > > > addresses. > > > > I don't suppose your network people would be willing to change it thusly: > > > > wired ports: gateway 192.168.0.1, netmask 255.255.255.128.0 > > wireless: gateway 192.168.128.1, netmask 255.255.255.128.0 > > > > Or move the wireless up to 192.168.1.1 if they think that would confuse > > things too much. > > > > There's a limit to how far we should bend over backwards to support > > stupid networking decisions. 192.168 *is* a /16, might as well use it. ;) > > > > If they won't, you're pretty much stuck with binding applications to one > > interface or another. > > If the goal is to primarily use wired link and seamlessly swith to wireless > then look into bonding driver in failover mode with wired interface as > primary. This way you have only one address and userspace does not notice > anything. Damn Having to configure the interfaces using bonding was not really the answer I was expecting. I did not think linux would be that rigid. I figured if poodoze is able to do it (seamlessly mind you), surely linux (with some tinkering) would be able to do it also. The goal was to have the networking on the laptop work as perfectly as crapdoze does. Perhaps I should and this topic to my list of software issues that no-one else cares about. "man that list is getting big". maybe one day I'll develop the balls to get deep into the code. -- Jarne Cook Siliconriver.com.au - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/