From owner-freebsd-isp Sat Apr 19 17:16:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA24387 for isp-outgoing; Sat, 19 Apr 1997 17:16:50 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA24382 for ; Sat, 19 Apr 1997 17:16:46 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.7.3) id KAA27159; Sun, 20 Apr 1997 10:16:34 +1000 (EST) Date: Sun, 20 Apr 1997 10:16:33 +1000 (EST) From: "Daniel O'Callaghan" To: Ernie Elu cc: freebsd-isp@freebsd.org Subject: Re: routed and small subnets In-Reply-To: <199704190722.RAA17902@spooky.eis.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 19 Apr 1997, Ernie Elu wrote: > I am trying to get routed to add routes for a couple of small subnets I have > hanging of ppp dialup modems. All systems are FreeBSD 2.2 You have two choices: continually add static routes using ip-up/ip-down, or use gated. I use gated quite happily. Others use ip-up/ip-down. I'll share my gated.conf with you if you like. Danny