2
I connect to 8 different Access Points, each with a separate subnet and each location does not allow DHCP.
I want my computer to change my IP address to an assigned IP address per location based on which access point I am connected to without having to run a netsh script each time.
Where is the windows settings for such functionality? If there is no windows functionality built in, is there a standard method or service that people commonly use for this desired functionality?
Wireless networks not running DHCP? Now, that's odd. – Iszi – 2011-09-19T15:05:37.310
2For this, I think DHCP is the "standard method or service that people commonly use". :-( – RedGrittyBrick – 2011-09-19T15:07:11.470
If it's only one SSID and multiple locations, the only solution I see is a batch file/powershell script that checks BSSID and sets the IP manually. And yes, DHCP is the way to get that functionality. – RobotHumans – 2011-09-20T14:34:01.400
Have you looked at this post? http://superuser.com/questions/77132/static-ip-addr-for-just-a-particular-access-point-in-vista
– CharlieRB – 2011-10-11T20:17:37.443