Funny prerequisite question, are you sure you're on the right wireless network? Sorry, but experience has taught me to always ask that first.
The question to answer would be where did the current default gateway address from. Run "ipconfig /all" and check to see if it says "DHCP Enabled.....Yes".
If not, then go into your TCP/IP properties and enable DHCP or manually configure the client IP settings.
If it is DHCP enabled the "DHCP Server...." field will identify the server it got the address from, try pinging, and connecting to that address via HTTP and HTTPS. If any of those work you probably have multiple devices in router mode on your network, find and remove the rogue.
If the server doesn't answer up then you probably have old info in there. Run "ipconfig /release" to let go of the old DHCP lease, then run "ipconfig /all" to make sure you see an unconfigured interface, finally run "ipconfig /renew" to get a new address, hopefully you will now see usable addresses.
If you are still not working, try configuring your client manually and seeing if you can access the router and everything works, if so your DHCP server may be flaked out. Make sure it is configured correctly and restart it.
Good luck