Size: 116
Comment:
|
Size: 454
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
== Software == | The DHCP server is a must in any network. We will use ISC's DHCP server, and configure two servers to make a redundant system. The two servers will be able to synchronized the dhcp leases between servers and update the DNS too. |
Line 5: | Line 5: |
{{{ apt-get install dhcp }}} |
In this setup we use the following IP-addresses for the master and slave: |
Line 9: | Line 7: |
== Keys == | * 192.168.1.36 primary * 192.168.1.37 secondary |
Line 11: | Line 10: |
== Updating DNS == == IP Range == |
Configure the [[DHCP Primary|primary]], then the [[DHCP Secondary|secondary]]. |
DHCP
The DHCP server is a must in any network. We will use ISC's DHCP server, and configure two servers to make a redundant system. The two servers will be able to synchronized the dhcp leases between servers and update the DNS too.
In this setup we use the following IP-addresses for the master and slave:
- 192.168.1.36 primary
- 192.168.1.37 secondary