[71attendees] Configuring IPv6 for OpenSolaris

Erik Nordmark <erik.nordmark@sun.com> Wed, 12 March 2008 22:20 UTC

Return-Path: <71attendees-bounces@ietf.org>
X-Original-To: ietfarch-71attendees-archive@core3.amsl.com
Delivered-To: ietfarch-71attendees-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 10EAD3A681C; Wed, 12 Mar 2008 15:20:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -100.698
X-Spam-Level:
X-Spam-Status: No, score=-100.698 tagged_above=-999 required=5 tests=[AWL=-0.261, BAYES_00=-2.599, FH_RELAY_NODNS=1.451, HELO_MISMATCH_ORG=0.611, RDNS_NONE=0.1, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vIS-fNupjr7L; Wed, 12 Mar 2008 15:20:40 -0700 (PDT)
Received: from core3.amsl.com (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 3A73328C6BD; Wed, 12 Mar 2008 15:20:40 -0700 (PDT)
X-Original-To: 71attendees@core3.amsl.com
Delivered-To: 71attendees@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id A666B28C6E1 for <71attendees@core3.amsl.com>; Wed, 12 Mar 2008 15:20:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L4uk+GZ4Hw08 for <71attendees@core3.amsl.com>; Wed, 12 Mar 2008 15:20:36 -0700 (PDT)
Received: from brmea-mail-3.sun.com (brmea-mail-3.Sun.COM [192.18.98.34]) by core3.amsl.com (Postfix) with ESMTP id C57873A6A68 for <71attendees@ietf.org>; Wed, 12 Mar 2008 15:20:36 -0700 (PDT)
Received: from jurassic.eng.sun.com ([129.146.106.105]) by brmea-mail-3.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m2CMIIO2024123 for <71attendees@ietf.org>; Wed, 12 Mar 2008 22:18:18 GMT
Received: from [10.7.251.248] (punchin-nordmark.SFBay.Sun.COM [10.7.251.248]) by jurassic.eng.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m2CMIGnB180584 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 12 Mar 2008 15:18:17 -0700 (PDT)
Message-ID: <47D856A7.90503@sun.com>
Date: Wed, 12 Mar 2008 15:18:15 -0700
From: Erik Nordmark <erik.nordmark@sun.com>
User-Agent: Thunderbird 2.0.0.4 (X11/20070723)
MIME-Version: 1.0
To: 71attendees@ietf.org
Subject: [71attendees] Configuring IPv6 for OpenSolaris
X-BeenThere: 71attendees@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Discussion list for IETF Meeting 71 attendees <71attendees.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/71attendees>, <mailto:71attendees-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:71attendees@ietf.org>
List-Help: <mailto:71attendees-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/71attendees>, <mailto:71attendees-request@ietf.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: 71attendees-bounces@ietf.org
Errors-To: 71attendees-bounces@ietf.org

If you are running an OpenSolaris build less than about a year old it 
should be quite easy to get IPv6 to work.
To start IPv6 manually you do (assuming your wireless driver is wpi0)
	ifconfig wpi0 inet6 plumb
	dladm connect-wifi -e ietf-v6ONLY
	ifconfig wpi0 inet6 up

That will trigger neighbor discovery, which will then trigger dhcpagent 
to go ask for the dns server addresses.

The thing missing is an automatic way to get the nameservers from the 
dhcp client into /etc/resolv.conf.

That can be done manually with
	/sbin/dhcpinfo -i wpi0 -v 6 dnsaddresses
and then put that into /etc/resolv.conf

Note that there are some Ethernet multicast problems with the Atheros 
WiFi driver which makes it hard to get any consistent behavior with that 
driver.

    Erik

_______________________________________________
71attendees mailing list
71attendees@ietf.org
https://www.ietf.org/mailman/listinfo/71attendees