From owner-freebsd-hackers Thu Aug 15 11:35:05 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA02110 for hackers-outgoing; Thu, 15 Aug 1996 11:35:05 -0700 (PDT) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA02105 for ; Thu, 15 Aug 1996 11:35:03 -0700 (PDT) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by mail.cdsnet.net (8.6.12/8.6.12) with SMTP id LAA11897 for ; Thu, 15 Aug 1996 11:34:56 -0700 Date: Thu, 15 Aug 1996 11:34:55 -0700 (PDT) From: Jaye Mathisen To: hackers@freebsd.org Subject: OK, one more routed thing. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is there some way to stop routed from broadcasting a default route, but advertising all the other routes? Unfortunately, I am limited to RIP. I'm not using the -g option, although the machine does have 2 cards, with forwarding on. Specifically, a bunch of web server IP's are bound to the second card, but it has no physical connection to anything else. However, I need to route to it to reach those IP's, but routed is also broadcasting the default route, which some of the other hosts are picking up. The -F option lets me set the metric for the default route, but that seems kind of cheesy, I don't want it going out at all. gated is currently not an option.