Right now I have two DHCP servers on one subnet mask. A client can only get an IP address from either server if they have a reservation on that server (based on their MAC). The odd thing that I'm seeing is, let's say user 1 gets an IP address, gateway, dns and dns suffix from server 1 because they have a ip address reservation on that server. A few hours later, that same user's dns suffix will change from the suffix that server 1 assigns them to the suffix that server 2 usually assigns. If I do a simple ipconfig /renew, the network info is renewed and the dns suffix changes back to the suffix that server 1 is supposed to assign. Why is this happening? The user only has a reservation on server 1 but for some reason their dns suffix keeps changing to server 2 information.