\nthat needed a specific scope to a specific wifi access point, specific scope for a wifi network ssid yes, but not the former.<\/p>\n<\/blockquote>\n<\/aside>\n
Yes, wondering is OP isn’t aware it can be done this way. Presuming he wants to authenticate devices to zones, which is the only reason I can think of for dividing DHCP this way. \nBut using SSID can do all this much more cleanly, assuming the devices are not totally brain dead..<\/p>\n
And if you don’t care who is using the access point, then just let the AP’s do their own DHCP…<\/p>","upvoteCount":2,"datePublished":"2025-06-19T21:43:52.969Z","url":"https://community.spiceworks.com/t/multiple-dhcp-servers-on-windows-2019-server/1216527/5","author":{"@type":"Person","name":"somedude2","url":"https://community.spiceworks.com/u/somedude2"}},"suggestedAnswer":[{"@type":"Answer","text":"
We have multiple Wifi Access Point devices on the network. We want to assign IP addresses to the wifi clients from the ADS server using DHCP server which is installed.<\/p>\n
We want to assign a specific IP address scope to a specific wifi access point.<\/p>\n
If I define multiple IP address scopes in the DHCP , how do I assign a particular scope to a specific wifi device ?<\/p>","upvoteCount":4,"datePublished":"2025-06-19T05:23:20.787Z","url":"https://community.spiceworks.com/t/multiple-dhcp-servers-on-windows-2019-server/1216527/1","author":{"@type":"Person","name":"shekhar3","url":"https://community.spiceworks.com/u/shekhar3"}},{"@type":"Answer","text":"\n\n
<\/div>\n
user122006:<\/div>\n
\nWe have multiple Wifi Access Point devices on the network. We want to assign IP addresses to the wifi clients from the ADS server using DHCP server which is installed.<\/p>\n<\/blockquote>\n<\/aside>\n
Sometimes we need to know the limitations of what “we want” especially in terms of “why we want what we want” ?<\/p>\n
BTW, what do you mean by ADS server ? \nAlso what is the end goal or what do you want to achieve ?<\/p>","upvoteCount":2,"datePublished":"2025-06-19T06:00:07.806Z","url":"https://community.spiceworks.com/t/multiple-dhcp-servers-on-windows-2019-server/1216527/2","author":{"@type":"Person","name":"adrian_ych","url":"https://community.spiceworks.com/u/adrian_ych"}},{"@type":"Answer","text":"
We’d need a bit more info:<\/p>\n
What access points you are using as many enterprise solutions handle DHCP. \nWhat the Wifi network is to be used for (Eg guest or private).<\/p>\n
Regardless of the above though the quick and dirty way to assign IP addresses to each access point would be to stick them on their own vlan with a helper address setup to your DHCP server. Note: this solution doesn’t consider any security implications etc.<\/p>\n
Also in years of working with enterprise wifi I’ve never had any situation that needed a specific scope to a specific wifi access point, specific scope for a wifi network ssid yes, but not the former.<\/p>","upvoteCount":3,"datePublished":"2025-06-19T10:00:11.227Z","url":"https://community.spiceworks.com/t/multiple-dhcp-servers-on-windows-2019-server/1216527/3","author":{"@type":"Person","name":"Duncan792","url":"https://community.spiceworks.com/u/Duncan792"}},{"@type":"Answer","text":"\n\n
<\/div>\n
user122006:<\/div>\n
\nWe want to assign a specific IP address scope to a specific wifi access point.<\/p>\n
If I define multiple IP address scopes in the DHCP , how do I assign a particular scope to a specific wifi device ?<\/p>\n<\/blockquote>\n<\/aside>\n
The “normal” way to do this would be with VLANs.<\/p>\n
Put your wired and WiFi network in different VLANs. Enable routing between the VLANs (where and how depends on your equipment). Assign a VLAN interface (used as the gateway for the VLAN). Set IP-helper address in the VLAN to point to the DHCP server (if in another VLAN, it just works otherwise). Configure DHCP scopes corresponding to the addresses you want to hand out in each VLAN.<\/p>\n
Corp Wired VLAN:<\/p>\n
\nVLAN 10<\/li>\n VLAN interface: 10.0.10.1/24<\/li>\n ip-helper: 10.0.5.10<\/li>\n<\/ul>\nCorp WiFi VLAN<\/p>\n
\nVLAN 20<\/li>\n VLAN interface: 10.0.20.1/24<\/li>\n ip-helper: 10.0.5.10<\/li>\n<\/ul>\nServer VLAN:<\/p>\n
\nVLAN 5<\/li>\n VLAN interface: 10.0.5.0/24<\/li>\n DHCP server: 10.0.5.10/24<\/li>\n<\/ul>\nCreate DHCP scopes for 192.168.10.0/24 and 192.168.20.0/24 in the DHCP server. When it gets forwarded a DHCP request from a VLAN it will respond with an offer from the DHCP scope corresponding to the IP address of the VLAN interface (where the request was forwarded from).<\/p>\n
If you want to have a specific scope per AP, then you extend the above logic, and create a VLAN per AP.<\/p>","upvoteCount":7,"datePublished":"2025-06-19T14:26:45.158Z","url":"https://community.spiceworks.com/t/multiple-dhcp-servers-on-windows-2019-server/1216527/4","author":{"@type":"Person","name":"phildrew","url":"https://community.spiceworks.com/u/phildrew"}}]}}
shekhar3
(user122006)
June 19, 2025, 5:23am
1
We have multiple Wifi Access Point devices on the network. We want to assign IP addresses to the wifi clients from the ADS server using DHCP server which is installed.
We want to assign a specific IP address scope to a specific wifi access point.
If I define multiple IP address scopes in the DHCP , how do I assign a particular scope to a specific wifi device ?
4 Spice ups
Sometimes we need to know the limitations of what “we want” especially in terms of “why we want what we want” ?
BTW, what do you mean by ADS server ?
Also what is the end goal or what do you want to achieve ?
2 Spice ups
Duncan792
(Duncan792)
June 19, 2025, 10:00am
3
We’d need a bit more info:
What access points you are using as many enterprise solutions handle DHCP.
What the Wifi network is to be used for (Eg guest or private).
Regardless of the above though the quick and dirty way to assign IP addresses to each access point would be to stick them on their own vlan with a helper address setup to your DHCP server. Note: this solution doesn’t consider any security implications etc.
Also in years of working with enterprise wifi I’ve never had any situation that needed a specific scope to a specific wifi access point, specific scope for a wifi network ssid yes, but not the former.
3 Spice ups
phildrew
(phildrew)
June 19, 2025, 2:26pm
4
user122006:
We want to assign a specific IP address scope to a specific wifi access point.
If I define multiple IP address scopes in the DHCP , how do I assign a particular scope to a specific wifi device ?
The “normal” way to do this would be with VLANs.
Put your wired and WiFi network in different VLANs. Enable routing between the VLANs (where and how depends on your equipment). Assign a VLAN interface (used as the gateway for the VLAN). Set IP-helper address in the VLAN to point to the DHCP server (if in another VLAN, it just works otherwise). Configure DHCP scopes corresponding to the addresses you want to hand out in each VLAN.
Corp Wired VLAN:
VLAN 10
VLAN interface: 10.0.10.1/24
ip-helper: 10.0.5.10
Corp WiFi VLAN
VLAN 20
VLAN interface: 10.0.20.1/24
ip-helper: 10.0.5.10
Server VLAN:
VLAN 5
VLAN interface: 10.0.5.0/24
DHCP server: 10.0.5.10/24
Create DHCP scopes for 192.168.10.0/24 and 192.168.20.0/24 in the DHCP server. When it gets forwarded a DHCP request from a VLAN it will respond with an offer from the DHCP scope corresponding to the IP address of the VLAN interface (where the request was forwarded from).
If you want to have a specific scope per AP, then you extend the above logic, and create a VLAN per AP.
7 Spice ups
somedude2
(somedude2)
June 19, 2025, 9:43pm
5
Yes, wondering is OP isn’t aware it can be done this way. Presuming he wants to authenticate devices to zones, which is the only reason I can think of for dividing DHCP this way.
But using SSID can do all this much more cleanly, assuming the devices are not totally brain dead..
And if you don’t care who is using the access point, then just let the AP’s do their own DHCP…
2 Spice ups