Not sure exactly what "a different network" actually means, but.....when I move my laptop to a different location, it sees the networks, but I have a Limited connection
...Renewing a Lease:
The DHCP client first attempts to renew its lease when 50 percent of the original lease time, known as T1, has passed. At this point the DHCP client sends a unicast DHCPRequest message to the DHCP server that originally granted its lease. If the server is available, and the lease is still available, the server responds with a unicast DHCPAck message and the lease is renewed.
Not sure exactly what "a different network" actually means, but.....when I move my laptop to a different location, it sees the networks, but I have a Limited connection
SOURCE: How DHCP Technology Works: Dynamic Host Configuration Protocol (DHCP)Renewing a Lease:
The DHCP client first attempts to renew its lease when 50 percent of the original lease time, known as T1, has passed. At this point the DHCP client sends a unicast DHCPRequest message to the DHCP server that originally granted its lease. If the server is available, and the lease is still available, the server responds with a unicast DHCPAck message and the lease is renewed.
Not sure exactly what "a different network" actually means, but.....
This behavior is common with DCHP clients that have received extended long term DHCP address leases.
SOURCE: How DHCP Technology Works: Dynamic Host Configuration Protocol (DHCP)
So transporting a computer from one network (subnet) to a second network without rebooting the computer or otherwise provoking DHCP Discovery (ipconfig /release.... ipconfig /renew) would or at least could result in limited connectivity unless by some miracle of coincidence the two are configured with identical IP addressing schema including gateways and DNS and the current IP address of the moved computer does not conflict on the current subnet.
You may want to experiment with the lease times handed out by the individual routers on the networks involved.
Put it on your desktop and run it when needed.@echo off
ipconfig /release
echo
echo The IP address has been released. Waiting to renew…
echo
ipconfig /renew
echo The IP address has been renewed