<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Max Clark &#187; ipv6</title>
	<atom:link href="http://www.clarksys.com/blog/tag/ipv6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clarksys.com</link>
	<description>Rants and Raves!</description>
	<lastBuildDate>Thu, 19 Aug 2010 23:44:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Howto Subnet IPv6</title>
		<link>http://www.clarksys.com/blog/2009/03/12/howto-subnet-ipv6/</link>
		<comments>http://www.clarksys.com/blog/2009/03/12/howto-subnet-ipv6/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 10:46:30 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ipv6]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=399</guid>
		<description><![CDATA[I&#8217;ve been trying to get my head around IPv6 subnetting for some time now. Today was finally the day that forced the issue&#8230;
First some background:
All IP addresses (IPv4 and IPv6) are allocated in large blocks to a regional registry (ARIN, RIPE, etc&#8230;) these registries then in turn allocate addresses down to ISPs, ISPs to customers [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to get my head around IPv6 subnetting for some time now. Today was finally the day that forced the issue&#8230;</p>
<p>First some background:</p>
<p>All IP addresses (IPv4 and IPv6) are allocated in large blocks to a regional registry (ARIN, RIPE, etc&#8230;) these registries then in turn allocate addresses down to ISPs, ISPs to customers and so on. By default the registry will allocate a /32 to an ISP and the ISP is supposed to allocate a /48 to a customer. The IPv6 equivalent of a IPv4 /24 subnet is a /64 which is the space a customer should break their network segments into.</p>
<p>This is where my brain starts to hurt.</p>
<p>An IPv6 /32 is 2^16 (65536) /48 subnets, which in turn are each 2^16 /64 subnets. A /64 is 2^64 addresses, the square of the size of the entire IPv4 Internet. It took me a while to find a calculator that would actually give the expanded result &#8211; 18,446,744,073,709,552,000.</p>
<p>The numbers are just unbelievably large. Anyways back to the problem at hand, how does an ISP properly subnet their /32 space to customers (or better put what are the breakpoints in the subnets)?<br />
The answer is incredibly simple, since IPv6 is going to be subnetted based on the existing &#8220;:&#8221; octet separator all you need to do is increase the number and volia. Phyber&#8217;s IPv6 allocation is 2637:f238/32 which means the subnets are:</p>
<p><code><br />
2607:f238:0000/48<br />
2607:f238:0001/48<br />
2607:f238:0002/48<br />
</code></p>
<p>And so on and so on. Another trick, IPv6 isn&#8217;t just 0-9, the numbering is 0-9 + a-f or:</p>
<p><code><br />
2607:f238:0008/48<br />
2607:f238:0009/48<br />
2607:f238:000a/48<br />
2607:f238:000b/48<br />
</code></p>
<p>It is a ridiculous amount of IP space. I&#8217;ll post more when I figure out what we are doing for our cross connects and loopback interfaces.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2009/03/12/howto-subnet-ipv6/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
