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

    Question about BIND Package

    Scheduled Pinned Locked Moved pfSense Packages
    1 Posts 1 Posters 512 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.
    • M
      matthijs
      last edited by

      **The Pfsense package Bind generates some default config settings I cannot change using the web interface.

      named.conf**

      ==>

      #Bind pfsense configuration
      #Do not edit this file!!!

      key "rndc-key" {
              algorithm hmac-md5;
              secret "xxx";
      };

      controls {
              inet 127.0.0.1 port 953
                      allow { 127.0.0.1; } keys { "rndc-key"; };
      };

      **My problem is, I do not want to bind controls to 127.0.0.1 but to another IP-address

      The same problem I have with the rndc.conf file that is generated**

      ==>

      key "rndc-key" {
              algorithm hmac-md5;
              secret "xxx";
      };

      options {
              default-key "rndc-key";
              default-server 127.0.0.1;
              default-port 953;
      };

      **I do not want to bind the rndc to default-server 127.0.0.1; but to another IP-address
      I cannot influence or change this setting using the web interdface

      Based on what config or template are these default settings generated ? How can I workarround this (change this default setting somewhere by editing a file using the command line ?**)

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