Difference between revisions of "DHCP"
(added scope and more info) |
(Options, reservations, and leases sections) |
||
Line 3: | Line 3: | ||
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. | 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. | ||
== | == Address Pool == | ||
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. | 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. | ||
== Address Leases == | |||
These are all of the current DHCP releases that the DHCP servers have put out that are active. | |||
== Reservations == | |||
This is where all of our static DHCP-side reservations for our servers, printers, NAS, etc., are located. You can double click any of them to edit their specific settings. | |||
== Scope Options == | |||
This is where we configure our DHCP options. To configure options that we don't already have set, right click "Scope Options" and click on "Configure Options" and configure what you need. Below are the options we already have set: | |||
[[File:DHCP_Options.PNG]] | |||
These options set where the computers will look for DNS, what our domain name is ([[CISCOACA.local]]) and the other options tell computers to PXE boot from [[FOG]] and configures the settings they need to boot from [[FOG]]. |
Revision as of 15:29, 29 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.
Address Pool
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.
Address Leases
These are all of the current DHCP releases that the DHCP servers have put out that are active.
Reservations
This is where all of our static DHCP-side reservations for our servers, printers, NAS, etc., are located. You can double click any of them to edit their specific settings.
Scope Options
This is where we configure our DHCP options. To configure options that we don't already have set, right click "Scope Options" and click on "Configure Options" and configure what you need. Below are the options we already have set:
These options set where the computers will look for DNS, what our domain name is (CISCOACA.local) and the other options tell computers to PXE boot from FOG and configures the settings they need to boot from FOG.