Windows 2008 – Default gateway 0.0.0.0

When on a Windows 2008 server you open command prompt and type: ipconfig /all you see there are 2 default gateways and

that the first is 0.0.0.0. When you go over to IP settings you won’t see the 0.0.0.0 anywhere.

To resolve this issue:
run -> cmd
typ: route delete 0.0.0.0
Now go back to your IP settings and verify your wanted default gateway is listed and type ipconfig /all again in cmd.
You will see that it’s working as intended again 🙂