Differences between revisions 5 and 6
Revision 5 as of 2017-12-08 19:49:46
Size: 524
Comment:
Revision 6 as of 2017-12-08 20:36:26
Size: 710
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
== Domain == == Network ==
Line 9: Line 9:
=== Memory ===
256M
Since looking up the DNS servers IP-address does not make any sense, we will give the DNS server a statc IP-address.
Line 12: Line 11:
== OS == /etc/networking/interfaces

{{{
.
}}}

== Install BIND ==

{{{
apt-get install bind
}}}

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.

Network

Since looking up the DNS servers IP-address does not make any sense, we will give the DNS server a statc IP-address.

/etc/networking/interfaces

.

Install BIND

apt-get install bind

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