My default gateway has 0.0.0.0 and I can't get out!
Thanks to Arthur Xie here is the resolution
- Click Start->All Programs->Accessories, right-click on Command Prompt and choose "Run as administrator"
- Then enter the following command: route print
- Please check if 0.0.0.0 is listed as gateway in the table. If so, please check the "Network destination" and "Netmask" of that line, and enter the following command.
route delete -p [Network destination] mask [Netmask]
