From owner-freebsd-net@FreeBSD.ORG Wed Jun 16 14:34:39 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E02616A4CE for ; Wed, 16 Jun 2004 14:34:39 +0000 (GMT) Received: from av15-1-sn4.m-sp.skanova.net (av15-1-sn4.m-sp.skanova.net [81.228.10.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E55543D64 for ; Wed, 16 Jun 2004 14:34:38 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av15-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id 8DBF437E4D; Wed, 16 Jun 2004 16:33:16 +0200 (CEST) Received: from smtp4-2-sn4.m-sp.skanova.net (smtp4-2-sn4.m-sp.skanova.net [81.228.10.180]) by av15-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 7F26E37E43 for ; Wed, 16 Jun 2004 16:33:16 +0200 (CEST) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp4-2-sn4.m-sp.skanova.net (Postfix) with SMTP id 1B77D37E43 for ; Wed, 16 Jun 2004 16:33:16 +0200 (CEST) Received: (qmail 9398 invoked by uid 1001); 16 Jun 2004 14:33:15 -0000 Date: Wed, 16 Jun 2004 16:33:15 +0200 From: Erik Trulsson To: Carlos Matos Message-ID: <20040616143315.GA9385@falcon.midgard.homeip.net> Mail-Followup-To: Carlos Matos , net@freebsd.org References: <661505855.20040616152105@student.dei.uc.pt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <661505855.20040616152105@student.dei.uc.pt> User-Agent: Mutt/1.5.6i cc: net@freebsd.org Subject: Re: Interfaces order X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2004 14:34:39 -0000 On Wed, Jun 16, 2004 at 03:21:05PM +0100, Carlos Matos wrote: > Hi, > > I'm trying to implement a mobile network. My Mobile router have two > interfaces (sis0 and wi0). My problem is that the daemon "rtsold" > that I am using, need to select the interface wi0, but is selecting > the interface sis0. This appens because the sis0 interface appears > first in the startup. There is some way to change the order of the > interfaces that are configured in the startup? > > Thanks for the attention >From the manpage for rtsold it seems as if one of the parameters the daemon takes is which interface to use. Relying on the order in which interfaces are configured seems like a bad idea. -- Erik Trulsson ertr1013@student.uu.se