{"id":521,"date":"2006-10-08T16:44:44","date_gmt":"2006-10-08T16:44:44","guid":{"rendered":"http:\/\/maydanoz.arved.priv.at\/blog\/?p=521"},"modified":"2006-10-08T16:44:44","modified_gmt":"2006-10-08T16:44:44","slug":"this_blog_and_i","status":"publish","type":"post","link":"https:\/\/arved.priv.at\/weblog\/2006\/10\/08\/this_blog_and_i\/","title":{"rendered":"This Blog and IPv6"},"content":{"rendered":"<p>Unfortunately FreeBSD jails don&#8217;t yet support IPv6.<br \/>\nBecause I wanted my site to be reachable from IPv6, I previously had a redirect on the AAAA arved.priv.at host redirecting to the IPv4 address of the jail. <br \/>\nBut now i have finally configured a better solution, using the lighthttpd proxy module.<br \/>\n<br   \/><br \/>\nSnippet from the lighthttpd config:<\/p>\n<pre>server.modules              = (\n\"mod_proxy\",\n\"mod_accesslog\" )\nserver.use-ipv6 =\"enable\"\nserver.bind = \"2001:6f8:13fb::1\"\nproxy.server    = ( \"\" =>\n( \"localhost\" =>\n(\n\"host\" => \"213.9.70.76\",\n\"port\" => 80\n)\n)\n)<\/pre>\n<p>BTW, just in case you wondered, in the last year there have been nineteen unique IPv6 addresses from 5 networks (my netblock excluded) in the access.log. Most important one of the Planet FreeBSD aggregators is using IPv6.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Unfortunately FreeBSD jails don&#8217;t yet support IPv6. Because I wanted my site to be reachable from IPv6, I previously had a redirect on the AAAA arved.priv.at host redirecting to the IPv4 address of the jail. But now i have finally configured a better solution, using the lighthttpd proxy module. Snippet from the lighthttpd config: server.modules &hellip; <a href=\"https:\/\/arved.priv.at\/weblog\/2006\/10\/08\/this_blog_and_i\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;This Blog and IPv6&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-521","post","type-post","status-publish","format-standard","hentry","category-about-this-blog"],"_links":{"self":[{"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/posts\/521","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/comments?post=521"}],"version-history":[{"count":0,"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/posts\/521\/revisions"}],"wp:attachment":[{"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/media?parent=521"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/categories?post=521"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/tags?post=521"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}