Differences between revisions 47 and 48
Revision 47 as of 2017-12-13 09:17:09
Size: 886
Comment:
Revision 48 as of 2017-12-13 09:19:11
Size: 909
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
Once both servers are configured, it is vital to stop making changes to the zone files by hand. From now on DNS changes has to be made with nsupdate using the update key. Once both servers are configured, it is vital to stop making changes to the zone files by hand. From now on manual [[DNS Updates|DNS updates]] has to be made with nsupdate using the update key.

DNS

The Domain Name System is really a must for any TCIP/IP network. It is a key component of the network. That is why it is the first service we will configure.

Here we will be using Bind, ISC's DNS server. Bind has a master/slave configuration, where the master gets the DNS changes and then updates the slave. It cannot run truly redundant, in the sense that only the master is allowed to get DNS changes, if the master is down, the slave cannot be updated.

In this setup we use the following IP-addresses for the master and slave:

  • 192.168.1.34 master
  • 192.168.1.35 slave

Configure the master, then the slave.

Maintenance

DNS changes

Once both servers are configured, it is vital to stop making changes to the zone files by hand. From now on manual DNS updates has to be made with nsupdate using the update key.

None: DNS (last edited 2021-01-17 20:10:16 by Kristian Kallenberg)