<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>IPv6 on Trying is the first step to failure...</title><link>http://rutten.me/tags/ipv6/</link><description>Recent content in IPv6 on Trying is the first step to failure...</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Fri, 23 Nov 2018 12:17:56 +0100</lastBuildDate><atom:link href="http://rutten.me/tags/ipv6/index.xml" rel="self" type="application/rss+xml"/><item><title>UniFi Guest Portal With Ipv6</title><link>http://rutten.me/2018/11/23/unifi-guest-portal-with-ipv6/</link><pubDate>Fri, 23 Nov 2018 12:17:56 +0100</pubDate><guid>http://rutten.me/2018/11/23/unifi-guest-portal-with-ipv6/</guid><description>&lt;img src="http://rutten.me/2018/11/23/unifi-guest-portal-with-ipv6/hero_image.jpg" alt="Featured image of post UniFi Guest Portal With Ipv6" /&gt;&lt;p&gt;For some reason Ubiquiti / UniFi doesn’t really love IPv6 after all those years. It took quite some time before the UniFi Controller itself supported IPv6. Beta IPv6 implementation started almost a year ago with the release of UniFi 5.7.7. But this doesn’t include the devices. Or at least not my Ubiquity AP-AC Lite. You can only configure IPv4 on the management interface.&lt;/p&gt;
&lt;p&gt;Luckily this doesn’t mean that your mobile devices can’t get IPv6, this works perfectly. Well perfectly… As long as you don’t use the Guest Portal for that SSID.&lt;br&gt;
If you want to use the Guest Portal the accesspoint just drops all IPv6 traffic on your guest network.&lt;/p&gt;
&lt;p&gt;User &lt;a class="link" href="https://community.ubnt.com/t5/UniFi-Wireless/Guest-mode-cannot-access-IPv6/m-p/1299150/highlight/true#M111684" target="_blank" rel="noopener"
 &gt;mrbig&lt;/a&gt; at the Ubiquity forums has found and posted a method to get SLAAC (Stateless autoconfiguration) working with the Guest Portal enabled.&lt;br&gt;
For DHCPv6 (Stateful autoconfiguration) this method doesn’t seem to work.&lt;br&gt;
The author does give a warning: All guests can send multicast traffic. So I guess that this could be a security issue. The original post is from 2015 and so far this still seems to be the best option.&lt;/p&gt;
&lt;p&gt;Edit the config.properties file (unifi path/data/sites/default/config.properties)&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;div class="chroma"&gt;
&lt;table class="lntable"&gt;&lt;tr&gt;&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code&gt;&lt;span class="lnt"&gt;1
&lt;/span&gt;&lt;span class="lnt"&gt;2
&lt;/span&gt;&lt;span class="lnt"&gt;3
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;config.system_cfg.1=ebtables.101.cmd=-t nat -I GUESTIN 1 -p IPv6 --dst 33:33:00:00:00:00/ff:ff:00:00:00:00 -j ACCEPT
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;config.system_cfg.2=ebtables.102.cmd=-t nat -I GUESTIN 2 -p IPv6 -j AUTHORIZED_GUESTS
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;config.system_cfg.3=ebtables.103.cmd=-t nat -I GUESTOUT 3 -p IPv6 -j ACCEPT
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Go to your UniFi Controller to adopt this changes: Devices &amp;gt; select your AP &amp;gt; Config &amp;gt; Manage Device &amp;gt; Force Provision.&lt;/p&gt;
&lt;p&gt;If you connect to your guest network you should receive IPv6 addresses on your devices.&lt;/p&gt;</description></item></channel></rss>