{"id":4174,"date":"2019-11-15T16:36:32","date_gmt":"2019-11-15T16:36:32","guid":{"rendered":"https:\/\/blogs.infoblox.com\/?p=4174"},"modified":"2022-10-19T16:23:16","modified_gmt":"2022-10-19T23:23:16","slug":"the-odd-history-of-provisioning-an-ipv6-address-on-a-host","status":"publish","type":"post","link":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/","title":{"rendered":"The Odd History of Provisioning an IPv6 Address on a Host"},"content":{"rendered":"<p>IPv4 has two ways to provision a useable address on a host. You can either manually assign it (i.e., statically configure it on the host) or you can use DHCP. Technically, it is possible for a host to provision a self-assigned address in the Automatic Private IP Addressing (APIPA) range (169.254.0.0\/16) but this isn\u2019t particularly useful as self-assigned addresses cannot be used globally to connect to the Internet. This is true even through a Network Address Translation (NAT) gateway device, because the host configured with such an address has no way to determine the IPv4 default gateway.<\/p>\n<p>In IPv6, we have more options on how to provision an address on a host. You can use the following methods:<\/p>\n<ol>\n<li>Manual assignment (i.e., statically configure it on the host)<\/li>\n<li>Stateless Address Autoconfiguration (<a href=\"https:\/\/en.wikipedia.org\/wiki\/IPv6#Stateless_address_autoconfiguration_(SLAAC)\">SLAAC<\/a>) (<a href=\"https:\/\/tools.ietf.org\/html\/rfc4862\">RFC 4862<\/a>)<\/li>\n<li>Dynamic Host Configuration Protocol version 6 (<a href=\"https:\/\/en.wikipedia.org\/wiki\/DHCPv6\">DHCPv6<\/a>) (<a href=\"https:\/\/tools.ietf.org\/html\/rfc8415\">RFC 8415<\/a>)<\/li>\n<\/ol>\n<p>One of the interesting aspects of IPv6 (as compared with IPv4) is the fact that it uses a router to announce information to the local hosts on a given network segment (a VLAN for example). The router does this through two main methods: Router Advertisements (RAs) and Router Solicitations (RS). Both methods rely on ICMPv6 messages delivered via multicast. We will focus on RAs, as they are a common method a router uses to share specific configuration information with hosts on a given network segment. The router shares this information by using two <a href=\"https:\/\/tools.ietf.org\/html\/rfc5175\">Router Advertisement flags<\/a> (M and O) to specify whether hosts should use DHCPv6 in the provisioning of an address (and if so, which method). There is also an A flag in the Router prefix information option header which is used to tell hosts if they should utilize SLAAC to auto-provision an address from the prefix that the router is providing. There are other additional flags, such as the On-Link (L) flag and the Mobile IPv6 Home Agent flag (H) but they are beyond this discussion. You can read about these in <a href=\"https:\/\/tools.ietf.org\/html\/rfc5175\">RFC 5175<\/a>.<\/p>\n<p>In summary:<\/p>\n<table>\n<tbody>\n<tr>\n<td width=\"79\">Flag Type<\/td>\n<td width=\"114\">Name<\/td>\n<td width=\"215\">Message<\/td>\n<td width=\"72\">Manual<\/td>\n<td width=\"66\">SLAAC<\/td>\n<td width=\"78\">DHCPv6<\/td>\n<\/tr>\n<tr>\n<td width=\"79\">A<\/td>\n<td width=\"114\">Autonomous<\/td>\n<td width=\"215\">Prefix Information<\/td>\n<td width=\"72\">No<\/td>\n<td width=\"66\">Yes<\/td>\n<td width=\"78\">Maybe<\/td>\n<\/tr>\n<tr>\n<td width=\"79\">M<\/td>\n<td width=\"114\">Managed<\/td>\n<td width=\"215\">ICMPv6 134 RA<\/td>\n<td width=\"72\">No<\/td>\n<td width=\"66\">No<\/td>\n<td width=\"78\">Yes<\/td>\n<\/tr>\n<tr>\n<td width=\"79\">O<\/td>\n<td width=\"114\">Other<\/td>\n<td width=\"215\">ICMPv6 134 RA<\/td>\n<td width=\"72\">No<\/td>\n<td width=\"66\">Maybe<\/td>\n<td width=\"78\">Yes<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Some key critical elements must work on the host operating system to provision an IPv6 address. First, the OS must support IPv6. Secondly, the OS must understand what the RA is signaling&#8211;specifically, the A, M and O flag combinations. There are other flag options that can affect host OS behavior (L comes to mind) but we will set those aside to discuss another time. The breakdown above shows that there are a lot more combinations and options that IPv6 provides when compared to IPv4. In theory, greater flexibility means potentially more operational challenges since you have to account for many more variations, but we are only looking at one side of the process (from the network\u2019s perspective). We also need to look at how all the major OS manufacturers have included support for IPv6 in their stack.<\/p>\n<p>Let\u2019s examine the major OS manufacturers and what they support.<\/p>\n<table>\n<tbody>\n<tr>\n<td width=\"114\">Manufacture<\/td>\n<td width=\"97\">OS<\/td>\n<td width=\"77\">SLAAC (A flag)<\/td>\n<td width=\"180\">RFC 8106 &#8211; RDNSS (A flag + DNS info)<\/td>\n<td width=\"144\">DHCPv6 Client (M &amp; O flag)<\/td>\n<\/tr>\n<tr>\n<td width=\"114\">Microsoft<\/td>\n<td width=\"97\">Windows<\/td>\n<td width=\"77\">Yes<\/td>\n<td width=\"180\">Post Windows 10 creators update<\/td>\n<td width=\"144\">Yes<\/td>\n<\/tr>\n<tr>\n<td width=\"114\">Canonical<\/td>\n<td width=\"97\">Ubuntu Linux<\/td>\n<td width=\"77\">Yes<\/td>\n<td width=\"180\">Yes<\/td>\n<td width=\"144\">Yes<\/td>\n<\/tr>\n<tr>\n<td width=\"114\">Red Hat<\/td>\n<td width=\"97\">RHEL<\/td>\n<td width=\"77\">Yes<\/td>\n<td width=\"180\">Yes<\/td>\n<td width=\"144\">Yes<\/td>\n<\/tr>\n<tr>\n<td width=\"114\">CentOS<\/td>\n<td width=\"97\">CentOS Linux<\/td>\n<td width=\"77\">Yes<\/td>\n<td width=\"180\">Yes<\/td>\n<td width=\"144\">Yes<\/td>\n<\/tr>\n<tr>\n<td width=\"114\">Apple<\/td>\n<td width=\"97\">MacOS<\/td>\n<td width=\"77\">Yes<\/td>\n<td width=\"180\">Yes<\/td>\n<td width=\"144\">Yes<\/td>\n<\/tr>\n<tr>\n<td width=\"114\">Apple<\/td>\n<td width=\"97\">iOS<\/td>\n<td width=\"77\">Yes<\/td>\n<td width=\"180\">Yes<\/td>\n<td width=\"144\">Yes<\/td>\n<\/tr>\n<tr>\n<td width=\"114\">Google<\/td>\n<td width=\"97\">Android<\/td>\n<td width=\"77\">Yes<\/td>\n<td width=\"180\">Yes<\/td>\n<td width=\"144\">No<\/td>\n<\/tr>\n<tr>\n<td width=\"114\">Google<\/td>\n<td width=\"97\">Chrome<\/td>\n<td width=\"77\">Yes<\/td>\n<td width=\"180\">Yes<\/td>\n<td width=\"144\">No<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>What you realize when you put on your operations hat is that there are only a few combinations of host OS address provisioning models that are optimal. Many of the operational choices are dictated by other factors. Those could be:<\/p>\n<ul>\n<li>Do you need each host OS to only obtain a single IPv6 address for tracking and security compliance reasons?<\/li>\n<li>Do you need all hosts to use IPv6 because you are going to run an IPv6-only network?<\/li>\n<li>Do you require the widest available support for all operating systems, regardless of manufacturer, vendor, and address provisioning method they support?<\/li>\n<\/ul>\n<p>With these questions in mind, I won\u2019t walk through all the combinations because some of them make no operational sense at all and are unlikely to be encountered in an actual deployment. Basically, the issues come down to whether an OS supports RFC 8106 (RDNSS) or DHCPv6. The reason is those are the only way to provide the OS with working DNS name resolution. Your OS needs some way to resolve names to IPv6 and IPv4 addresses and you must get that information to the OS via one of those two methods (or manually provide one&#8211;which is why you\u2019re probably already familiar with Google\u2019s 8.8.8.8 IPv4 address or Cloudflare\u2019s 1.1.1.1 IPv4 address). Earlier versions of Windows did not have RDNSS support while Android and Chrome OS still do not have DHCPv6 client support. So, from an operations perspective, it was really hard to support those combined client types on the same IPv6 network. You had to do both SLAAC and DHCPv6 in order to get everything to work if you wanted to run IPv6-only or have no dependency on IPv4 at all for DNS.<\/p>\n<p>When you consider the above along with some other use cases you typically end up with the following operational choices:<\/p>\n<ul>\n<li>Run dual-stack with SLAAC and RDNSS in the guest Wi-Fi network as it has the broadest support and means all host operating systems will behave and have access to the entire (i.e., IPv4 <em>and<\/em> IPv6) Internet.<\/li>\n<li>If you need strict controls, run DHCPv6 while also being aware that Android and Chromebooks won\u2019t get an IPv6 addresses as they don\u2019t have a DHCPv6 client installed by default. They will be IPv4-only.<\/li>\n<li>Run dual-stack with SLAAC and RDNSS for client access (wired and wireless) in the corporate environment. You may have parts of that client access network set up as IPv6-only for IoT, specific platforms or for testing.<\/li>\n<li>Run dual-stack in the data center but run DHCPv6 or configure hosts manually (perhaps using scripting or automation) for virtual machines, virtual server hosts and bare-metal systems.<\/li>\n<\/ul>\n<p>So, there you have it: some insight into how to achieve operational practicality for host provisioning of IPv6 addresses. There is still more to cover so keep an eye open for the next blog post!<\/p>\n<p>You can find me on twitter as\u00a0<a href=\"https:\/\/twitter.com\/ehorley\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">@ehorley<\/a>\u00a0and remember\u2026<\/p>\n<p>IPv6 is the future and the future is now<\/p>\n<p>&#8211; Ed<\/p>\n<p>Ed Horley\u00a0<a href=\"https:\/\/twitter.com\/scotthogg\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">(<\/a><a title=\"Twitter - Ed Horley\" href=\"https:\/\/twitter.com\/ehorley\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">@ehorley<\/a>) is CEO of\u00a0<a title=\"HexaBuild.io\" href=\"https:\/\/hexabuild.io\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">HexaBuild.io<\/a>, an IPv6 consulting and training company.\u00a0 Ed is Co-chair of the California IPv6 Task Force (<a title=\"CAv6TF\" href=\"https:\/\/www.cav6tf.org\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">CAv6TF<\/a>) and authored the Apress Press book on\u00a0<a href=\"https:\/\/www.apress.com\/gp\/book\/9781430263708\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Practical IPv6 for Windows Administrators<\/a>.\u00a0 Follow HexaBuild on\u00a0<a href=\"https:\/\/twitter.com\/hexabuild\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Twitter<\/a>\u00a0and\u00a0<a href=\"https:\/\/www.linkedin.com\/company\/hexabuild\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">LinkedIn<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>IPv4 has two ways to provision a useable address on a host. You can either manually assign it (i.e., statically configure it on the host) or you can use DHCP. Technically, it is possible for a host to provision a self-assigned address in the Automatic Private IP Addressing (APIPA) range (169.254.0.0\/16) but this isn\u2019t particularly [&hellip;]<\/p>\n","protected":false},"author":323,"featured_media":3187,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[17],"tags":[175,178,38,176,177,174,173,179],"class_list":{"0":"post-4174","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-ipv6-coe","8":"tag-a-flag","9":"tag-dhcpv6","10":"tag-ipv6","11":"tag-m-flag","12":"tag-o-flag","13":"tag-prefix","14":"tag-router-advertisement","15":"tag-slaac","16":"entry"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>The Odd History of Provisioning an IPv6 Address on a Host<\/title>\n<meta name=\"description\" content=\"&quot;It can be difficult to achieve operational practicality for host provisioning of IPv6 addresses. Learn about the history of provisioning IPv6 addresses here.&quot;\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Odd History of Provisioning an IPv6 Address on a Host\" \/>\n<meta property=\"og:description\" content=\"&quot;It can be difficult to achieve operational practicality for host provisioning of IPv6 addresses. Learn about the history of provisioning IPv6 addresses here.&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/\" \/>\n<meta property=\"og:site_name\" content=\"Infoblox Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-11-15T16:36:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-19T23:23:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/IPv6-ARIN.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"660\" \/>\n\t<meta property=\"og:image:height\" content=\"454\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Ed Horley\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ed Horley\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\\\/\"},\"author\":{\"name\":\"Ed Horley\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/b09ec2fd0a273ea1cb94ae2fd98232f9\"},\"headline\":\"The Odd History of Provisioning an IPv6 Address on a Host\",\"datePublished\":\"2019-11-15T16:36:32+00:00\",\"dateModified\":\"2022-10-19T23:23:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\\\/\"},\"wordCount\":1121,\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/IPv6-ARIN.jpg\",\"keywords\":[\"A flag\",\"DHCPv6\",\"IPv6\",\"M flag\",\"O flag\",\"prefix\",\"router advertisement\",\"SLAAC\"],\"articleSection\":[\"IPv6 CoE\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\\\/\",\"name\":\"The Odd History of Provisioning an IPv6 Address on a Host\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/IPv6-ARIN.jpg\",\"datePublished\":\"2019-11-15T16:36:32+00:00\",\"dateModified\":\"2022-10-19T23:23:16+00:00\",\"description\":\"\\\"It can be difficult to achieve operational practicality for host provisioning of IPv6 addresses. Learn about the history of provisioning IPv6 addresses here.\\\"\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/IPv6-ARIN.jpg\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/IPv6-ARIN.jpg\",\"width\":660,\"height\":454,\"caption\":\"The IPv6 Tipping Point Effect\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"IPv6 CoE\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/category\\\/ipv6-coe\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"The Odd History of Provisioning an IPv6 Address on a Host\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\",\"name\":\"infoblox.com\\\/blog\\\/\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\",\"name\":\"Infoblox\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-logo-2.svg\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-logo-2.svg\",\"width\":137,\"height\":30,\"caption\":\"Infoblox\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/b09ec2fd0a273ea1cb94ae2fd98232f9\",\"name\":\"Ed Horley\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/blog-ed-horley-96x96.jpg\",\"url\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/blog-ed-horley-96x96.jpg\",\"contentUrl\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/blog-ed-horley-96x96.jpg\",\"caption\":\"Ed Horley\"},\"description\":\"Ed Horley (@ehorley) is a Co-founder and CEO of HexaBuild.io, an IPv6 consulting and training company. Ed is Co-chair of the California IPv6 Task Force (CAv6TF) and authored the Apress Press book Practical IPv6 for Windows Administrators and two IPv6 courses on Pluralsight. He is also the co-host of the IPv6 Buzz Podcast on the PacketPushers. Follow HexaBuild on Twitter and LinkedIn and let us help you advance cloud, IoT and security with IPv6!\",\"sameAs\":[\"https:\\\/\\\/hexabuild.io\"],\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/author\\\/ed-horley\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"The Odd History of Provisioning an IPv6 Address on a Host","description":"\"It can be difficult to achieve operational practicality for host provisioning of IPv6 addresses. Learn about the history of provisioning IPv6 addresses here.\"","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/","og_locale":"en_US","og_type":"article","og_title":"The Odd History of Provisioning an IPv6 Address on a Host","og_description":"\"It can be difficult to achieve operational practicality for host provisioning of IPv6 addresses. Learn about the history of provisioning IPv6 addresses here.\"","og_url":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/","og_site_name":"Infoblox Blog","article_published_time":"2019-11-15T16:36:32+00:00","article_modified_time":"2022-10-19T23:23:16+00:00","og_image":[{"width":660,"height":454,"url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/IPv6-ARIN.jpg","type":"image\/jpeg"}],"author":"Ed Horley","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ed Horley","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/#article","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/"},"author":{"name":"Ed Horley","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/b09ec2fd0a273ea1cb94ae2fd98232f9"},"headline":"The Odd History of Provisioning an IPv6 Address on a Host","datePublished":"2019-11-15T16:36:32+00:00","dateModified":"2022-10-19T23:23:16+00:00","mainEntityOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/"},"wordCount":1121,"publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/IPv6-ARIN.jpg","keywords":["A flag","DHCPv6","IPv6","M flag","O flag","prefix","router advertisement","SLAAC"],"articleSection":["IPv6 CoE"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/","url":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/","name":"The Odd History of Provisioning an IPv6 Address on a Host","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/#primaryimage"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/IPv6-ARIN.jpg","datePublished":"2019-11-15T16:36:32+00:00","dateModified":"2022-10-19T23:23:16+00:00","description":"\"It can be difficult to achieve operational practicality for host provisioning of IPv6 addresses. Learn about the history of provisioning IPv6 addresses here.\"","breadcrumb":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/#primaryimage","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/IPv6-ARIN.jpg","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/IPv6-ARIN.jpg","width":660,"height":454,"caption":"The IPv6 Tipping Point Effect"},{"@type":"BreadcrumbList","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/the-odd-history-of-provisioning-an-ipv6-address-on-a-host\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.infoblox.com\/blog\/"},{"@type":"ListItem","position":2,"name":"IPv6 CoE","item":"https:\/\/www.infoblox.com\/blog\/category\/ipv6-coe\/"},{"@type":"ListItem","position":3,"name":"The Odd History of Provisioning an IPv6 Address on a Host"}]},{"@type":"WebSite","@id":"https:\/\/www.infoblox.com\/blog\/#website","url":"https:\/\/www.infoblox.com\/blog\/","name":"infoblox.com\/blog\/","description":"","publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.infoblox.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.infoblox.com\/blog\/#organization","name":"Infoblox","url":"https:\/\/www.infoblox.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-logo-2.svg","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-logo-2.svg","width":137,"height":30,"caption":"Infoblox"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/b09ec2fd0a273ea1cb94ae2fd98232f9","name":"Ed Horley","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/blog-ed-horley-96x96.jpg","url":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/blog-ed-horley-96x96.jpg","contentUrl":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/blog-ed-horley-96x96.jpg","caption":"Ed Horley"},"description":"Ed Horley (@ehorley) is a Co-founder and CEO of HexaBuild.io, an IPv6 consulting and training company. Ed is Co-chair of the California IPv6 Task Force (CAv6TF) and authored the Apress Press book Practical IPv6 for Windows Administrators and two IPv6 courses on Pluralsight. He is also the co-host of the IPv6 Buzz Podcast on the PacketPushers. Follow HexaBuild on Twitter and LinkedIn and let us help you advance cloud, IoT and security with IPv6!","sameAs":["https:\/\/hexabuild.io"],"url":"https:\/\/www.infoblox.com\/blog\/author\/ed-horley\/"}]}},"_links":{"self":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/4174","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/users\/323"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/comments?post=4174"}],"version-history":[{"count":6,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/4174\/revisions"}],"predecessor-version":[{"id":8118,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/4174\/revisions\/8118"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media\/3187"}],"wp:attachment":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media?parent=4174"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/categories?post=4174"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/tags?post=4174"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}