Difference between revisions of "DHCP"

From 24PinTech Wiki
Jump to navigation Jump to search
(IP address for new Unraid Server)
Tags: Visual edit Reverted
Tag: Manual revert
Line 51: Line 51:
|10.21.25.13
|10.21.25.13
|-
|-
|BlackAdam
|
|10.21.25.14
|10.21.25.14
|-
|-

Revision as of 16:02, 13 October 2022

Our DHCP Setup

Our DHCP is run on Odin and Friia. 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.30 to 10.21.25.247. The rest in the network are reserved for servers and printers, or anything else that needs a static IP. The following chart represents our current setup...

Reservations
Hostname IP Address
Gateway 10.21.25.1
Valhalla 10.21.25.2
Fenrir 10.21.25.3
Friia 10.21.25.4
Yggdrasil 10.21.25.5
10.21.25.6
Asgard 10.21.25.7
Heimdall 10.21.25.8
10.21.25.9
10.21.25.10
Logan 10.21.25.11
Sleipnir 10.21.25.12
Midgard 10.21.25.13
10.21.25.14
10.21.25.15
10.21.25.16
IOlan 10.21.25.17
OpenGear 10.21.25.18
10.21.25.19
vMotion (Val) 10.21.25.20
10.21.25.21
vMotion (Asg) 10.21.25.22
10.21.25.23
10.21.25.24
10.21.25.25
vSphere Rep 10.21.25.26
10.21.25.27
10.21.25.28
FOG 10.21.25.29
10.21.25.30
3D Print 10.21.25.129
LaserPrint 10.21.25.241
LaserColorPrint 10.21.25.243

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.

Hostname IP address

LoganWeb (VM on Valhalla) 10.21.25.11

NAS 24PinTech 10.21.25.16

SC-P8000Series-2D6580 10.21.25.90

NPI7C274C (HP LaserJet P4014) 10.21.25.241

NPI82FF0E (HP Color LaserJet M553) 10.21.25.243

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:

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.

Policies

These are settings that are applied to certain devices based off of rules defined by the policy, like IP address range, vendor, etc.

The only policy we have currently configured is called UEFI, which applies to network booting via UEFI. It sets options 66 and 67 to make sure devices will boot properly off of FOG. 67 is set to ipxe.efi, and 66 is set to 10.21.25.4.

Server Options

This is where settings can be configured globally across the whole DHCP server. We have none of these currently configured.

Policies (Not within scope)

Same as above policies but global, we do not have this configured.

Filters

This allows you to block or allow certain MAC addresses from receiving DHCP addresses.