Differences between revisions 2 and 3
Revision 2 as of 2017-12-08 15:36:17
Size: 471
Comment:
Revision 3 as of 2017-12-08 15:36:56
Size: 472
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Here we will be using Bind, ISC's DNS server. Bind has a master/slave configuration, where the master gets the DNS changes and the 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. 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.

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.

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