This is a possible physical topology, but is it possible to serve this network with a single DHCP Server.
Consider the following:
DHCP Server connected to Router #1
Router #2 and Router #3 connected to Router #1
Subnet A is separated from the DHCP server by Router #2
Subnet B is separated from the DHCP server by Router #1
Subnet C is separated from the DHCP server by Router #3
DHCP Server:
Scope A: 192.168.1.1 - 192.168.1.254 /24
Scope B: 192.168.2.1 - 192.168.2.254 /24
Scope C: 192.168.3.1 - 192.168.3.254 /24
Now, my question is this.
Is it possible to configure the DHCP Server to lease out IP addresses from a specific scope to a specific subnet. (i.e. When a computer from Subnet A requests an IP address, the DHCP leases from Scope A, etc)
Assume either of the possible scenarios to make this work (DHCP Relay Agent on each subnet, or routers that forward BootP)
Is it possible to configure? Or are you stuck with having to use a separate DHCP Server for each subnet you want to serve.
And yes, I'm aware of the information that is passed from client to server when requesting IP's and the process involved, so please don't respond immediately with "There's no way for the DHCP Server to know where the client is located", I can think of three possible ways it can figure that out... just not a way to set an option to use that information.
Looking for real answers here
Consider the following:
DHCP Server connected to Router #1
Router #2 and Router #3 connected to Router #1
Subnet A is separated from the DHCP server by Router #2
Subnet B is separated from the DHCP server by Router #1
Subnet C is separated from the DHCP server by Router #3
DHCP Server:
Scope A: 192.168.1.1 - 192.168.1.254 /24
Scope B: 192.168.2.1 - 192.168.2.254 /24
Scope C: 192.168.3.1 - 192.168.3.254 /24
Now, my question is this.
Is it possible to configure the DHCP Server to lease out IP addresses from a specific scope to a specific subnet. (i.e. When a computer from Subnet A requests an IP address, the DHCP leases from Scope A, etc)
Assume either of the possible scenarios to make this work (DHCP Relay Agent on each subnet, or routers that forward BootP)
Is it possible to configure? Or are you stuck with having to use a separate DHCP Server for each subnet you want to serve.
And yes, I'm aware of the information that is passed from client to server when requesting IP's and the process involved, so please don't respond immediately with "There's no way for the DHCP Server to know where the client is located", I can think of three possible ways it can figure that out... just not a way to set an option to use that information.
Looking for real answers here