<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Sig-I/O (Berichten over wireguard)</title><link>https://sig-io.nl/</link><description></description><atom:link href="https://sig-io.nl/nl/categories/wireguard.xml" rel="self" type="application/rss+xml"></atom:link><language>nl</language><copyright>Contents © 2024 &lt;a href="mailto:mark@sig-io.nl"&gt;Mark Janssen&lt;/a&gt; </copyright><lastBuildDate>Sun, 21 Jul 2024 15:45:30 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Getting (fast) IPv6 at home</title><link>https://sig-io.nl/nl/posts/getting-ipv6-at-home/</link><dc:creator>Mark Janssen</dc:creator><description>&lt;section id="ipv6-1"&gt;
&lt;h2&gt;IPv6&lt;/h2&gt;
&lt;p&gt;I value IPv6 access as quite important, however T-Mobile Thuis doesn't offer any official form
of IPv6 on their network at this time. I looked into various options to get decent IPv6 for
my home network:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;6to4&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;HE.net tunnelbroker&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;VPN based access&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;section id="in4"&gt;
&lt;h3&gt;6in4&lt;/h3&gt;
&lt;p&gt;6to4 is a deprecated form of IPv6 access, but something that would work for any connection with
a fixed IPv4 address. Configuring 6to4 on OpenWRT is quickly done, and it was easy to delegate
a /64 subnet to my local network. 6to4 however results in a quite slow connection (of around 10
to 20 megabit), and reachability was spotty at best.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="he-net-tunnelbroker"&gt;
&lt;h3&gt;HE.net tunnelbroker&lt;/h3&gt;
&lt;p&gt;Upto a couple of years ago there used to be various public tunnelbrokers for 6in4 tunnels, and
I used the sixxs.net tunnels for almost 10 years myself, however, almost all public tunnel-services
seem to have shut down over the years. Only HE.net's tunnelbroker seems to be alive.&lt;/p&gt;
&lt;p&gt;I have used a couple of HE.net tunnels throughout the years, and while they work fine in
general, they seem quite limited in available bandwidth. This became even worse as sixxs.net
shutdown, as most sixxs users migrated to HE.net.&lt;/p&gt;
&lt;p&gt;Configuring OpenWRT to use a HE.net tunnel is quite easy, just a matter of copy/pasting the
values from your HE.net account into OpenWRT's webinterface and providing credentials for the
dynamic updating of the tunnel.&lt;/p&gt;
&lt;p&gt;I did some speed-tests and these confirmed my experience, I seemed to be limited to maybe 20mbit,
which is a bit low when using a 700+ mbit connection, but this is to be expected for a free
service. If your needs are limited, HE.net is a good and free solution.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="vpn-based-access"&gt;
&lt;h3&gt;VPN based access&lt;/h3&gt;
&lt;p&gt;The third and final method of getting IPv6 that I tried was tunneling over IPv4 to my own
server in a public datacenter. At that server (hosted at Hetzner) I have a /56 of IPv6 space,
This is not standard, but available on request, and you get a /64 standard with every server
or VPS.&lt;/p&gt;
&lt;p&gt;I configured &lt;a class="reference external" href="https://www.wireguard.com/"&gt;wireguard&lt;/a&gt; on OpenWRT (client) and my server in the datacenter, and route a /60
subnet of IPv6 space to my home-network. This range can then be split further for a couple
of subnets. The remainder of the /56 can be used for some more VPN's and tunnels.&lt;/p&gt;
&lt;img alt="/images/speedtest-v6.png" src="https://sig-io.nl/images/speedtest-v6.png"&gt;
&lt;p&gt;Using the &lt;a class="reference external" href="https://www.wireguard.com/"&gt;Wireguard&lt;/a&gt; VPN and testing speed on IPv6 I could easily get over 200mbit per second
and I have even seen it hit 500mbit.&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
&lt;section id="todo"&gt;
&lt;h2&gt;Todo&lt;/h2&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Try and get IP-TV working, though this doesn't have much priority for me&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cancelling voice and tv-subscriptions before the discount runs out :)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;section id="openwrt-config"&gt;
&lt;h2&gt;OpenWRT Config&lt;/h2&gt;
&lt;p&gt;Various bits of relevant configuration for OpenWRT:&lt;/p&gt;
&lt;p&gt;The configuration of the switchports:&lt;/p&gt;
&lt;div class="code"&gt;&lt;pre class="code ini"&gt;&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-1" name="rest_code_e1ccc61777d6451aae999102698e26ba-1" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-1"&gt;&lt;/a&gt;&lt;span class="na"&gt;config switch&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-2" name="rest_code_e1ccc61777d6451aae999102698e26ba-2" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-2"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option name 'switch0'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-3" name="rest_code_e1ccc61777d6451aae999102698e26ba-3" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-3"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option reset '1'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-4" name="rest_code_e1ccc61777d6451aae999102698e26ba-4" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-4"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option enable_vlan '1'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-5" name="rest_code_e1ccc61777d6451aae999102698e26ba-5" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-5"&gt;&lt;/a&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-6" name="rest_code_e1ccc61777d6451aae999102698e26ba-6" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-6"&gt;&lt;/a&gt;&lt;span class="na"&gt;config switch_vlan&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-7" name="rest_code_e1ccc61777d6451aae999102698e26ba-7" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-7"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option device 'switch0'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-8" name="rest_code_e1ccc61777d6451aae999102698e26ba-8" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-8"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option vlan '1'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-9" name="rest_code_e1ccc61777d6451aae999102698e26ba-9" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-9"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option ports '1 2 3 4 6t'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-10" name="rest_code_e1ccc61777d6451aae999102698e26ba-10" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-10"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option vid '1'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-11" name="rest_code_e1ccc61777d6451aae999102698e26ba-11" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-11"&gt;&lt;/a&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-12" name="rest_code_e1ccc61777d6451aae999102698e26ba-12" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-12"&gt;&lt;/a&gt;&lt;span class="na"&gt;config switch_vlan&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-13" name="rest_code_e1ccc61777d6451aae999102698e26ba-13" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-13"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option device 'switch0'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-14" name="rest_code_e1ccc61777d6451aae999102698e26ba-14" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-14"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option vlan '300'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-15" name="rest_code_e1ccc61777d6451aae999102698e26ba-15" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-15"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option vid '300'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-16" name="rest_code_e1ccc61777d6451aae999102698e26ba-16" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-16"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option ports '0t 6t'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-17" name="rest_code_e1ccc61777d6451aae999102698e26ba-17" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-17"&gt;&lt;/a&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-18" name="rest_code_e1ccc61777d6451aae999102698e26ba-18" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-18"&gt;&lt;/a&gt;&lt;span class="na"&gt;config switch_vlan&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-19" name="rest_code_e1ccc61777d6451aae999102698e26ba-19" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-19"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option device 'switch0'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-20" name="rest_code_e1ccc61777d6451aae999102698e26ba-20" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-20"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option vlan '640'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-21" name="rest_code_e1ccc61777d6451aae999102698e26ba-21" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-21"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option vid '640'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-22" name="rest_code_e1ccc61777d6451aae999102698e26ba-22" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-22"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option ports '0t 6t'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-23" name="rest_code_e1ccc61777d6451aae999102698e26ba-23" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-23"&gt;&lt;/a&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-24" name="rest_code_e1ccc61777d6451aae999102698e26ba-24" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-24"&gt;&lt;/a&gt;&lt;span class="na"&gt;config switch_vlan&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-25" name="rest_code_e1ccc61777d6451aae999102698e26ba-25" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-25"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option device 'switch0'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-26" name="rest_code_e1ccc61777d6451aae999102698e26ba-26" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-26"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option vlan '100'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-27" name="rest_code_e1ccc61777d6451aae999102698e26ba-27" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-27"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option ports '0t 6t'&lt;/span&gt;
&lt;a id="rest_code_e1ccc61777d6451aae999102698e26ba-28" name="rest_code_e1ccc61777d6451aae999102698e26ba-28" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_e1ccc61777d6451aae999102698e26ba-28"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option vid '100'&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Configuration of the Wireguard VPN for IPv6 tunneling&lt;/p&gt;
&lt;div class="code"&gt;&lt;pre class="code ini"&gt;&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-1" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-1" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-1"&gt;&lt;/a&gt;&lt;span class="na"&gt;config interface 'WG6'&lt;/span&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-2" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-2" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-2"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option proto 'wireguard'&lt;/span&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-3" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-3" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-3"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option private_key '&amp;lt;wireguard-private-key-base64&amp;gt;'&lt;/span&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-4" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-4" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-4"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;list addresses '2001&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="s"&gt;xxxx:xxx:xxx::3/60'&lt;/span&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-5" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-5" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-5"&gt;&lt;/a&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-6" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-6" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-6"&gt;&lt;/a&gt;&lt;span class="na"&gt;config wireguard_WG6&lt;/span&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-7" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-7" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-7"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;list allowed_ips '&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="s"&gt;:/0'&lt;/span&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-8" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-8" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-8"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option endpoint_host 'ipv4-of-wireguard-server'&lt;/span&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-9" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-9" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-9"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option endpoint_port 'wireguard-portnumber'&lt;/span&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-10" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-10" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-10"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option persistent_keepalive '25'&lt;/span&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-11" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-11" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-11"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option description 'Wireguard-ipv6-tunnel-name'&lt;/span&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-12" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-12" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-12"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option public_key '&amp;lt;public-key-of-wireguard-server-in-base64&amp;gt;'&lt;/span&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-13" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-13" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-13"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option route_allowed_ips '1'&lt;/span&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-14" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-14" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-14"&gt;&lt;/a&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-15" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-15" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-15"&gt;&lt;/a&gt;&lt;span class="na"&gt;config route6&lt;/span&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-16" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-16" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-16"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option interface 'WG6'&lt;/span&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-17" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-17" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-17"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option target '0&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="s"&gt;:/0'&lt;/span&gt;
&lt;a id="rest_code_885e9eaa07974503bc4aefa941fbdb37-18" name="rest_code_885e9eaa07974503bc4aefa941fbdb37-18" href="https://sig-io.nl/nl/posts/getting-ipv6-at-home/#rest_code_885e9eaa07974503bc4aefa941fbdb37-18"&gt;&lt;/a&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="na"&gt;option gateway '2001&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="s"&gt;xxxx:xxx:xxx::1'&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/section&gt;</description><guid>https://sig-io.nl/nl/posts/getting-ipv6-at-home/</guid><pubDate>Sat, 15 Sep 2018 13:40:00 GMT</pubDate></item></channel></rss>