Difference between revisions of "DHCP"
Jump to navigation
Jump to search
(Created page and main header) |
(added scope and more info) |
||
Line 1: | Line 1: | ||
= Our DHCP Setup = | = Our DHCP Setup = | ||
Our DHCP is run on [[Loki]] mainly, but [[Logan]] is on hot standby. DHCP is what gives out the IP addresses to the devices on our network. Without it, we would have to use static IP addresses, or we would not be able to communicate properly. Both of the servers keep each other synced on what IP addresses have been given out to ensure there are no conflicts. | |||
== Scope == | |||
Our scope is 10.21.25.0, as that is our network. The DHCP server only distributes addresses in from 10.21.25.20 to 10.21.25.247. The rest in the network are reserved for servers and printers, or anything else that needs a static IP. |
Revision as of 17:28, 26 April 2019
Our DHCP Setup
Our DHCP is run on Loki mainly, but Logan is on hot standby. DHCP is what gives out the IP addresses to the devices on our network. Without it, we would have to use static IP addresses, or we would not be able to communicate properly. Both of the servers keep each other synced on what IP addresses have been given out to ensure there are no conflicts.
Scope
Our scope is 10.21.25.0, as that is our network. The DHCP server only distributes addresses in from 10.21.25.20 to 10.21.25.247. The rest in the network are reserved for servers and printers, or anything else that needs a static IP.