AWS Networking DHCP and VPC

AWS Networking DHCP and VPC

What is DHCP

DHCP servers dynamically assigns an IP address and other network configuration parameters to each device on a network so they can communicate with other IP networks

To get to DHCP in your VPC you of course first click VPC in AWS console.

Click VPC

DHCP Options Set

You can set options in AWS for which address from the pool devices would get. So in AWS you can set the options such as DNS NTP NetBios servers — these are the options that devices would once they connect and get a new ip from your DHCP service this is called ‘DHCP options set’.

Click DHCP Option Set

DHCP option set is actually configuration params related to how to setup address protocol on the device that received the conf from DHCP not only how to get the ip get ip but you can also set other options.

Give DHCP option set a name

_

Give it a name

These are the options that new devices would get they would get the domain name the DNS server NTP server etc.

  • Give the new DHCP option set a name.
  • Give it a domain name
  • Provide the DNS server can do it later.
  • NetBIOS — do not need to set it.

Then just click create.

And ! DHCP option set has been created.

Subnets and DHCP Options Set

For each subnet you might need to create DHCP options.

Summary

For each subnet you might need to create DHCP options set. DHCP options set allow you to configure the options clients get when they connect and get a new IP such as domain name, NTP server name etc.

‘DHCP’ itself is used to provide dynamic addresses where required within your ‘VPC’

comments powered by Disqus