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

    Bind package for pfsense 2.1

    Scheduled Pinned Locked Moved pfSense Packages
    153 Posts 44 Posters 66.8k 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.
    • J
      jcyr
      last edited by

      You probably need to specify the DNS server address in the DHCP server tab for LAN (192.168.1.1) and OPT1 (17.0.0.1). It isn't automatically handled like it is when using the DNS forwarder.

      IPV6 Test: http://ipv6-test.com

      1 Reply Last reply Reply Quote 0
      • A
        asracomp
        last edited by

        @jcyr:

        You probably need to specify the DNS server address in the DHCP server tab for LAN (192.168.1.1) and OPT1 (17.0.0.1). It isn't automatically handled like it is when using the DNS forwarder.

        thanks a lot for fast response

        solved…

        thank u very much...

        1 Reply Last reply Reply Quote 0
        • C
          cuteredstorm
          last edited by

          Hi,

          First of all thank you for your work. I intend to show my gratitude once I have the system set-up.

          I wanted to inform you of an issue I believe exists with this package.

          The package supports reverse zones, but assumes that all reverse zones are IPV4.

          In bind.inc, lines 333 and 405 the string ".in-addr.arpa." is added to zonename. For IPV4 this is correct. For IPV6 string ".ip6.arpa" should be added instead.

          Since there is currently no distinction between IPV4/IPV6, I believe another option should be added, but only if "Reverse Zone" is selected.

          I will fix the bind_zones.xml and bind.inc so it works for myself, but don't consider it to be "clean". If you want, I can send the changed files.

          redstorm.

          EDIT: I have additionally found an error in line 435. A dot is added to the destination for all destinations that have letters in them. IPV6 uses letters but a dot should not be added. I have modified bind.inc to exclude AAAA type from this modifications. Both files attached, hope they help.

          bind.inc.txt
          bind_zones.xml.txt

          1 Reply Last reply Reply Quote 0
          • marcellocM
            marcelloc
            last edited by

            Thanks for the feedback.

            If you want, you can send your fixes directly to official repository on github.com/pfsense/pfsense-packages

            Treinamentos de Elite: http://sys-squad.com

            Help a community developer! ;D

            1 Reply Last reply Reply Quote 0
            • C
              cuteredstorm
              last edited by

              https://github.com/cuteredstorm/pfsense-packages/pull/1

              Also made smoe changes on sync for bind package. Everything i needed works now.

              redstorm

              1 Reply Last reply Reply Quote 0
              • marcellocM
                marcelloc
                last edited by

                Create a pull request so I can merge it to official repo.

                Do you miss any other function on bind. I'm planning to change it's version to Release as you can confirm ipv6 is working fine too.

                Treinamentos de Elite: http://sys-squad.com

                Help a community developer! ;D

                1 Reply Last reply Reply Quote 0
                • C
                  cuteredstorm
                  last edited by

                  I used custom options for transfer-source and notifiy-source. That is not something that needs special attention. I think it's ready for release. Good job!

                  1 Reply Last reply Reply Quote 0
                  • C
                    cl
                    last edited by

                    Hi,

                    This is a great piece of work, just about everything that is really needed for using BIND!

                    Maybe there are some remaining bugs:

                    1. No matter what I set the serial to, it defaults to a timestamp.
                    2. AAAA-records get a trailing dot at the end, which makes the zone-file not loading.
                    3. It is a little annoying that after adding a record when editing a zone, the web page scrolls all the way up to top (Firefox 25.0.1). After creating a zone, records are the most edited part so perhaps they should be placed at the top.
                    4. There are some minor misspellings (Loggin serverity).

                    Looking forward to the release, this will be used straightaway, when working for IPv6!

                    1 Reply Last reply Reply Quote 0
                    • C
                      cuteredstorm
                      last edited by

                      1. True. Since it is supposed to increment with every change, this is really the only viable solution. Have a better solution?
                      2. Don't have this issue. Can you post the record on UI+resulting zone file?
                      3. True.
                      4. True.
                      1 Reply Last reply Reply Quote 0
                      • C
                        cl
                        last edited by

                        1. No, maybe to remove the serial field from the zone editing page.
                        2. See attachment and below. I am running the 2.1 nanobsd release on an ALIX board.

                        The resulting Zone file:

                        $TTL 1h
                        ;
                        $ORIGIN example.com.

                        ;      Database file example.com.DB for example.com zone.
                        ;      Do not edit this file!!!
                        ;      Zone version 2385644025
                        ;
                        example.com.    IN  SOA ns1.example.com.        cl.example.com. (
                                        2385644025 ; serial
                                        1d ; refresh
                                        2h ; retry
                                        4w ; expire
                                        1h ; default_ttl
                                        )

                        ;
                        ; Zone Records
                        ;
                        @        IN NS  ns1.example.com.
                        @        IN A  93.184.216.119
                        www      IN AAAA        2606:2800:220:6d::aa7.

                        BIND.png_thumb
                        BIND.png

                        1 Reply Last reply Reply Quote 0
                        • C
                          cuteredstorm
                          last edited by

                          @2.: yes, this is a known issue and already resolved. You can check changes in Git or wait for the next version.

                          1 Reply Last reply Reply Quote 0
                          • marcellocM
                            marcelloc
                            last edited by

                            @cuteredstorm:

                            @2.: yes, this is a known issue and already resolved. You can check changes in Git or wait for the next version.

                            Just reinstall the package to get latest version.

                            Treinamentos de Elite: http://sys-squad.com

                            Help a community developer! ;D

                            1 Reply Last reply Reply Quote 0
                            • M
                              madforic
                              last edited by

                              I have been reinstalled the bind package, now it is 9.9.4 pkg v0.3.2, with no luck :-
                              It still append a dot at the end of ipv6 address in AAAA record.
                              Any workarounds?

                              Upd. I edited this files manualy and everything is ok! 8)

                              1 Reply Last reply Reply Quote 0
                              • marcellocM
                                marcelloc
                                last edited by

                                I have no idea what happened with the patch. I've updated it again.

                                Thanks for the feedback.

                                Treinamentos de Elite: http://sys-squad.com

                                Help a community developer! ;D

                                1 Reply Last reply Reply Quote 0
                                • E
                                  EricE
                                  last edited by

                                  Awesome looking package - thanks (again) marcelloc!

                                  It's been a while since I have messed with BIND - anyone have a quick walkthrough for setting up BIND via the pfSense package to be a slave server for a DNS zone?  In the meantime off to find the old BIND tutorials…

                                  1 Reply Last reply Reply Quote 0
                                  • marcellocM
                                    marcelloc
                                    last edited by

                                    @EricE:

                                    anyone have a quick walkthrough for setting up BIND via the pfSense package to be a slave server for a DNS zone?  In the meantime off to find the old BIND tutorials…

                                    Config service from left to right, check field descriptions, it will be easy if you know how bind works.

                                    Treinamentos de Elite: http://sys-squad.com

                                    Help a community developer! ;D

                                    1 Reply Last reply Reply Quote 0
                                    • A
                                      aarcane
                                      last edited by

                                      Editing zones which are also updated dynamically causes configuration to get out of sync with journal.  This is a common problem and there is a known workaround.  Read this short article for a brief explanation

                                      http://www.thedumbterminal.co.uk/?action=showArticle&articleId=168

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        johnross
                                        last edited by

                                        Hi, I would like to report some issues on the package for I am migrating my old setup of bind (terminal-based) to the new GUI package:

                                        1. Serial auto-generates by itself. Which opposed from my current configuration (we need it to be timestamped for example: 2013122701)
                                        2. zone domain record TYPE does not have NAPTR
                                        3. When creating a SLAVE zone. The slave file (slave.example.com.DB) was missing at the SLAVE DIR : /cf/named/etc/namedb/slave/sample_slave/.
                                        4. Cannot assign separate logging severity for each Logging Options.

                                        and BTW this package is AWESOME  ;D

                                        1 Reply Last reply Reply Quote 0
                                        • A
                                          aarcane
                                          last edited by

                                          Other feature I noticed:  adding a new static DHCP lease does not automatically update in bind.  It doesn't automatically update when restarting bind.  It doesn't update until you edit the relevant zone file and click Save, then restart bind.

                                          With regard to my other bug post:
                                          I'd like to recommend that zone files be configured to be bare, then the data for the zone be loaded dynamically for editing and modified dynamically when editing/clicking apply.  The utility nsupdate from the bind utility can be configured for this functionality.

                                          1 Reply Last reply Reply Quote 0
                                          • L
                                            lucky
                                            last edited by

                                            I installed the bind package today to set a couple of slave zones up. I added the zones, but they don't seem to get put into the config - they never transfer. The masters have transfer allowed. I did a quick packet capture and saw no traffic to the master on port 53. The bind config file in pfSense doesn't seem to have anything related to my zones in it…

                                            Any ideas?

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