Have you checked to see if your router is caching your IP Address? If that isn't being cached and you appear to be receiving the same ip try netsh interface ip set address "Local Area Connection" dhcp in cmd followed by ipconfig /renew or you can set it manually with netsh interface ip set address "Local Area Connection" static 192.168.0.10. Again this will only set the ip address of the local computer, I don't think there is a command to change the wan ip of the router
|