From owner-freebsd-questions Wed Mar 6 22:47: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailgw3a.lmco.com (mailgw3a.lmco.com [192.35.35.24]) by hub.freebsd.org (Postfix) with ESMTP id 3C9D637B405; Wed, 6 Mar 2002 22:47:01 -0800 (PST) Received: from emss01g01.ems.lmco.com ([129.197.181.54]) by mailgw3a.lmco.com (8.11.6/8.11.6) with ESMTP id g276kxU28111; Thu, 7 Mar 2002 01:47:00 -0500 (EST) Received: from CONVERSION-DAEMON by lmco.com (PMDF V5.2-33 #38886) id <0GSL00D01C6BLE@lmco.com>; Wed, 6 Mar 2002 22:46:59 -0800 (PST) Received: from BSDWIN2KKOROUSH ([129.197.23.48]) by lmco.com (PMDF V5.2-33 #38886) with SMTP id <0GSL00BNRC66X4@lmco.com>; Wed, 06 Mar 2002 22:46:54 -0800 (PST) Date: Wed, 06 Mar 2002 22:46:50 -0800 From: Koroush Saraf Subject: RouteD is limited - how can I? To: freebsd-questions@FreeBSD.ORG Cc: freebsd-hackers@FreeBSD.ORG Message-id: <003801c1c5a3$dc283c10$3017c581@BSDWIN2KKOROUSH> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Mailer: Microsoft Outlook Express 5.50.4807.1700 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <200203061700.MAA11066@alpha.vaxxine.com> <15494.36857.673158.314313@guru.mired.org> <200203070437.XAA13463@alpha.vaxxine.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All, With help from teh questions group I have managed to run RIPV2 on a single NIC computer using the following command routed -s ripv2 However, there are several aliased IP addresses on this interface and they are being advertized and found in the RIP table. Now I want to exclude one of the aliased addresses from being advertized. I have tried to put the following in my /etc/gateways file, net 0.0.0.0 gateway x.x.x.x metric 16 extern where x.x.x.x is the alias that I want to exclude, but it doesn't do the job. Can you guide me on how I can remove a network from the advertized list? thanks in advance ~koroush ps. please CC me on the reply To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message