From owner-freebsd-questions@FreeBSD.ORG Fri May 9 09:33:47 2008 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FF15106566C for ; Fri, 9 May 2008 09:33:47 +0000 (UTC) (envelope-from albert.bowen@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 502178FC1C for ; Fri, 9 May 2008 09:33:47 +0000 (UTC) (envelope-from albert.bowen@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so281959ana.13 for ; Fri, 09 May 2008 02:33:46 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=A8HStmCZ8MrL71TzlukTe/gsChI3izM+Ry16dPIr5aY=; b=cq60ebl0+IamMXAaw9+eONMd34uD315kbuhPQuy1jy3wxzEcVTg8UEXmTIDOgiFu30LXZ/sXlPu1mbanLRVmLp1YQ2HjRuiqyiH8a+qAmvDy7alkZc1b5Fe3IhMYNiutYuoAA+YULb7ARAmw9n0Qr3JX1seD3vp9YxDpOmuSQ9E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Zqythllq5VFDnORcKHxP0/JFk1HCGjeaijSlE8/aDfv6PJvxy0ZTmdg+FVHHDxUjGcDyZeJdBoCL820oChLUPcQVoDekR4Kt1QGmCgHkl/UUyX1BOFIInIwdDKo1WhSoBfKJlsCQjl1GN3dArRUyLObcevhK8uSUaig8/fMv7JQ= Received: by 10.100.110.16 with SMTP id i16mr5410773anc.101.1210323925557; Fri, 09 May 2008 02:05:25 -0700 (PDT) Received: by 10.100.42.12 with HTTP; Fri, 9 May 2008 02:05:25 -0700 (PDT) Message-ID: Date: Fri, 9 May 2008 17:05:25 +0800 From: "Xiaobo Zhu" To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: 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: Fri, 09 May 2008 09:33:47 -0000 Hi, I have read some tutor and spent hours on configuring ipv6 on my desktop with FreeBSD, but still can't get it work. The network administrator only suggested the configuration on windows xp platform(come as follows), so would any one tell me what should I do to get it work on FreeBSD. Many thanks! // Configurations works on Windows XP ipv6 install netsh netsh>interface ipv6 isatap set router 202.112.95.129 netsh>interface ipv6 add route ::/0 2 2001:da8:207:1:0:5efe:202.112.95.129 // ifconfig rl0 output rl0: flags=8843 mtu 1500 options=8 inet6 fe80::21a:92ff:febf:ab3d%rl0 prefixlen 64 scopeid 0x2 inet 172.16.120.226 netmask 0xfffffe00 broadcast 172.16.121.255 ether 00:1a:92:bf:ab:3d media: Ethernet autoselect (10baseT/UTP) status: active // uname -a output FreeBSD zhu.net 6.2-RELEASE FreeBSD