From owner-freebsd-questions@FreeBSD.ORG Sun Nov 23 16:31:02 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 909C116A4CF for ; Sun, 23 Nov 2003 16:31:02 -0800 (PST) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E7BB43FBD for ; Sun, 23 Nov 2003 16:31:00 -0800 (PST) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (localhost [127.0.0.1]) by fw.farid-hajji.net (8.12.10/8.12.10) with ESMTP id hAO0ULhQ028174; Mon, 24 Nov 2003 01:30:21 +0100 (CET) (envelope-from cpghost@cordula.ws) Date: Mon, 24 Nov 2003 01:30:21 +0100 (CET) Message-Id: <200311240030.hAO0ULhQ028174@fw.farid-hajji.net> From: "Cordula's Web" To: pvandenbergen@swin.edu.au In-reply-to: <200311241114.09882.pvandenbergen@swin.edu.au> (message from paul van den bergen on Mon, 24 Nov 2003 11:14:09 +1100) X-Mailer: Emacs-21.3.1/FreeBSD-4.9-STABLE References: <200311241051.00411.pvandenbergen@swin.edu.au> <200311241114.09882.pvandenbergen@swin.edu.au> cc: freebsd-questions@freebsd.org Subject: Re: IPv6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cpghost@cordula.ws List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 00:31:02 -0000 > how does this all work under IPv6? is the IPv6 domain name allocation as > fully fledged as teh IPv4 services? I.e. are there and what are the > restrictions on who can set up a name broker service for IPv6? what are the > likely gottchas? I don't know for sure here, so please take this with a grain of salt: IPv6 addresses are represented by AAAA instead of A records in DNS nameservers. Right now, I think that you can only point .org (and other [cc]TLD) nameservers to nameservers residing on an IPv4 address [anyone correct me if I'm wrong here]. But you could always configure your nameservers (let's say ns1.bergen.org, ns2.bergen.org) to return IPv6 addresses to some names, by adding AAAA records to them. But since IPv6 names are not (yet) globally routed on the Internet, this will have local meaning only (e.g. on an intranet). Generally speaking: IPv4 and IPv6 addresses are _never_ allocated by name brokers or DNS systems. They reside at a much lower level, which has nothing to do with _names_. If you connect to the Internet, your upstream provider(s) will assign to you IPv4 address blocks automatically. You would normally not be able to influence this, because it is deeply intertwined with the routing protocols that all network operators use to transmit data on the Internet. You may ask how network operators get their IP address blocks. Check out IANA: http://www.iana.org/ especially: http://www.iana.org/ipaddress/ip-addresses.htm -- Cordula's Web. http://www.cordula.ws/