Guide – How To Start – DNS Server (IaaS) on Linux 7.9

DNS Server powered by Tidal Media Inc. is an enterprise-grade authoritative DNS service that offers the fastest response time, unparalleled redundancy, and advanced security with built-in DDoS mitigation and DNSSEC.

This is a quick deployment and ready-to-run image.
Simple and rapid installation. Easy to maintain.

The guide how to work with the DNS Server (IaaS) on Linux 7.9

  1. After purchasing and starting the VM you should know its IP address. You can find it in the personal account of Azure. (It is necessary to select the virtual machine from the list. By clicking the item “Overview”, your IP is displayed in the line “Public IP Address”).
  1. To work, you must open ports 10000 (TCP) and 53 (UDP) in the network properties in the Azure firewall.
  2. To connect to a VM, you need the PuTTy application to connect via ssh. You can download it at the following link – Download
  3. Run Putty, enter the VM address in the “Host” field, and click “Open” to connect.
  4. In the opened console, you should enter a username and password that were specified when creating the virtual machine.
  1. To access the admin panel, enter https://yourVM’sIP:10000 in the address bar.
  2. Now you should accept the security certificate.
  3. To log in, use the standard login: webminadmin and password: admin
  4. Next, go to the servers tab – BIND DNS server
  5. Select “Create a master zone”.
  6. Fill in the required data.
  7. The zone created by you will appear in the list of zones, go to it.
  8. Add a new address by filling in all the fields.
  9. Also, add an entry for the NS subdomain.
  10. You need to update the configuration after adding records.
  11. Initial setup completed.
  12. If you have any difficulties with the updating server configuration, change the following setting: allow-query     { localhost; }; to allow-query     { any; }; in the tab Edit Config File

Developer Documentation:

https://bind9.readthedocs.io/en/latest

https://www.bind9.net/bind-9.13.3-manual.pdf

Website Built with WordPress.com.

Up ↑