Workstations find a DHCP server by sending broadcast requests out over the LAN, with an available DHCP server detecting the request and responding. To run separate DHCP servers and make sure workstations don't use the wrong one, the broadcast packets need to be blocked/restricted so they cannot pass to the wrong DHCP server.
A VLAN or running your networks off firewalled routers is probably the best method to do this.
Main Topics
Browse All Topics





by: bhnmiPosted on 2008-02-25 at 09:44:19ID: 20977470
You need to segregate these domains to separate subnets.
You best bet would be to use VLANS if you have a layer 3 switch. It will make life much easier.
You cant tell a workstation what DHCP server to use, the work station does a broadcast and what ever server answers is the one that assigns the IP.