Lab 3 3 DHCP Server - TannerWeinacker/NET-330-01 GitHub Wiki

Configuring Serverpool

  • Go to the services tab of the server and select DHCP
  • The server pool cannot be deleted so lets use it!
  • The default gateway should be assigned to the router address of the VLAN that you want
  • Make sure you set the starting IP address to be higher than the gateway.
  • Also make sure to get the subnet correct, you will need to allow the specific amount of hosts you would like

IP Helper Address

  • IP Helper Address allows the Router to forward the DHCP requests to the DHCP server
  • To do this you will need to be configuring the terminal
  • Once you are there, you will need to enter the specific vlan that you would like to forward for example: interface vlan 1
  • Next, you will need to show the router the IP address that you are going to forward the request to
  • ip helper-address 10.9.100.2