Linux DNS Server administration in 2022

LINUX DNS Server Admin in 2022

 

What is DNS?

A lense wrritten on it"DNS Domain name server"

 

Everything connected to the Internet has a unique address, in exactly the same way as a postal address identifies a unique location.   In IPV4 it is four groups of three numbers –w.x.y.z, In IPV6 it’s a bit more complicated but fulfils the same function of identifying an entity.

Websites, or rather the server hosting the website has a unique address.  And therein lies the problem. People find it difficult to remember the IP address of the server and it does nothing to help identify the website. People find it a lot easier to remember “Domain Name” as opposed to “IP Address“. Hence the development of the concept of a domain name server, DNS.

 

Very simply put, a DNS server has a table that establishes a correspondence between “Domain Name” and “Its IP Address”, so the user doesn’t need to use or even know the IP address. When they type the domain name into the browser bar, the browser software asks the Linux DNS server for the IP address, and the networking software takes it from there, using the IP address.

 

The Linux DNS Server holds other information about the website, owner information for example, but that is in addition to the main purpose.

Linux DNS servers are organised in a tree structure.  At the top are the root servers. There are 13 root DNS servers in different locations worldwide, and they update each other periodically with additions. modifications and deletions to the authoritative DNS database.

Below are the domain servers, servicing top-level domains like” .com and .org.” This level also includes country names like” .ca, .uk, and some branded domains like .ibm.”

Next down are the sub-domains. As an example, Google has many sub-domains including mail.google.com.

A final point is using a Linux DNS server for a reverse DNS lookup. This is when an IP address is used to find its associated real name. This feature can be very useful in analysing network traffic by replacing IP addresses with more recognisable names. Find out more here.

 

What Does Linux DNS Server Mean?

 

It is quite simple, a Linux DNS server is a DNS server running on a DNS platform. It is a Linux application just like other applications.    It carries out the functions of a Linux DNS server as described above for both local and Internet name resolution.

 

It’s worth pointing out that both Linux and Windows have internal system files that perform the name to IP address resolution functions of a DNS server, usually called a “Hosts” file. They are queried before asking a DNS server.

 

There are three types of DNS servers:

 

Primary DNS

  • servers hold the domain’s configuration files and respond to DNS queries.

Secondary DNS

  • servers are a backup and can be used to manage load distribution. Primary servers update them.

Caching DNS servers

  • cache DNS responses. That means that if the same DNS query comes up again,  the answer comes from the cache, saving time and network access.

 

How to fix a DNS Server?A version data rever to "domain-IP Address"

 

Like fixing a car, fixing a DNS server depends on what is wrong.  It could be an internal issue, or as described below, an external connectivity issue.  Internal issues might relate to recent upgrades changing permission levels, making the DNS server inaccessible.  External issues to a loss of Internet connectivity.

 

Another thing to check for is malware. Hackers sometimes try to alter DNS records to divert users from a legitimate site to a fraudulent one they have created.  They sometimes delete a DNS record to make a website inaccessible.

A common way to fix a DNS server is to take the primary DNS server offline and promote the secondary to Primary while the old Primary is being fixed.

 

An IPV6 DNS Server

 

When it became obvious that the world was about to run out of available IPv4 addresses, IPv6, which existed in concept was adopted as a replacement.

In essence, an IPv6 DNS server carries out exactly the same functions as does an IPv4 DNS server.

DNS in IPv6 is more important than in IPv4.  An IPv4 address is 12 digits, divided into 4 groups of three.  An IPv6 address is a 128-bit hex address.  If users had trouble remembering IPv4 addresses, they have no chance with IPv6.

 

Assuming that IPv6 is set up properly on the DNS server, adding IPv6 DNS records is quite easy. Add an IPv6 address as a DNS record for your hostname, by adding an AAAA (IPv6 address mapping) record. For example:example-host IN AAAA 27250:0:3abc:j4of:b32c::3.  (the address isn’t real, so don’t complain that it’s not valid).

 

Changing a DNS Server in Windows 10

 

 

Two devices with a server

Windows 10 has two levels of DNS server specification. There is a global specification, usually automatically defined by the networking software itself as DHCP.  Other DNS servers can be specified for individual network connections, overriding the global settings.

To change an individual setting, go to the “Network and Internet Settings “ page, either via the ControlPanel or by right-clicking on the network icon in the systems tray.

When there, if you want to modify the current connection:

  • Click on properties then “Network DNS Settings”, then “Edit”.
  • On the next option change “Automatic” to Manual using the drop-down list.
  • The next step is to choose IPV4 or IPV6 DNS settings, or both in turn. Change Off to On and enter the new settings as required, then Save.  Back out and close the Settings page. You are done.

 

If you want to change the stings of another network adapter, it’s slightly more complicated:

  1. Click on “Change Adapter Options” on the RHS of the screen.
  2. Highlight the adapter to be changed, then click on “Change Settings of this Connection” on the menu bar.
  3. On the next screen, highlight the Protocol you want to change, IPv4 or IPv6, then properties.
  4. On the next screen, click on the “Use the following DNS Server Addresses” radio button.
  5. Enter the ones you want to use. 8.8.8.8 and 8.8.4.4 are common IPv4 Google DNS server addresses.
  6. Click OK, then back out.

 

Why your DNS Server might be Unavailable?

 

Again, unavailability can arise for many reasons:

  1. The server is down.
  2. The server’s network connection is down.
  3. An intermediate connection on the route to the server could be down.
  4. It’s down for maintenance.

 

If you are sure it’s not your local machine, check your network connection. Perhaps change the DNS server from the default to another server as described above.

We provide a comprehensive DNS service, for both Windows and Linux. Please don’t hesitate to contact us if you have any queries or concerns.

  • Share:
Send a Message