Dns: Enabling / securing Zone Transfers

By admin • Sep 23rd, 2008 • Category: linux

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Open and edit : /etc/named.conf

change:

zone “domain.net” {
    type master;
    file “domain.net”;
    };

zone “domain.net” {
    type master;
    file “domain.net”;
    allow-transfer {
        192.168.1.1;
        common-allow-transfer;
    };
};

Replace 192.168.1.1 with the ip to allow transfers from

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
Tagged as: , ,

admin is
Email this author | All posts by admin

Leave a Reply