Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 527
    • Issues 527
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 100
    • Merge requests 100
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • BINDBIND
  • Issues
  • #1844

Closed
Open
Created May 14, 2020 by Wailer @wailer-

Notify-to-soa has no effect

Summary

Notify-to-soa or also-notify global options have no effect

BIND version used

BIND 9.11.3-1ubuntu1.11-Ubuntu (Extended Support Version) id:a375815

Steps to reproduce

Add notify-to-soa yes; or also-notify() option into Options{} clause. See attached config example.

What is the current bug behavior?

The SOA primary name server never gets notified.

What is the expected correct behavior?

SOA master should be notified like the rest.

Relevant configuration files

**Contents of /etc/default/bind9 **

OPTIONS="-f -t /var/named/run-root -c /etc/named.conf -4 -u bind -n 2"

Contents of /etc/named.conf

options {
        allow-recursion {
                localnets;
        };
                listen-on-v6 { any; };
        version "none";
        directory "/var";
        auth-nxdomain no;
        pid-file "/var/run/named/named.pid";
        also-notify { ns1.xxx.xxx; ns2.xxx.xxx; ns3.xxx.xxx; ns4.xxx.xxx;};
        #(or)
        notify-to-soa yes;
};

Relevant logs and/or screenshots

No errors in logs

Edited May 14, 2020 by Wailer
Assignee
Assign to
Time tracking