Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    pfsense DNS resolver not registering IPv6 addresses

    Scheduled Pinned Locked Moved IPv6
    27 Posts 6 Posters 6.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • PeekP
      Peek @Gertjan
      last edited by Peek

      @Gertjan, the question relates to automatic name resolution of IPv6 addresses. If it is only a setup issue, please do advise where I'm missing the point.

      However, am I thus correct that you can only resolve IPv6 addresses if they'd been statically registered ?

      If so, that is the issue I wish to circumvent as I have multiple interfaces on the same device of which the device can be contacted on one or the other, depending on the circumstances at the time. (i.e. WiFi or eth0 or eth1)

      However, by checking the "Enable registration of DHCP client names in DNS" as seen under Services > DHCPv6 Server & RA > LAN > DHCPv6 Server, a

      1. Dynamic DNS domain
      2. Dynamic DNS server IP (i.e. BIND server) and
      3. Dynamic DNS Domain Key name (authorization as to allow writing the updated records)

      has to be specified. Thus the reasoning on querying option 1 : " Setup a full blown DYNDNS BIND server" as to support the dynamic registration of IPV6 addresses leased to interfaces.

      Therefore, UNchecking "Enable registration of DHCP client names in DNS" and reverting to "Host Overrides" under Services > DNS Resolver > General Settings does not allow manually specifying more than 1 (ONE) IPv6 address to a particular Hostname.

      If it is possible to specify more than one IP address per Host, although quite tedious in managing newly added devices, it would at least allow ongoing management of new devices once setup regardless as to how they'd connect?

      Thus querying "option 2 - Capture each device's HostName/IPv6 info within the Host Overrides of the DNS Resolver ?"

      Yet neither the DNS Resolver (UNBOUND) nor IPv6 DHCP server on pfsense allow for specifying more than one IPv6 address to a particular host.

      ... or am I just missing something benign ?

      GertjanG 1 Reply Last reply Reply Quote 0
      • GertjanG
        Gertjan @Peek
        last edited by

        First of all : forget about :
        @Peek said in pfsense DNS resolver not registering IPv6 addresses:

        "Enable registration of DHCP client names in DNS"

        I re checked what I said above, and it seems now that that was pure bllsht.
        The "Enable registration of DHCP client names in DNS" is part of the advanced section of Dynamic DNS.

        In my /etc/hosts file are all my devices, also those who ave an IPv6 :

        ........
        192.168.2.2	WRT54GL.local WRT54GL
        192.168.2.3	WRT54GSV4.local WRT54GSV4
        192.168.2.4	WRT54GSv1-0.local WRT54GSv1-0
        2001:477:1e13:5b0:2::ca	Bureau2.pfsense-local.net Bureau2
        2001:477:1e13:5b0:2::d5	iPhone-5S-Gertjan.pfsense-local.net iPhone-5S-Gertjan
        2001:477:1e13:5b0:2::cb	iPhone5SNiki.pfsense-local.net iPhone5SNiki
        2001:477:1e13:5b0:2::f0	oli254.pfsense-local.net oli254
        2001:477:1e13:5b0:2::cc	EPACKFERPAR22.pfsense-local.net EPACKFERPAR22
        2001:477:1e13:5b0:2::c7	Droite.pfsense-local.net Droite
        2001:477:1e13:5b0:2::c3	DiskStation.pfsense-local.net DiskStation
        2001:477:1e13:5b0:2::c8	PowerEdgeT310.pfsense-local.net PowerEdgeT310
        2001:477:1e13:5b0:2::f8	kma98fa5.pfsense-local.net kma98fa5
        2001:477:1e13:5b0:2::c6	Gauche.pfsense-local.net Gauche
        2001:477:1e13:5b0:2::c9	bureau.pfsense-local.net bureau
        2001:477:1e13:5b0:2::c4	Tactile1.pfsense-local.net Tactile1
        2001:477:1e13:5b0:2::c5	Tactile2.pfsense-local.net Tactile2
        2001:477:1e13:5b0:2::d6	iPhone-7-Gertjan.pfsense-local.net iPhone-7-Gertjan
        2001:477:1e13:5b0:2::c2	DiskStation2.pfsense-local.net DiskStation2
        10.10.10.1	pfb.pfsense-local.net pfb
        192.168.2.1	portal.pfsense-local.net portal
        

        All I did was setting up static "MAC' leases for DHCP and DHCP6.

        No "help me" PM's please. Use the forum, the community will thank you.
        Edit : and where are the logs ??

        1 Reply Last reply Reply Quote 0
        • jimpJ
          jimp Rebel Alliance Developer Netgate
          last edited by

          DHCPv6 doesn't put hostnames in the leases, so they can't be scraped for resolution like they can from DHCPv4. I can't recall if that's a limit of the ISC DHCP server or the actual DHCPv6 protocol, however.

          Static mapping hostnames work fine, though.

          Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

          Need help fast? Netgate Global Support!

          Do not Chat/PM for help!

          PeekP 1 Reply Last reply Reply Quote 0
          • PeekP
            Peek @jimp
            last edited by

            @jimp If static mappings is the only way forward, is static mappings also limited to only 1 address per hostname entry ?

            1 Reply Last reply Reply Quote 0
            • DerelictD
              Derelict LAYER 8 Netgate
              last edited by Derelict

              What, exactly, are you trying to accomplish?

              If you have multiple AAAA records for a specific hostname which one should be returned when queried? All of them? One of them? Round robin?

              Generally, when a connection has to be made to an address, there is one AAAA record pointing to a server address on that host. Just like IPv4 there might be one GUA and one ULA for split DNS. Nothing really changes.

              If you want reverse lookups then yeah you can have multiple addresses resolve to the same hostname no problem. Not sure you are going to get them all put into DNS that way though.

              Keep in mind that only DHCP addresses have a prayer of going into DNS. SLAAC addresses (including the random/privacy addresses clients can use to make connections) will not, unless the client itself does it into dynamic DNS or something.

              And if you completely disable SLAAC (Managed interface on pfSense), some clients, notably android, will be unable to connect IPv6 since they do not have a DHCP6 client.

              So what exactly is the problem you are trying to solve?

              Chattanooga, Tennessee, USA
              A comprehensive network diagram is worth 10,000 words and 15 conference calls.
              DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
              Do Not Chat For Help! NO_WAN_EGRESS(TM)

              PeekP 1 Reply Last reply Reply Quote 0
              • JKnottJ
                JKnott
                last edited by

                @Derelict said in pfsense DNS resolver not registering IPv6 addresses:

                If you have multiple AAAA records for a specific hostname which one should be returned when queried? All of them? One of them? Round robin?

                The only one you would use is the consistent one. There's no point in using the privacy addresses, as you could have as many as 7 of them and you get a new one every day.

                PfSense running on Qotom mini PC
                i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                UniFi AC-Lite access point

                I haven't lost my mind. It's around here...somewhere...

                PeekP 1 Reply Last reply Reply Quote 0
                • PeekP
                  Peek @Derelict
                  last edited by

                  @Derelict said in pfsense DNS resolver not registering IPv6 addresses:

                  What, exactly, are you trying to accomplish?

                  To contact a device by hostname on whatever IPv6 interface is live.

                  1 Reply Last reply Reply Quote 0
                  • PeekP
                    Peek @JKnott
                    last edited by

                    @JKnott said in pfsense DNS resolver not registering IPv6 addresses:

                    If you have multiple AAAA records for a specific hostname which one should be returned when queried? All of them? One of them? Round robin?

                    Only the management address of whatever adapter is connected (or live). Not interested in the private addresses, nor is there any need therefore.

                    As to clarify, if a device has a Wifi and Ethernet adapter, how to contact the device (via it's hostname) depending on whether it's connected to the WiFi or the cabled LAN via IPv6?

                    If both WiFi and cabled LAN is active, either address is fine as reach-ability is the main concern.

                    JKnottJ 1 Reply Last reply Reply Quote 0
                    • JKnottJ
                      JKnott @Peek
                      last edited by

                      @Peek said in pfsense DNS resolver not registering IPv6 addresses:

                      As to clarify, if a device has a Wifi and Ethernet adapter, how to contact the device (via it's hostname) depending on whether it's connected to the WiFi or the cabled LAN via IPv6?
                      If both WiFi and cabled LAN is active, either address is fine as reach-ability is the main concern.

                      If the device is running Linux, use the WiFi address. If connected via Ethernet, the WiFi address is still reachable. This does not work with Windows. So, with my notebook computer, running Linux, I have the DNS configured to point to my WiFi address, not Ethernet.

                      PfSense running on Qotom mini PC
                      i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                      UniFi AC-Lite access point

                      I haven't lost my mind. It's around here...somewhere...

                      PeekP 1 Reply Last reply Reply Quote 0
                      • PeekP
                        Peek @JKnott
                        last edited by

                        @JKnott unfortunately, in this scenario, it's a case of OR.

                        It's only the WiFi OR only the ETH connection that is available at a particular point in time.

                        JKnottJ 1 Reply Last reply Reply Quote 0
                        • JKnottJ
                          JKnott @Peek
                          last edited by

                          @Peek

                          Are you running Windows or LInux? If Linux (and probably Mac) the wireless address will be available, even when connected via Ethernet, so long as the WiFi is connected. Here are the addresses on my notebook computer. I used ssh to the Wifi host name, even though connected via Ethernet.

                          ip add sh
                          1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
                          link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
                          inet 127.0.0.1/8 scope host lo
                          valid_lft forever preferred_lft forever
                          inet6 ::1/128 scope host
                          valid_lft forever preferred_lft forever
                          2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
                          link/ether f0๐Ÿ‡ฉ๐Ÿ‡ชf1:8c:dc:99 brd ff:ff:ff:ff:ff:ff
                          inet 172.16.0.42/24 brd 172.16.0.255 scope global noprefixroute dynamic eth0
                          valid_lft 7109sec preferred_lft 7109sec
                          inet6 2607:fea8:abcd๐Ÿ”ขfce1:bab3:d72b:5b44/64 scope global temporary dynamic
                          valid_lft 86395sec preferred_lft 14395sec
                          inet6 2607:fea8abcd:1234:8c2a:acb8:36ef:2f50/64 scope global mngtmpaddr noprefixroute dynamic
                          valid_lft 86395sec preferred_lft 14395sec
                          inet6 fd48:1a37:2160:0:fce1:bab3:d72b:5b44/64 scope global temporary dynamic
                          valid_lft 86395sec preferred_lft 14395sec
                          inet6 fd48:1a37:2160:0:a618:10a9:f627:3809/64 scope global mngtmpaddr noprefixroute dynamic
                          valid_lft 86395sec preferred_lft 14395sec
                          inet6 fe80::d9ea:e6bf:8fa8:7be2/64 scope link noprefixroute
                          valid_lft forever preferred_lft forever
                          3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
                          link/ether 38:59:f9:e0:7d:5d brd ff:ff:ff:ff:ff:ff
                          inet 172.16.0.40/24 brd 172.16.0.255 scope global noprefixroute dynamic wlan0
                          valid_lft 7112sec preferred_lft 7112sec
                          inet6 2607:fea8:abcd๐Ÿ”ข3007:aae5:1d5c:a340/64 scope global temporary dynamic
                          valid_lft 86340sec preferred_lft 14340sec
                          inet6 2607:fea8:abcd๐Ÿ”ข3a59:f9ff:fee0:7d5d/64 scope global mngtmpaddr noprefixroute dynamic
                          valid_lft 86340sec preferred_lft 14340sec
                          inet6 fd48:1a37:2160:0:3007:aae5:1d5c:a340/64 scope global temporary dynamic
                          valid_lft 86340sec preferred_lft 14340sec
                          inet6 fd48:1a37:2160:0:3a59:f9ff:fee0:7d5d/64 scope global mngtmpaddr noprefixroute dynamic
                          valid_lft 86340sec preferred_lft 14340sec
                          inet6 fe80::3a59:f9ff:fee0:7d5d/64 scope link noprefixroute
                          valid_lft forever preferred_lft forever

                          As you can see, both interfaces have addresses, though I'm connected via Ethernet.

                          BTW, public addresses have been changed to protect the guilty. ๐Ÿ˜‰

                          PfSense running on Qotom mini PC
                          i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                          UniFi AC-Lite access point

                          I haven't lost my mind. It's around here...somewhere...

                          PeekP 1 Reply Last reply Reply Quote 0
                          • PeekP
                            Peek @JKnott
                            last edited by

                            @JKnott. Winblows & Linux.

                            Okay ... so Linux basically "bridges" eth0 with the wifi interface when connected via eth0 by default.

                            Will try. Thanks.

                            JKnottJ 1 Reply Last reply Reply Quote 0
                            • JKnottJ
                              JKnott @Peek
                              last edited by

                              @Peek said in pfsense DNS resolver not registering IPv6 addresses:

                              @JKnott. Winblows & Linux.

                              Okay ... so Linux basically "bridges" eth0 with the wifi interface when connected via eth0 by default.

                              Will try. Thanks.

                              No, it routes. Linux functions as a router, unless you disable it. I expect the same is true with the FreeBSD under pfSense and Macs. Also, when both interfaces are up, to the same network, it forwards the packets over the interface with the lowest metric. The metric is 100 for Ethernet and 600 for WiFi, so Ethernet gets used.

                              PfSense running on Qotom mini PC
                              i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                              UniFi AC-Lite access point

                              I haven't lost my mind. It's around here...somewhere...

                              JKnottJ 1 Reply Last reply Reply Quote 0
                              • JKnottJ
                                JKnott @JKnott
                                last edited by

                                @JKnott

                                Perhaps routing isn't the best term in this instance. Unlike Windows, Linux leaves both interfaces up, when Ethernet is connected. When an arp request comes in on the Ethernet port, for the WiFi address, Linux still responds, not caring which interface the address is assigned to and replies through the Ethernet port, based on it having the lower metric.

                                PfSense running on Qotom mini PC
                                i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                                UniFi AC-Lite access point

                                I haven't lost my mind. It's around here...somewhere...

                                1 Reply Last reply Reply Quote 0
                                • johnpozJ
                                  johnpoz LAYER 8 Global Moderator
                                  last edited by johnpoz

                                  @JKnott said in pfsense DNS resolver not registering IPv6 addresses:

                                  Linux functions as a router, unless you disable it.

                                  Which linux distros are these, out of the box every single linux I have ever setup - unless its a specific "router" distro.
                                  user@uc:~$ cat /proc/sys/net/ipv4/ip_forward
                                  0

                                  When you have 2 interfaces in the same network, yeah the OS should use the interface with the lowest metric to talk to that network.

                                  An intelligent man is sometimes forced to be drunk to spend time with his fools
                                  If you get confused: Listen to the Music Play
                                  Please don't Chat/PM me for help, unless mod related
                                  SG-4860 24.11 | Lab VMs 2.8, 24.11

                                  JKnottJ 1 Reply Last reply Reply Quote 0
                                  • JKnottJ
                                    JKnott @johnpoz
                                    last edited by

                                    @johnpoz

                                    Sorry, my mistake. I must have been thinking of something else. Regardless, with Linux both interfaces are up and either address can be used as I do frequently.

                                    PfSense running on Qotom mini PC
                                    i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                                    UniFi AC-Lite access point

                                    I haven't lost my mind. It's around here...somewhere...

                                    1 Reply Last reply Reply Quote 0
                                    • johnpozJ
                                      johnpoz LAYER 8 Global Moderator
                                      last edited by johnpoz

                                      This is no different than windows.. I can fire up a wifi interface and use it, on the same network my wire is connected too.

                                      An intelligent man is sometimes forced to be drunk to spend time with his fools
                                      If you get confused: Listen to the Music Play
                                      Please don't Chat/PM me for help, unless mod related
                                      SG-4860 24.11 | Lab VMs 2.8, 24.11

                                      JKnottJ 1 Reply Last reply Reply Quote 0
                                      • JKnottJ
                                        JKnott @johnpoz
                                        last edited by JKnott

                                        @johnpoz

                                        On the same network? When I try that, I can't ping the WiFi interface, if Ethernet is connected. I haven't tried different networks. On my home network, I normally use WiFi for my notebook, but on occasion use Ethernet. Eitherway, I use the WiFi host name to connect to it.

                                        PfSense running on Qotom mini PC
                                        i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                                        UniFi AC-Lite access point

                                        I haven't lost my mind. It's around here...somewhere...

                                        PeekP 1 Reply Last reply Reply Quote 0
                                        • PeekP
                                          Peek @JKnott
                                          last edited by

                                          Allrighty then ...

                                          It's thus the WiFi address to be registered in DNS for connectivity via WiFi OR ETH.

                                          1 Reply Last reply Reply Quote 0
                                          • johnpozJ
                                            johnpoz LAYER 8 Global Moderator
                                            last edited by

                                            Well depends on your box or driver - some bios can disable wifi on a wired connection.. But you can for sure fire it up and use it if you so desire.. But its almost never a good thing ;)

                                            Wireless LAN adapter Wi-Fi:
                                            
                                               Connection-specific DNS Suffix  . : local.lan
                                               Description . . . . . . . . . . . : Broadcom 802.11n Network Adapter
                                               Physical Address. . . . . . . . . : 38-59-F9-5F-63-C1
                                               DHCP Enabled. . . . . . . . . . . : Yes
                                               Autoconfiguration Enabled . . . . : Yes
                                               IPv4 Address. . . . . . . . . . . : 192.168.9.212(Preferred)
                                               Subnet Mask . . . . . . . . . . . : 255.255.255.0
                                               Lease Obtained. . . . . . . . . . : Wednesday, September 18, 2019 10:10:33 PM
                                               Lease Expires . . . . . . . . . . : Sunday, September 22, 2019 10:10:32 PM
                                               Default Gateway . . . . . . . . . : 192.168.9.253
                                               DHCP Server . . . . . . . . . . . : 192.168.9.253
                                               DNS Servers . . . . . . . . . . . : 192.168.3.10
                                               NetBIOS over Tcpip. . . . . . . . : Enabled
                                            

                                            Just fired wifi on same 192.168.9 network

                                            Here is wire

                                            Ethernet adapter Local:
                                            
                                               Connection-specific DNS Suffix  . :
                                               Description . . . . . . . . . . . : Realtek PCIe GbE Family Controller
                                               Physical Address. . . . . . . . . : 00-13-3B-2F-67-62
                                               DHCP Enabled. . . . . . . . . . . : No
                                               Autoconfiguration Enabled . . . . : Yes
                                               IPv4 Address. . . . . . . . . . . : 192.168.9.100(Preferred)
                                               Subnet Mask . . . . . . . . . . . : 255.255.255.0
                                               Default Gateway . . . . . . . . . : 192.168.9.253
                                               DNS Servers . . . . . . . . . . . : 192.168.3.10
                                               NetBIOS over Tcpip. . . . . . . . : Enabled
                                            

                                            Here i am pinging the wifi IP from another box

                                            user@uc:~$ ping 192.168.9.212
                                            PING 192.168.9.212 (192.168.9.212) 56(84) bytes of data.
                                            64 bytes from 192.168.9.212: icmp_seq=1 ttl=127 time=1.42 ms
                                            64 bytes from 192.168.9.212: icmp_seq=2 ttl=127 time=1.26 ms
                                            64 bytes from 192.168.9.212: icmp_seq=3 ttl=127 time=2.40 ms
                                            64 bytes from 192.168.9.212: icmp_seq=4 ttl=127 time=4.29 ms
                                            64 bytes from 192.168.9.212: icmp_seq=5 ttl=127 time=1.90 ms
                                            64 bytes from 192.168.9.212: icmp_seq=6 ttl=127 time=2.94 ms
                                            64 bytes from 192.168.9.212: icmp_seq=7 ttl=127 time=1.24 ms
                                            64 bytes from 192.168.9.212: icmp_seq=8 ttl=127 time=1.34 ms
                                            ^C
                                            --- 192.168.9.212 ping statistics ---
                                            8 packets transmitted, 8 received, 0% packet loss, time 7010ms
                                            rtt min/avg/max/mdev = 1.246/2.102/4.295/1.009 ms
                                            user@uc:~$ 
                                            

                                            An intelligent man is sometimes forced to be drunk to spend time with his fools
                                            If you get confused: Listen to the Music Play
                                            Please don't Chat/PM me for help, unless mod related
                                            SG-4860 24.11 | Lab VMs 2.8, 24.11

                                            JKnottJ 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.