From owner-freebsd-questions@FreeBSD.ORG Sat May 10 01:57:55 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 2BA28106564A for ; Sat, 10 May 2008 01:57:55 +0000 (UTC) (envelope-from albert.bowen@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id DC50C8FC0C for ; Sat, 10 May 2008 01:57:54 +0000 (UTC) (envelope-from albert.bowen@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so362448ana.13 for ; Fri, 09 May 2008 18:57:50 -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=iCYzZTBt7TzWBFUuLBfaLgGq1a+Vr0hS+tmmJBkzito=; b=wNxmOBni/m8pIrRKR+8NqAm6FdNJWC5XclAbiS5SiXkSxeDa87UbNCnYAmNLnRZgNOCBWvjsc5y8sg75Hyz16uEz4FMwVN0D5fzqHEy6c01TdYeJrnmuyv3AG0oHFeV7zfuBsAeWPJ8ZCUwJFohsjYDP2exryBDdxR45cCy7n1Y= 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=YX2c+Ftl+vi/l94S9TqFMkAon49k+NxB2RMni+V+/TOfWAjanIT4LoRBF6t571/Ym5VOLmz5wphM0NHUP8UQz3yL+qiF1z7nF4iZkYds80mtEFyDsxODriHrJeFNNkfL5T8Gjgr2+bU/GOEAntmP4Up2K2B4Ps3qmCt3e1eJ1vI= Received: by 10.100.5.16 with SMTP id 16mr6630104ane.102.1210382975658; Fri, 09 May 2008 18:29:35 -0700 (PDT) Received: by 10.100.42.12 with HTTP; Fri, 9 May 2008 18:29:35 -0700 (PDT) Message-ID: Date: Sat, 10 May 2008 09:29:35 +0800 From: "Xiaobo Zhu" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: Sat, 10 May 2008 01:57:55 -0000 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! // The following steps make ipv6 works fine on windows xp ipv6 install 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 // Here is the output of "uname -a" of my laptop FreeBSD zhu.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 // Output of "ifconfig -a" fwe0: flags=108943 mtu 1500 options=8 inet6 fe80::e0:18ff:fe86:69cb%fwe0 prefixlen 64 scopeid 0x1 ether 02:e0:18:86:69:cb ch 1 dma 0 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 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 // My /etc/rc.conf file # -- sysinstall generated deltas -- # Sat May 10 03:05:25 2008 # Created: Sat May 10 03:05:25 2008 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. defaultrouter="172.16.120.1" hostname="zhu.net" ifconfig_rl0="inet 172.16.120.226 netmask 255.255.254.0" keymap="us.iso" keyrate="fast" sshd_enable="YES" usbd_enable="YES" ipv6_enable="YES" # added by xorg-libraries port local_startup="/usr/local/etc/rc.d"