From owner-freebsd-questions@FreeBSD.ORG Mon Sep 22 11:20:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5689A106564A for ; Mon, 22 Sep 2008 11:20:41 +0000 (UTC) (envelope-from mike@urgle.com) Received: from anchor-post-37.mail.demon.net (anchor-post-37.mail.demon.net [194.217.242.87]) by mx1.freebsd.org (Postfix) with ESMTP id 2231C8FC19 for ; Mon, 22 Sep 2008 11:20:41 +0000 (UTC) (envelope-from mike@urgle.com) Received: from build-115.eng.demon.net ([194.217.90.115]) by anchor-post-37.mail.demon.net with esmtp (Exim 4.69) id 1KhjT6-0003GG-NC; Mon, 22 Sep 2008 11:20:40 +0000 Message-ID: <48D77F81.8060701@urgle.com> Date: Mon, 22 Sep 2008 12:20:33 +0100 From: Mike Bristow User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200809201535.48491.beni@brinckman.info> <25ff90d60809201613j1ce9b38eoec9069a8c02b21d7@mail.gmail.com> <200809210918.11621.beni@brinckman.info> <1222071275.4625.32.camel@laptop1.herveybayaustralia.com.au> In-Reply-To: <1222071275.4625.32.camel@laptop1.herveybayaustralia.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Da Rock Subject: Re: ipv6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2008 11:20:41 -0000 Da Rock wrote: > My ISP has informed me that it doesn't support IPv6 yet, and won't for > some time. I have a DNS server and sites on IPv4, but I'd like to be > able to support IPv6- does the fact that my ISP doesn't support it stop > me from serving on IPv6? I'd think it does, but some clarity from > experts might help... > If you have static IPv4, then you can setup stf tunnels easily enough. See stf(4), although if you want to set it up then it may be a good idea to look at the way that rc.conf can set it up. If you don't have static IPv4, then other tunneling techniques can be used.