From owner-freebsd-net Tue Feb 12 11:17: 0 2002 Delivered-To: freebsd-net@freebsd.org Received: from mail.marketwatchmail.com (mail.marketwatchmail.com [206.146.143.85]) by hub.freebsd.org (Postfix) with SMTP id 9F60837B402 for ; Tue, 12 Feb 2002 11:16:57 -0800 (PST) Received: (qmail 7270 invoked from network); 12 Feb 2002 20:00:52 -0000 Received: from unknown (HELO jaustadw2k) (206.147.106.71) by mail.marketwatchmail.com with SMTP; 12 Feb 2002 20:00:52 -0000 From: "Jay Austad" To: Subject: gif0 tunnel and rip (using zebra) Date: Tue, 12 Feb 2002 13:13:51 -0600 Message-ID: <54180709DD3FE145917BB165AFE7EFA002E0D4A3@mspexch2.office.mktw.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm trying to propagate rip routes using zebra (ripd) across a gif0 tunnel interface to another freebsd box running zebra. I have zebra and ripd running, but they only seem to broadcast routes out the fxp0 interface, and not across the gif0 tunnel. It's quite annoying. A "show ip protocols" in the ripd vty shows that both fxp0 and gif0 are sending and receiving RIP updates. However tcpdump shows otherwise. I really don't need to use zebra, but I'd like to. Otherwise, if someone can help me with a gated config which completely excludes fxp1, does not broadcast a default route, and only broadcasts and accepts routes on the fxp0 and gif0 interfaces, I would gladly use that. The endpoints on the gif0 tunnel are tied down to addresses assigned to the lo1 interface on each side. Should I tie these down to the addresses assigned to fxp0 instead? When I did it this way, traceroute would not work across the tunnel. Also, does FreeBSD 4.5 support GRE tunnels? Thanks. Jay To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message