From owner-freebsd-net@FreeBSD.ORG Thu Dec 4 05:05:36 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDC75106564A for ; Thu, 4 Dec 2008 05:05:36 +0000 (UTC) (envelope-from jiabwang@redhat.com) Received: from mx2.redhat.com (mx2.redhat.com [66.187.237.31]) by mx1.freebsd.org (Postfix) with ESMTP id 2BFAA8FC0C for ; Thu, 4 Dec 2008 05:05:34 +0000 (UTC) (envelope-from jiabwang@redhat.com) Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id mB455UVB021588 for ; Thu, 4 Dec 2008 00:05:31 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mB455RwG015350 for ; Thu, 4 Dec 2008 00:05:29 -0500 Received: from [10.66.65.20] (dhcp-65-20.nay.redhat.com [10.66.65.20]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mB455Qq8004469 for ; Thu, 4 Dec 2008 00:05:27 -0500 Message-ID: <49376544.70006@redhat.com> Date: Thu, 04 Dec 2008 13:06:12 +0800 From: wang_jiabo User-Agent: Thunderbird 2.0.0.14 (X11/20080515) MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 Subject: [ipv6]how to configure ipv6 address in /etc/rc.conf X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2008 05:05:36 -0000 I would like configure manual ipv6 address in /etc/rc.conf I add the following command : ipv6_enable="yes" ifconfig_rl0="inet6 3ffe:501:ffff:100::20 prefixlen 64" but, when I reboot the system, then ifconfig check, did not show the address please tell me how to configure