From owner-freebsd-mobile Sat Sep 27 17:02:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA21775 for mobile-outgoing; Sat, 27 Sep 1997 17:02:23 -0700 (PDT) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id RAA21769 for ; Sat, 27 Sep 1997 17:02:19 -0700 (PDT) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA21880; Sat, 27 Sep 1997 17:02:18 -0700 Date: Sat, 27 Sep 1997 17:02:18 -0700 (PDT) From: "Brian N. Handy" Reply-To: "Brian N. Handy" To: freebsd-mobile@freebsd.org Subject: Default routes? Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hey folks, I'm setting up another laptop here with the box stock FreeBSD distribution, and ... I may just be tired or I may have a real question. If I insert my ethernet card, how does the default route get set up? I believe in a normal desktop this gets set up in rc.network with the defaultrouter variable from rc.conf. But this just doesn't work since the pccard isn't up and running yet typically. Brazen suggestion: should we do this in pccard_ether? Then have a variable like pccard_defaultrouter? Or does it normally get handled in some other more correct place? Thanks, Brian