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

    DNS Slave TSIG and any custom options

    Scheduled Pinned Locked Moved DHCP and DNS
    1 Posts 1 Posters 251 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.
    • C
      cdelrey
      last edited by

      Using the bind package I have tried several ways to customize my configuration to include TSIG key supporting secure zone transfers. I have tried using an include statement to path to a tsig.conf file and using both global option or settings statement in the UI nothing seems to stick work. Anything I add in the UI stops the service with fatal service errors in the log. What I did get to work was to manually include the key option in named.com though that gets overwritten after a while, not sure what triggers that yet.

      key zxfr-key {
              algorithm hmac-md5;
              secret "___________________";
              };

      server 10.100.2.121 {
              keys { zxfr-key; };
              };

      Thanks in advance

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