So I am working with DHCP on a new Windows Server 2016 in a Cisco environment trying to recreate a server that has just passed away unexpectedly. I have created 5 different DHCP scopes, two of which I will need at a later date when they implement a new wifi infrastructure.<\/p>\n
The general idea is: 172.16.240.1/24 is one scope, and 172.16.242.0/24 is another that will be used for client PC’s or mobile devices. I looked in the the switch and VLAN1 has the ip address 172.16.240/0 so it makes sense they get pushed to that DHCP scope<\/p>\n
My question is, how do I overflow them to the second scope? I very quickly ran out of addresses because 1-50 will be reserved for static IP’s.<\/p>\n
I pulled this from the switch:<\/p>\n
interface Vlan1
\nip address 172.16.240.2 255.255.255.0
\nno ip redirects
\n!
\ninterface Vlan2
\nip address 172.16.2.2 255.255.255.0
\n!
\ninterface Vlan3
\nip address 172.16.242.2 255.255.255.0
\n!
\ninterface Vlan4
\nip address 172.16.239.2 255.255.255.0
\n!
\ninterface Vlan6
\nno ip address<\/p>","upvoteCount":9,"answerCount":4,"datePublished":"2019-03-21T21:15:52.000Z","author":{"@type":"Person","name":"dustinalbright2","url":"https://community.spiceworks.com/u/dustinalbright2"},"suggestedAnswer":[{"@type":"Answer","text":"
So I am working with DHCP on a new Windows Server 2016 in a Cisco environment trying to recreate a server that has just passed away unexpectedly. I have created 5 different DHCP scopes, two of which I will need at a later date when they implement a new wifi infrastructure.<\/p>\n
The general idea is: 172.16.240.1/24 is one scope, and 172.16.242.0/24 is another that will be used for client PC’s or mobile devices. I looked in the the switch and VLAN1 has the ip address 172.16.240/0 so it makes sense they get pushed to that DHCP scope<\/p>\n
My question is, how do I overflow them to the second scope? I very quickly ran out of addresses because 1-50 will be reserved for static IP’s.<\/p>\n
I pulled this from the switch:<\/p>\n
interface Vlan1
\nip address 172.16.240.2 255.255.255.0
\nno ip redirects
\n!
\ninterface Vlan2
\nip address 172.16.2.2 255.255.255.0
\n!
\ninterface Vlan3
\nip address 172.16.242.2 255.255.255.0
\n!
\ninterface Vlan4
\nip address 172.16.239.2 255.255.255.0
\n!
\ninterface Vlan6
\nno ip address<\/p>","upvoteCount":9,"datePublished":"2019-03-21T21:15:52.000Z","url":"https://community.spiceworks.com/t/dhcp-on-a-windows-server/703559/1","author":{"@type":"Person","name":"dustinalbright2","url":"https://community.spiceworks.com/u/dustinalbright2"}},{"@type":"Answer","text":"
I think I figured out that I need ip helper 172.16.240.11<\/strong> on the 242/vlan3. I rebooted a computer and it got a 242 address.<\/p>","upvoteCount":1,"datePublished":"2019-03-21T22:36:12.000Z","url":"https://community.spiceworks.com/t/dhcp-on-a-windows-server/703559/2","author":{"@type":"Person","name":"dustinalbright2","url":"https://community.spiceworks.com/u/dustinalbright2"}},{"@type":"Answer","text":" You don’t “overflow” from one scope to another. You need to puts clients on a different VLAN (which would use a different scope), or change the size of the scope…and possibly the subnet mask.<\/p>\n It looks like you’re routing on the switch, in which case use ip helper to tell each VLAN where to find the DHCP server(s).<\/p>","upvoteCount":0,"datePublished":"2019-03-22T00:58:57.000Z","url":"https://community.spiceworks.com/t/dhcp-on-a-windows-server/703559/3","author":{"@type":"Person","name":"kevinhsieh","url":"https://community.spiceworks.com/u/kevinhsieh"}},{"@type":"Answer","text":" Each VLAN on your layer 3 switch other than the VLAN the DHCP server resides in will need a DHCP helper pointing to your DHCP server. There is no “overflow”. A computer on VLAN 2 will get an IP address in the 172.16.2.x scope. If it somehow managed to get a 172.16.3.x IP on VLAN 2, it would not be able to communicate on the network.<\/p>","upvoteCount":0,"datePublished":"2019-03-22T02:59:03.000Z","url":"https://community.spiceworks.com/t/dhcp-on-a-windows-server/703559/4","author":{"@type":"Person","name":"PatrickFarrell","url":"https://community.spiceworks.com/u/PatrickFarrell"}}]}}