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

    Redirect DNS: Question.

    Scheduled Pinned Locked Moved General pfSense Questions
    35 Posts 3 Posters 3.0k 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.
    • Y
      yogi_en @johnpoz
      last edited by

      @johnpoz

      Thanks got it. Your replies were quite informative and I learned many things because of that. I have been trying to re-direct the DNS which is on the same subnet which I understood now is not possible. Appreciate the all your help and time.

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

        @yogi_en glad I could be of help.. Here all the time ;)

        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

        Y 1 Reply Last reply Reply Quote 0
        • Y
          yogi_en @johnpoz
          last edited by

          @johnpoz

          I have a totally unrelated question.

          I need to use the latest version of unbound from FreeBSD. The version that is currently available with 2.5.2 doesn't support 'EDNS client subnet' as mentioned here https://redmine.pfsense.org/issues/11921. I need this feature to resolve the local IPs behind NAT when running the DNS server ( pihole ) in cloud.

          Dnsmasq support this feature and it works well.

          It looks like the FreeBSD version of unbound support this Couple of questions.

          • How can I update unbound to the latest version from FreeBSD? Is there any risk associated with this?

          • Or should I use BIND for this?

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

            @yogi_en so if the bind version that is part of 2.5.2 works for you - you could use that.

            But 2.6 which is out as RC and from my understanding of announcements should come out by end of Jan as release. There was mention of 22.01 dropping by end of the month, and "assume" 2.6 would be in line with that as well.

            2.6 rc currently has unbound 1.13.2

            As to risk of just using some freebsd version that is not in the pfsense repo, while that is always an "option" Prob not a good idea.. I know there was some "fixes" or improvements with edns and unbound 1.14, but I have not heard anything about when that might be included in pfsense. I am not currently doing anything with that or even played with it at all, so I am unsure if that is something you could do with a 1.13 version or if you need to be at least 1.14 of unbound?

            Just as a point of discussion, if there is something want/need that is not supported in some service be it dhcp or dns as examples in the version of pfsense that is current. Nothing saying you can not just fire up those services on a pi or vm or shoot even a docker, etc..

            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

            Y 1 Reply Last reply Reply Quote 0
            • Y
              yogi_en @johnpoz
              last edited by

              @johnpoz

              Thanks again for the informative replies!. I think I will go ahead and use BIND. I was hesitant because, I have never used BIND earlier, so there is a learning curve for me.

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

                @yogi_en looking at that redmine, it has target set to future. But looking at the output of unbound -V on my test 2.6RC I see this specifically called out

                --disable-subnet

                 unbound -V
                Version 1.13.2
                
                Configure line: --with-ssl=/usr --with-libexpat=/usr/local --disable-dnscrypt --disable-dnstap --with-libnghttp2 --enable-ecdsa --disable-event-api --enable-gost --with-libevent --with-pyunbound=yes --with-pythonmodule=yes LDFLAGS=-L/usr/local/lib ac_cv_path_SWIG=/usr/local/bin/swig --disable-subnet --disable-tfo-client --disable-tfo-server --with-pthreads --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --infodir=/usr/local/share/info/ --build=amd64-portbld-freebsd12.3
                Linked libs: libevent 2.1.12-stable (it uses kqueue), OpenSSL 1.1.1l-freebsd  24 Aug 2021
                Linked modules: dns64 python respip validator iterator
                
                BSD licensed, see LICENSE in source package for details.
                Report bugs to unbound-bugs@nlnetlabs.nl or https://github.com/NLnetLabs/unbound/issues
                

                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

                Y 1 Reply Last reply Reply Quote 0
                • Y
                  yogi_en @johnpoz
                  last edited by

                  @johnpoz
                  That means 2.6 will not help me. Thanks for that.

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

                    @yogi_en possible 2.7? that is out in dev version already, but is that redmine you linked too doesn't future version set, prob not.

                    I would chime in on that redmine if something you would like to see included..

                    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

                    Y 1 Reply Last reply Reply Quote 0
                    • Y
                      yogi_en @johnpoz
                      last edited by

                      @johnpoz

                      For the time being I will go ahead with BIND which should survive the upgrades. Based on my analysis so far BIND already supports EDNS client subnet. I will keep an eye on that redmine.

                      Another question: Can we run multiple instances of dnsmasq in pfsense on different ports/interfaces?. Looks like this not possible, just want to confirm.

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

                        @yogi_en no I don't think so, you could run say unbound on port x, and then dnsmasq on port y and then even bind on port z I would think.

                        Don't forget the control port, 953 I think is both default for bind and unbound.. So one of those needs to be changed as well.

                        If it was me personally and I wanted to fire up different NS instances or software versions to be used by different things on my network. I would just fire them up on a vm or docker or a pi, etc. Vs trying to get them all to run on pfsense at the same time on different ports.

                        If you don't have say a nas or something you can run some low power vms on - pi's are cheap, and they sell neat little cluster sort of racks to mount them all together and can provide power to all of them via some usb power strip... I provide power to 4 of them with a little usb power thing from anker that can provide 60w, etc. And then little short usb cables.. All of that can be setup for very low budget.. You could prob even use pi zeros for such lower requirement sort of services..

                        Something like this for a bunch of pi zeros

                        pizero.jpg

                        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

                        Y 2 Replies Last reply Reply Quote 0
                        • Y
                          yogi_en @johnpoz
                          last edited by

                          @johnpoz

                          Thanks. I do have a pi which runs pihole and Unifi Controller. I do have a home assistant server ( along with frigate for camera ) which also runs 24x7. I will see whether I can use any of these devices. My NAS is not on 24x7.

                          The cluster of pi zeros looks really interesting. Will explore that too.

                          1 Reply Last reply Reply Quote 0
                          • Y
                            yogi_en @johnpoz
                            last edited by

                            @johnpoz
                            Another related question.

                            Can I configure dnsmasq in pfsense ( via Advanced Options ) so that different clients uses different DNS servers?. As I understand this is also not possible because DHCP is not done by dnsmasq in pfsense. Is that correct?

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

                              @yogi_en just set in the dhcp server what dns you want clients to use.

                              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

                              1 Reply Last reply Reply Quote 0
                              • M
                                MoonKnight @johnpoz
                                last edited by

                                @johnpoz

                                Hi,
                                Is my rule correct? My Pi-hole is on another vlan.

                                0e1fc125-d5f4-437a-a0c7-f1dbaaa0b2a3-image.png

                                90df7715-5897-45eb-81d5-65734e9df0fd-image.png

                                --- 24.11 ---
                                Intel(R) Xeon(R) CPU D-1518 @ 2.20GHz
                                Kingston DDR4 2666MHz 16GB ECC
                                2 x HyperX Fury SSD 120GB (ZFS-mirror)
                                2 x Intel i210 (ports)
                                4 x Intel i350 (ports)

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

                                  @MoonKnight when your pihole is on a different vlan then the client you can do that.. But if your client is on the same network as pihole you can run into problems.

                                  But yeah looks to be redirecting, there is no way google knows about pfsense.home.arpa ;) and sure don't think google is going to answer in 5 ms let alone 1 ;)

                                  btw, I am a huge fan of dig on windows that I see your running, 9.16.48 is out ;) so your bit behind there ;)

                                  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

                                  M 1 Reply Last reply Reply Quote 1
                                  • M
                                    MoonKnight @johnpoz
                                    last edited by

                                    @johnpoz
                                    Hi, thank you very much ;) And thanks for the info around newer Dig version. Just updated :)

                                    --- 24.11 ---
                                    Intel(R) Xeon(R) CPU D-1518 @ 2.20GHz
                                    Kingston DDR4 2666MHz 16GB ECC
                                    2 x HyperX Fury SSD 120GB (ZFS-mirror)
                                    2 x Intel i210 (ports)
                                    4 x Intel i350 (ports)

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

                                      @MoonKnight its sad they are dropping support for dig on windows.. As my work around I just installed wlc on my windows box use that for my day to day dig needs.. This way I can easy use the features and stuff in 9.18 while windows is stuck in the 9.16 line..

                                      user@i9-win:~$ dig
                                      ; <<>> DiG 9.18.24-1+ubuntu22.04.1+deb.sury.org+1-Ubuntu <<>>

                                      Pretty much just looks like have cmd prompt window open

                                      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

                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        MoonKnight @johnpoz
                                        last edited by

                                        @johnpoz
                                        I was reading about the same, they are dropping support for windows :(
                                        But I do have installed WSL - Ubuntu, but haven't tried it so much. For some reason I still use CMD :)

                                        --- 24.11 ---
                                        Intel(R) Xeon(R) CPU D-1518 @ 2.20GHz
                                        Kingston DDR4 2666MHz 16GB ECC
                                        2 x HyperX Fury SSD 120GB (ZFS-mirror)
                                        2 x Intel i210 (ports)
                                        4 x Intel i350 (ports)

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

                                          @MoonKnight oh I still have my cmd window open all the time.. But I also have the wsl prompt open - I use it for whois multiple times a week for sure..

                                          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

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