Two suggestions:
- Check if IPv6 is disabled ("Disable and Turn Off IPv6 Support in Vista")
- Check any new firmware for the router or a new driver for the NIC
EDIT
Actually, it's quite normal to have a 0.0.0.0 route. Everybody has one, as this is the Default route:
A default route, also known as the gateway of last resort, is the network route used by a router when no other known route exists for a given IP packet's destination address. All the packets for destinations not known by the router's routing table are sent to the default route. This route generally leads to another router, which treats the packet the same way: If the route is known, the packet will get forwarded to the known route. If not, the packet is forwarded to the default-route of that router which generally leads to another router. And so on.