From what I can tell from the "routeprint-svr.txt" you have to default gateways
0.0.0.0 0.0.0.0 10.0.0.254 10.0.0.1 20
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.71 20
My guess is that this is messing things up as the DNS server is on the local LAN (probably your router), which is reachable through the 192.168.0.0 route
192.168.0.0 255.255.255.0 192.168.0.71 192.168.0.71 20
To be sure this is the problem trying removing the 10.0.0.254 gateway, through this command.
route delete 0.0.0.0 MASK 0.0.0.0 10.0.0.254
If you now have access, then change the properties on this NIC adapter (loopback) to have a gateway of an empty string so to speak.