Atomia DNS is a powerful and flexible DNS server that provides scalable solutions to DNS management. It is easy to set up and install on the Elementary OS! This tutorial will guide you through the process step by step.
Update your system packages to the latest versions by running the following commands in your Terminal.
sudo apt-get update
sudo apt-get upgrade
This will ensure that your system is up-to-date and includes the latest security patches.
To run Atomia DNS, we need to install some prerequisites. Open the Terminal and run the following commands.
sudo apt-get install build-essential squid3 openssl libssl-dev libncurses5-dev libxml2 libxml2-dev libxslt1-dev libreadline6-dev libreadline-dev libperl-dev libdbd-pg-perl libdbi-perl libicu-dev autoconf automake
To install Atomia DNS on your Elementary OS, follow these steps.
Next, extract the downloaded file in a directory of your choice, such as Downloads or Home directory.
tar -zxvf atomiadns-<version>.tar.gz
cd atomiadns-<version>
Finally, run the following command to install Atomia DNS.
./configure --with-postgresql --enable-ipv6 --prefix=/usr/local/atomiadns
make
sudo make install
Now that Atomia DNS is installed, we need to set up a basic configuration.
cd /usr/local/atomiadns
sudo nano etc/atomiadns.conf
# database connection information
dbuser=
dbpass=
dbname=
host=
# daemon connection information
pidfile=atomiadns.pid
listen_ip=0.0.0.0
listen_port=53
# logging options
logfile=/var/log/atomiadns.log
log_file_level=debug
Note that you should fill in database connection settings with your credentials.
To start the Atomia DNS server, run the following command:
sudo /usr/local/atomiadns/sbin/atomiadnsd start
You can now access the Atomia DNS server using IP address and default port: http://localhost:8080/
.
Congratulations! You have successfully installed and configured the Atomia DNS server on your Elementary OS Latest. You can now start creating and managing your DNS zones. Enjoy!
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!