Forum Discussion

blueice349's avatar
blueice349
Copper Contributor
Jul 26, 2020

Help Creating DHCP Server on Windows Server 2016

I need to configure a DHCP server to hand out IP addresses and DNS in a specific way see below how it should be handed out:

 

domain controller
address: 192.168.1.200
default gateway: 192.168.1.254
subnet mask: 255.255.255.0
DNS: 192.168.1.200
DNS: 127.0.0.1

 

workstation 1
address: 192.168.1.201
default gateway: 192.168.1.254
subnet mask: 255.255.255.0
DNS: 192.168.1.200

 

workstation 2
address: 192.168.1.202
default gateway: 192.168.1.254
subnet mask: 255.255.255.0
DNS: 192.168.1.200

 

The Domain Controller is set up static on the network adapter and I would need the workstations to be assigned from the DHCP Server.

Resources