From owner-freebsd-stable Mon Oct 29 12:55:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 819CE37B403 for ; Mon, 29 Oct 2001 12:55:12 -0800 (PST) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.1/8.12.1) with ESMTP id f9TKtBrM046452 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 29 Oct 2001 12:55:11 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.1/8.12.1/Submit) id f9TKtB2h046449; Mon, 29 Oct 2001 12:55:11 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15325.49710.911312.480913@horsey.gshapiro.net> Date: Mon, 29 Oct 2001 12:55:10 -0800 From: Gregory Neil Shapiro To: "Eric P Liedtke" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: IPV6 Tunnels and GIF interface In-Reply-To: References: X-Mailer: VM 6.96 under 21.5 (beta3) "asparagus" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jesus> Can anyone think of a reason why my 4.4 box doesn't have any gif jesus> interfaces, even though I have INET6 and the gif pseudo-devices in my jesus> kernel config. I have IPV6 enabled in rc.conf as well as listing the gif jesus> interfaces gif0 and gif1. I must be missing something obvious but can't jesus> seem to find it right now... Perhaps some you didn't set gif_interfaces or ipv6_network_interfaces properly. A snippet from my configuration: gif_interfaces="gif0" gifconfig_gif0="209.220.147.177 216.98.98.82" ipv6_enable="YES" ipv6_gateway_enable="YES" ipv6_network_interfaces="dc0 gif0" ipv6_prefix_dc0="3ffe:0507:018b:0001" rtadvd_enable="YES" rtadvd_interfaces="dc0" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message