From owner-freebsd-net Sat Apr 7 5:10:23 2001 Delivered-To: freebsd-net@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 4104B37B422 for ; Sat, 7 Apr 2001 05:10:21 -0700 (PDT) (envelope-from nick@rogness.net) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id f37DET422703 for ; Sat, 7 Apr 2001 08:14:29 -0500 (CDT) (envelope-from nick@rogness.net) Date: Sat, 7 Apr 2001 08:14:28 -0500 (CDT) From: Nick Rogness X-Sender: nick@cody.jharris.com To: freebsd-net@freebsd.org Subject: Multi-Destination gif tunnel Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Multi-Destination gif tunnel Anybody had any success at setting these things up? I have a couple of questions...maybe someone can answer: In gif(4) man: "With IFF_LINK0 interface flag, gif can be configured to implement multi-destination tunnel. With IFF_LINK0, it is able to configure egress point to IPv4 wildcard address (0.0.0.0) or IPv6 unspecified address (0::0)." Umm ok: # ifconfig gif0 link0 # gifconfig gif0 inet 10.0.0.1 0.0.0.0 "In this case, destination address for the outer IP header is determined based on the routing table setup." Ok, what about the inner header setup? And what about the outside destination ip? How do you configure that to go out gif0 ? With the -iface flag [tried it didn't work]. Talk to me Goose!! Nick Rogness - Keep on Routing in a Free World... "FreeBSD: The Power to Serve!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message