Stop DHCP client from receiving old IP address on new VLAN

I'm not sure why you are using superscopes at all since you're using VLANS..

You should try to use dhcp relay on the router that connects all these VLANS - I'm pretty sure it will work out for you.


Are you absolutely sure that it's your laptop keeping the IP, and not the DHCP server misguidedly assigning the same IP because it already has a lease for that MAC address (albeit on a different vlan)? Because you're still getting the same IP on a manual renew, I'd say the DHCP server is to blame here.

The client system should be dropping its DHCP IP when it loses a link on the interface, but verify by checking the address between the disconnect and the reconnect on the other vlan. And feel free to be really sure by capturing the renewal conversation with wireshark.

But, it sounds like the DHCP server's the issue - what DHCP server software is it running on, and how's it configured? And how is your relaying configured to get the requests over to the server from the different vlans?


This answer assumes you have already configured IP-Helper to relay DHCP requests and assigned the correct VLAN to the ports on the switch(es).

Delete the DHCP Superscope on Windows 2008 R2, don't use Superscope. Don't worry, deleting Superscope will not delete the child scopes. Then, go to to properties of each scope, go to Advanced tab and select "Both" for Assign IP addresses dynamically to clients. Choose "Unlimited" for Lease duration to BOOTP clients. Then click Apply then Okay.

Release and renew IP address on client workstations.

They should now get the correct IP for their corresponding VLAN.