{"id":2501,"date":"2021-09-30T12:28:04","date_gmt":"2021-09-30T12:28:04","guid":{"rendered":"https:\/\/ownwebservers.com\/kb\/?p=2501"},"modified":"2021-09-30T12:28:04","modified_gmt":"2021-09-30T12:28:04","slug":"configuring-ipv6-on-a-vps","status":"publish","type":"post","link":"https:\/\/ownwebservers.com\/kb\/configuring-ipv6-on-a-vps\/","title":{"rendered":"Configuring IPv6 on a VPS"},"content":{"rendered":"<div>All these examples assume an IPv6 subnet of 2001:DB8:1000::\/64. You&#8217;ll need to update them with the subnet that you have been assigned.<\/p>\n<\/div>\n<div>We&#8217;ll be using 2001:DB8:1000::100 as the main IP address to assign. We&#8217;ll also be using 2001:19f0:4009:2001::1234 as a secondary IP address we&#8217;re configuring. Adding a secondary IP is not necessary, but shows the process you&#8217;d use if you wanted multiple IPv6 addresses.<\/p>\n<\/div>\n<div><em>Important Note<\/em>: If you add an IPv6 subnet to an existing machine, you must restart the server via the control panel before IPv6 will work. Restarting via SSH or similar is not sufficient. IPv6 would not work at all until the server has been restarted. This does not apply if you&#8217;ve selected IPv6 during the initial server deployment.<\/div>\n<p><strong>CentOS:<\/strong><br \/>\nIn \/etc\/sysconfig\/network-scripts\/ifcfg-eth0 add the following lines:<\/p>\n<pre><code>IPV6INIT=\"yes\"\r\nIPV6ADDR=\"2001:DB8:1000::100\/64\"\r\nIPV6_AUTOCONF=\"yes\"\r\nIPV6ADDR_SECONDARIES=\"2001:19f0:4009:2001::1234\/64\"\r\n<\/code><\/pre>\n<p>If you have IP forwarding enabled (if you&#8217;re using your server as a VPN or similar), you&#8217;ll need to add the following to \/etc\/sysctl.conf:<\/p>\n<pre><code>net.ipv6.conf.all.accept_ra=2\r\nnet.ipv6.conf.eth0.accept_ra=2\r\n<\/code><\/pre>\n<p>The default settings here (which is 1), prevents IPv6 from working properly when IP forwarding is enabled. You can check if IP forwarding is enabled by running &#8220;sysctl net.ipv4.ip_forward&#8221;.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>All these examples assume an IPv6 subnet of 2001:DB8:1000::\/64. You&#8217;ll need to update them with the subnet that you have been assigned. We&#8217;ll be using 2001:DB8:1000::100 as the main IP address to assign. We&#8217;ll also be using 2001:19f0:4009:2001::1234 as a secondary IP address we&#8217;re configuring. Adding a secondary IP is not necessary, but shows the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-2501","post","type-post","status-publish","format-standard","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v15.2.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Configuring IPv6 on a VPS - OWS KB<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ownwebservers.com\/kb\/configuring-ipv6-on-a-vps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configuring IPv6 on a VPS - OWS KB\" \/>\n<meta property=\"og:description\" content=\"All these examples assume an IPv6 subnet of 2001:DB8:1000::\/64. You&#8217;ll need to update them with the subnet that you have been assigned. We&#8217;ll be using 2001:DB8:1000::100 as the main IP address to assign. We&#8217;ll also be using 2001:19f0:4009:2001::1234 as a secondary IP address we&#8217;re configuring. Adding a secondary IP is not necessary, but shows the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ownwebservers.com\/kb\/configuring-ipv6-on-a-vps\/\" \/>\n<meta property=\"og:site_name\" content=\"OWS KB\" \/>\n<meta property=\"article:published_time\" content=\"2021-09-30T12:28:04+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\">\n\t<meta name=\"twitter:data1\" content=\"admin\">\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data2\" content=\"1 minute\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#website\",\"url\":\"https:\/\/ownwebservers.com\/kb\/\",\"name\":\"OWS KB\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/ownwebservers.com\/kb\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/configuring-ipv6-on-a-vps\/#webpage\",\"url\":\"https:\/\/ownwebservers.com\/kb\/configuring-ipv6-on-a-vps\/\",\"name\":\"Configuring IPv6 on a VPS - OWS KB\",\"isPartOf\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#website\"},\"datePublished\":\"2021-09-30T12:28:04+00:00\",\"dateModified\":\"2021-09-30T12:28:04+00:00\",\"author\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\"},\"breadcrumb\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/configuring-ipv6-on-a-vps\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ownwebservers.com\/kb\/configuring-ipv6-on-a-vps\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/configuring-ipv6-on-a-vps\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/\",\"url\":\"https:\/\/ownwebservers.com\/kb\/\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/configuring-ipv6-on-a-vps\/\",\"url\":\"https:\/\/ownwebservers.com\/kb\/configuring-ipv6-on-a-vps\/\",\"name\":\"Configuring IPv6 on a VPS\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ba5db5841d48bd7517bb2583e13983e6d2fa56a4099a0b3c61ad2daefc321303?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/ownwebservers.com\/kb\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","_links":{"self":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/2501","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/comments?post=2501"}],"version-history":[{"count":1,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/2501\/revisions"}],"predecessor-version":[{"id":2502,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/2501\/revisions\/2502"}],"wp:attachment":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/media?parent=2501"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/categories?post=2501"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/tags?post=2501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}