Logo Background RSS

» Apache

  • Zone transfer AXFR + Change or Disable Name Server version
    By on September 5th, 2008 | 5 Comments5 Comments Comments

    At least one of your nameservers allowed a zone transfer to be performed. The zone transfer enables the extraction of all DNS data available for the zone. According to DNS best practices it is advisable to disable zone transfers for public slave zones.

    To disable zone transfer

    Login with root

    edit named.conf

    root@server [~]# vi /etc/named.conf

    by setting this in options {}

    allow-transfer { };

    root@server [~]# :wq

    axfr-ns

    Those persons who want to change there or disable thier nameserver Version do as writen in the above image.

    versionĀ  ” ” ;

    This will disable your name server Version

    That’s it you are done..