From owner-freebsd-questions@FreeBSD.ORG Sun May 11 06:55:26 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 55B1B1065671 for ; Sun, 11 May 2008 06:55:26 +0000 (UTC) (envelope-from albert.bowen@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id 0C8818FC1E for ; Sun, 11 May 2008 06:55:25 +0000 (UTC) (envelope-from albert.bowen@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so440908ana.13 for ; Sat, 10 May 2008 23:55:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=bR6jimXzXqXG25y6u5OQLmjUel1qWsSD1LwV0ZO8ZqQ=; b=dVwskB9HR8ke0eAeZsdAbBSrYz4BJlnBChlOO/vwXYv1uEo5kgHuQouBTEKPOYeXaJdCIXwXjkkU7QxpGnhKsoE/4I7DlY5Fa8s0uuZcktoN9K78MGbbb7KbbykdzPA2V2wc+EfTfKJxJYTsu1jbnugZnFZxornZf7m0opGSWlo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=t0RGrV9UiOuCGMTl6t0qI37++u8Lfh5oV5wZsSzlIzeqE3DVjVZej5C9oyTN7CnbXb8Tp/3benpq3JyyxJgW1B9wMRSmLSRXkDTIrcGtztmv4fwyTmG7xhFbB/jf8sbIvobgIzNMBccbs/LOceGxFaiBWoJ0PTvrXl0nVTYqFTU= Received: by 10.100.214.19 with SMTP id m19mr7344021ang.50.1210488925291; Sat, 10 May 2008 23:55:25 -0700 (PDT) Received: by 10.100.42.12 with HTTP; Sat, 10 May 2008 23:55:24 -0700 (PDT) Message-ID: Date: Sun, 11 May 2008 14:55:24 +0800 From: "Xiaobo Zhu" To: "Christer Hermansson" In-Reply-To: <4826330F.3020005@chdevelopment.se> MIME-Version: 1.0 References: <4826330F.3020005@chdevelopment.se> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: How to config ipv6 for this instance 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: Sun, 11 May 2008 06:55:26 -0000 thanks for your reply. I install miredo and study the manual, it seems that the default setting of midero works fine, so I just setup teredo as follows, but it still can't work. would you please figure out what is wrong with it, or give me a configuration guide in detail. Thanks in advance! // asign the ipv6 add ifconfig teredo inet6 2001:da8:207:1:0:5efe.172.16.120.226 // setup the default router ifconfig teredo isatap rtr 202.112.95.129 On Sun, May 11, 2008 at 7:43 AM, Christer Hermansson wrote: > Xiaobo Zhu wrote: > > > Hi, > > I have read the handbook and spent hours on the configuration of ipv6 > > on laptop, but still can't get it done. > > The local network administrator only suggest the following steps to > > setup ipv6 on windows xp and it works fine on that platform. I just > > don't know to get it work on FreeBSD, would anyone guide me in detail > > so I can also help the people aroud me. > > Many thanks! > > > > > > > > You should use Miredo ( /usr/ports/net/miredo ) > > That have a isatap implementation. > > -- > > Christer Hermansson > > > >