<?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[DNS delegation from my ISP to me for my IPv6 addresses]]></title><description><![CDATA[<p dir="auto">Has anyone set up IPv6 delegation on pfSense on my router, so the router replies to requests for revers lookups for my address space ?</p>
<p dir="auto">Currently watching the Hangout, but thats Local DNS.</p>
]]></description><link>https://forum.netgate.com/topic/104838/dns-delegation-from-my-isp-to-me-for-my-ipv6-addresses</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 05:35:27 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/104838.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 31 Aug 2016 13:22:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to DNS delegation from my ISP to me for my IPv6 addresses on Tue, 06 Sep 2016 15:34:11 GMT]]></title><description><![CDATA[<p dir="auto">https://www.unbound.net/<br />
Unbound is a validating, recursive, and caching DNS resolver.</p>
<p dir="auto">While you can get it to act as authoritative, its not really the primary design purpose of unbound.  Not from anything I have read.. Now I have it setup to return SOA for my local domain, etc.</p>
<pre><code>
C:\&gt;dig local.lan SOA

; &lt;&lt;&gt;&gt; DiG 9.10.4-P1 &lt;&lt;&gt;&gt; local.lan SOA
;; global options: +cmd
;; Got answer:
;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 22076
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;local.lan.                     IN      SOA

;; ANSWER SECTION:
local.lan.              10800   IN      SOA     pfsense.local.lan. root.local.lan. 1 3600 1200 604800 10800

;; Query time: 115 msec
;; SERVER: 192.168.9.253#53(192.168.9.253)
;; WHEN: Tue Sep 06 10:26:35 Central Daylight Time 2016
;; MSG SIZE  rcvd: 87

C:\&gt;dig flssljf.local.lan

; &lt;&lt;&gt;&gt; DiG 9.10.4-P1 &lt;&lt;&gt;&gt; flssljf.local.lan
;; global options: +cmd
;; Got answer:
;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NXDOMAIN, id: 36032
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;flssljf.local.lan.             IN      A

;; AUTHORITY SECTION:
local.lan.              10800   IN      SOA     pfsense.local.lan. root.local.lan. 1 3600 1200 604800 10800

;; Query time: 112 msec
;; SERVER: 192.168.9.253#53(192.168.9.253)
;; WHEN: Tue Sep 06 10:26:44 Central Daylight Time 2016
;; MSG SIZE  rcvd: 95

</code></pre>
<p dir="auto">The integration of unbound package in pfsense does is not really setup to do that, any sort of authoritative info you would like to place would have to be in custom box on your own.. Not part of the gui, and doesn't handle cnames like an authoritative ns would do..</p>
<p dir="auto">If you look at wiki for comparison of different dns software you will see that unbound authoritative is listed as partial<br />
https://en.wikipedia.org/wiki/Comparison_of_DNS_server_software</p>
<p dir="auto">While you might be able to do what you need to do to pass the cert ipv6 tests from HE with unbound.  Unbound would not be my go to software for setting up authoritative zones.  I do not believe it you could do any sort of zone xfer with it, doesn't support slave mode for sure and tsig is not an option either AFAIK, etc.</p>
]]></description><link>https://forum.netgate.com/post/648133</link><guid isPermaLink="true">https://forum.netgate.com/post/648133</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Tue, 06 Sep 2016 15:34:11 GMT</pubDate></item><item><title><![CDATA[Reply to DNS delegation from my ISP to me for my IPv6 addresses on Tue, 06 Sep 2016 13:28:39 GMT]]></title><description><![CDATA[<p dir="auto">Ah thanks, I didn't realise that Unbound wasn't authoritative, bind it is then.</p>
]]></description><link>https://forum.netgate.com/post/648107</link><guid isPermaLink="true">https://forum.netgate.com/post/648107</guid><dc:creator><![CDATA[NogBadTheBad]]></dc:creator><pubDate>Tue, 06 Sep 2016 13:28:39 GMT</pubDate></item><item><title><![CDATA[Reply to DNS delegation from my ISP to me for my IPv6 addresses on Tue, 06 Sep 2016 12:04:14 GMT]]></title><description><![CDATA[<p dir="auto">Oh I used bind, when I got mine unbound was not part of pfsense.  Not even sure it was a package at the time?  Got my sage quite some time ago.. Just looked in email was back in Jan 2011 that I got sage ;)  Pfsense was version 1.2.3 back then, 2 didn't come out to sept 2011..</p>
<p dir="auto">Unbound is not meant to be an authoritative nameserver, your really going to want to use bind.  You could use the bind package..</p>
]]></description><link>https://forum.netgate.com/post/648097</link><guid isPermaLink="true">https://forum.netgate.com/post/648097</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Tue, 06 Sep 2016 12:04:14 GMT</pubDate></item><item><title><![CDATA[Reply to DNS delegation from my ISP to me for my IPv6 addresses on Tue, 06 Sep 2016 08:41:58 GMT]]></title><description><![CDATA[<p dir="auto">Did you install bind or use the inbuilt unbound John ?</p>
]]></description><link>https://forum.netgate.com/post/648080</link><guid isPermaLink="true">https://forum.netgate.com/post/648080</guid><dc:creator><![CDATA[NogBadTheBad]]></dc:creator><pubDate>Tue, 06 Sep 2016 08:41:58 GMT</pubDate></item><item><title><![CDATA[Reply to DNS delegation from my ISP to me for my IPv6 addresses on Wed, 31 Aug 2016 16:03:23 GMT]]></title><description><![CDATA[<p dir="auto">Well if they give you a /48 then yeah have them delegate that to you can you can then run your NSs where ever you want.  Or just have them set the PTR for you..</p>
<p dir="auto">As to the HE test you can do everything with just HE, you can setup the PTR, glue etc.. Your going to need to make sure glue is there for the sage level test.</p>
<p dir="auto">Sage Test; Score: 1 / 1<br />
This test validates that you have IPv6 Glue at your registrar</p>
<p dir="auto">Trying to get your sage t-shirt huh ;)  Got mine quite some time ago.. One of my fav free things gotten for learning and playing for sure..</p>
<p dir="auto"><img src="https://ipv6.he.net/certification/create_badge.php?pass_name=johnpoz&amp;badge=3" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">Have fun with your tests.. If have any questions on it.. Be happy to help.</p>
]]></description><link>https://forum.netgate.com/post/647144</link><guid isPermaLink="true">https://forum.netgate.com/post/647144</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Wed, 31 Aug 2016 16:03:23 GMT</pubDate></item><item><title><![CDATA[Reply to DNS delegation from my ISP to me for my IPv6 addresses on Wed, 31 Aug 2016 15:25:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnpoz">@<bdi>johnpoz</bdi></a>:</p>
<blockquote>
<p dir="auto">So you have a static assignment of ipv6 space from your ISP and they delegated this control to you?  If so then sure you could run your own ns to respond to the PTRs for the netblocks you get.</p>
<p dir="auto">This is one nice thing with just getting a /48 from HE, they allow you to set your PTRs for anything in this address space.</p>
</blockquote>
<p dir="auto">Indeed I do have a /48 from my UK based ISP, they haven't delegated control yet, but they can.</p>
<p dir="auto">I sent my ISP an email as I was trying to do the Hurricane Electric IPv6 Certification and for part of the cert you need a FQDN that points to one of your servers.</p>
<p dir="auto">I've split my /48 into /64 and have a LAN &amp; DMZ on my router.</p>
<p dir="auto">It's just figuring out what to do as I'm a bit new to pfSense and have only used it for a few months and a lot of the documentation use the old GUI, but I'm getting a 19/20 from http://ipv6-test.com it's just the reverse lookups that are failing.</p>
<p dir="auto">I'm guessing ISPs are reluctant to add reverse entires due to the wide subnet ranges they're handing out.</p>
]]></description><link>https://forum.netgate.com/post/647133</link><guid isPermaLink="true">https://forum.netgate.com/post/647133</guid><dc:creator><![CDATA[NogBadTheBad]]></dc:creator><pubDate>Wed, 31 Aug 2016 15:25:20 GMT</pubDate></item><item><title><![CDATA[Reply to DNS delegation from my ISP to me for my IPv6 addresses on Wed, 31 Aug 2016 15:09:16 GMT]]></title><description><![CDATA[<p dir="auto">So you have a static assignment of ipv6 space from your ISP and they delegated this control to you?  If so then sure you could run your own ns to respond to the PTRs for the netblocks you get.</p>
<p dir="auto">This is one nice thing with just getting a /48 from HE, they allow you to set your PTRs for anything in this address space.</p>
]]></description><link>https://forum.netgate.com/post/647129</link><guid isPermaLink="true">https://forum.netgate.com/post/647129</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Wed, 31 Aug 2016 15:09:16 GMT</pubDate></item></channel></rss>