<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Comcat IPv6 not working any more? Can not request Delegation?]]></title><description><![CDATA[<p dir="auto">So I noticed my ipv6 stopped working??</p>
<p dir="auto">DHCPv6 Prefix Delegation size, it stays on none - if I change it to 64 it just goes back to none..  Can not get this changed?</p>
<p dir="auto">Currently running</p>
<p dir="auto">2.1-BETA1 (i386)<br />
built on Mon Feb 4 03:44:55 EST 2013<br />
FreeBSD 8.3-RELEASE-p5</p>
<p dir="auto">You are on the latest version.  So I get an IPv6 address on wan since its set to dhcpv6 – but I get a 2001 address with a /128 prefix vs being being able to get a /64 and my lan is not working with track with this setup.</p>
<p dir="auto">And gitsync as of a few minutes ago.</p>
<p dir="auto">ok just noticed, I can put in 48 through 63 and it says in the gui..  But if I put in 64 it just jumps back to none.</p>
]]></description><link>https://forum.netgate.com/topic/52677/comcat-ipv6-not-working-any-more-can-not-request-delegation</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 15:40:30 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/52677.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 Feb 2013 14:27:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Comcat IPv6 not working any more? Can not request Delegation? on Mon, 04 Feb 2013 20:42:09 GMT]]></title><description><![CDATA[<p dir="auto">Ok it was 0, I have deleted that and is now blank and rebooting.. Lets see what I get back on reboot.. Will edit post once it finishes reboot.</p>
<p dir="auto">So I changed it to blank and got NOTHING now for lan ipv6 other than linklocal</p>
<p dir="auto">And file is now</p>
<pre><code>
interface em1 {
        send ia-na 0;   # request stateful address
        send ia-pd 0;   # request prefix delegation
request domain-name-servers;
request domain-name;
script "/var/etc/dhcp6c_wan_script.sh"; # we'd like some nameservers please
};
id-assoc na 0 { };
id-assoc pd 0 {
};

</code></pre>
<p dir="auto">Again – changing it back to 0 and rebooting again.</p>
<p dir="auto">So once I changed it to 0 before reboot when I look at status for lan I showed this again<br />
IPv6 address 2001:558:6033:12c::1</p>
<p dir="auto">edit: ok after setting back to 0 on lan interface and rebooting I am now getting<br />
IPv6 address 2601:d:8b80:c0:250:56ff:fe00:2</p>
<p dir="auto">Again -- this is working, but pretty shitting address for your gateway ;)  Why would it be such an address and not like 2601:d:8b80:bf::1 where it was before?  I would think the address should be 2601:d:8b80:c0::1</p>
]]></description><link>https://forum.netgate.com/post/376894</link><guid isPermaLink="true">https://forum.netgate.com/post/376894</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Mon, 04 Feb 2013 20:42:09 GMT</pubDate></item><item><title><![CDATA[Reply to Comcat IPv6 not working any more? Can not request Delegation? on Mon, 04 Feb 2013 20:09:10 GMT]]></title><description><![CDATA[<p dir="auto">I'm wondering did you enter 0 into the "IPv6 Prefix ID" field or leave it blank?</p>
]]></description><link>https://forum.netgate.com/post/376884</link><guid isPermaLink="true">https://forum.netgate.com/post/376884</guid><dc:creator><![CDATA[bardelot]]></dc:creator><pubDate>Mon, 04 Feb 2013 20:09:10 GMT</pubDate></item><item><title><![CDATA[Reply to Comcat IPv6 not working any more? Can not request Delegation? on Mon, 04 Feb 2013 16:55:05 GMT]]></title><description><![CDATA[<p dir="auto">ok I did a gitsync and now I can set 64 in the delegation section on the wan.. But still getting a /128 on the wan interface and either nothing or if I toggle tracking on lan I have seen 2001 address that looks to be in the same prefix as what I get on the wan</p>
<p dir="auto">2001:558:6033:12c::1</p>
<p dir="auto">where wan /128 is 2001:558:6033:12c:1477:7c9d:b69f:a3d3</p>
<p dir="auto">Before when it was working my lan would be for example 2601:d:8b80:bf::1, this is the old address I had.  I thought comcast was using the 2601 for their /64</p>
<p dir="auto">If I reboot then I don't show that ipv6 on the lan, but if I toggle none to tracking on the lan then the 2001 address shows up.</p>
<p dir="auto">What can I do to help troubleshoot the issue?</p>
<p dir="auto">edit:  If I look in var/etc/dhcp6c_wan.conf</p>
<pre><code>
interface em1 {
        send ia-na 0;   # request stateful address
        send ia-pd 0;   # request prefix delegation
request domain-name-servers;
request domain-name;
script "/var/etc/dhcp6c_wan_script.sh"; # we'd like some nameservers please
};
id-assoc na 0 { };
id-assoc pd 0 {
};

</code></pre>
<p dir="auto">That id-assoc pd doesn't look right - should something be in there vs empty {}?</p>
<p dir="auto">edit: ok rebooted again and now I get 2601:d:8b80:c0:250:56ff:fe00:2</p>
<p dir="auto">As lan IPv6 address, and if I set one of my lan boxes to use that as gateway and set its IPv6 to 2601:d:8b80:c0::666 it works, I can ping ipv6.google.com from the lan box, etc.</p>
<p dir="auto">but should the track IPv6 be first IP in the prefix?  And now if I look in dhcp6c_wan.conf, I see</p>
<pre><code>
interface em1 {
        send ia-na 0;   # request stateful address
        send ia-pd 0;   # request prefix delegation
request domain-name-servers;
request domain-name;
script "/var/etc/dhcp6c_wan_script.sh"; # we'd like some nameservers please
};
id-assoc na 0 { };
id-assoc pd 0 {
        prefix-interface em0 {
                sla-id 0;
                sla-len 0;
        };
};

</code></pre>
]]></description><link>https://forum.netgate.com/post/376829</link><guid isPermaLink="true">https://forum.netgate.com/post/376829</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Mon, 04 Feb 2013 16:55:05 GMT</pubDate></item><item><title><![CDATA[Reply to Comcat IPv6 not working any more? Can not request Delegation? on Mon, 04 Feb 2013 15:00:20 GMT]]></title><description><![CDATA[<p dir="auto">The variable check is too strict, apply https://github.com/bsdperimeter/pfsense/pull/374 to fix.</p>
]]></description><link>https://forum.netgate.com/post/376806</link><guid isPermaLink="true">https://forum.netgate.com/post/376806</guid><dc:creator><![CDATA[bardelot]]></dc:creator><pubDate>Mon, 04 Feb 2013 15:00:20 GMT</pubDate></item></channel></rss>