How to enable AXFR (Zone Transfer) in Bind on Vesta Control Panel

Enable AXFR (Zone Transfer) in Bind on Vesta Control Panel Replace following string in the named configuration file: allow-transfer {“none”;}; with allow-transfer { XXX.YYY.ZZZ.111; XXX.YYY.ZZZ.222; }; also-notify { XXX.YYY.ZZZ.111; XXX.YYY.ZZZ.222; }; The location of this file on RHEL and CentOS: /etc/named.conf The location of this file on Debian and Ubuntu: /etc/bind/named.conf

See More

How to set up master-slave DNS cluster in Vesta Control Panel

If you are looking for the options to avoid any DNS-related downtime or the way to manage dns across all server you have, you might consider to setup master-slave DNS cluster. 1. Create user dns-cluster on a server which will be used as dns slave 2. Run following command on a master: v-add-remote-dns-host slave.yourhost.com 8083 admin […]

See More
setup own name server image

How to set up own Name Servers in Vesta Control Panel

Set up own Name Servers (vanity/private/child nameservers)   If you want to manage DNS zones using Vesta Control Panel, you will have to create 2 dns records, point them to server IP address and use them as a nameservers for the domain. In this example, we will use ns1.yourdomain.com and ns2.yourdomain.com. Domain registrar Every domain […]

See More