Windows PowerShell Copyright (C) 2016 Microsoft Corporation. All rights reserved. PS C:\Windows\system32> route print =========================================================================== Interface List 13...1c 1b 0d 12 34 56 ......Realtek PCIe GBE Family Controller 9...00 ff 3e b9 37 b9 ......TAP-Windows Adapter V9 1...........................Software Loopback Interface 1 2...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface =========================================================================== IPv4 Route Table =========================================================================== Active Routes: Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 192.168.0.254 192.168.1.137 26 0.0.0.0 128.0.0.0 10.199.21.1 10.199.21.42 291 10.199.21.0 255.255.255.0 On-link 10.199.21.42 291 10.199.21.42 255.255.255.255 On-link 10.199.21.42 291 10.199.21.255 255.255.255.255 On-link 10.199.21.42 291 127.0.0.0 255.0.0.0 On-link 127.0.0.1 331 127.0.0.1 255.255.255.255 On-link 127.0.0.1 331 127.255.255.255 255.255.255.255 On-link 127.0.0.1 331 128.0.0.0 128.0.0.0 10.199.21.1 10.199.21.42 291 x.x.x.x 255.255.255.255 192.168.0.254 192.168.1.137 281 192.168.0.0 255.255.254.0 On-link 192.168.1.137 281 192.168.1.137 255.255.255.255 On-link 192.168.1.137 281 192.168.1.255 255.255.255.255 On-link 192.168.1.137 281 224.0.0.0 240.0.0.0 On-link 127.0.0.1 331 224.0.0.0 240.0.0.0 On-link 10.199.21.42 291 224.0.0.0 240.0.0.0 On-link 192.168.1.137 281 255.255.255.255 255.255.255.255 On-link 127.0.0.1 331 255.255.255.255 255.255.255.255 On-link 10.199.21.42 291 255.255.255.255 255.255.255.255 On-link 192.168.1.137 281 =========================================================================== Persistent Routes: None IPv6 Route Table =========================================================================== Active Routes: If Metric Network Destination Gateway 2 331 ::/0 On-link 1 331 ::1/128 On-link 2 331 2001::/32 On-link 2 331 2001:0:9d38:953c:a8:2109:f538:ead5/128 On-link 9 291 fe80::/64 On-link 13 281 fe80::/64 On-link 2 331 fe80::/64 On-link 2 331 fe80::a8:2109:f538:ead5/128 On-link 9 291 fe80::5c48:1511:51d5:3d0/128 On-link 13 281 fe80::f119:b108:afc5:b216/128 On-link 1 331 ff00::/8 On-link 2 331 ff00::/8 On-link 9 291 ff00::/8 On-link 13 281 ff00::/8 On-link =========================================================================== Persistent Routes: None PS C:\Windows\system32> nslookup openvpn.net Server: google-public-dns-a.google.com Address: 8.8.8.8 Non-authoritative answer: Name: openvpn.net Addresses: 104.20.195.50 104.20.194.50 PS C:\Windows\system32> ping openvpn.net Pinging openvpn.net [209.85.159.137] with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 209.85.159.137: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss), PS C:\Windows\system32> route change 0.0.0.0 mask 0.0.0.0 10.199.21.1 OK! PS C:\Windows\system32> nslookup openvpn.net Server: google-public-dns-a.google.com Address: 8.8.8.8 Non-authoritative answer: Name: openvpn.net Addresses: 104.20.195.50 104.20.194.50 PS C:\Windows\system32> ping openvpn.net Pinging openvpn.net [104.20.195.50] with 32 bytes of data: Reply from 104.20.195.50: bytes=32 time=336ms TTL=59 Reply from 104.20.195.50: bytes=32 time=333ms TTL=59 Reply from 104.20.195.50: bytes=32 time=340ms TTL=59 Reply from 104.20.195.50: bytes=32 time=351ms TTL=59 Ping statistics for 104.20.195.50: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 333ms, Maximum = 351ms, Average = 340ms PS C:\Windows\system32> route change 0.0.0.0 mask 0.0.0.0 192.168.0.254 OK! PS C:\Windows\system32> nslookup openvpn.net Server: google-public-dns-a.google.com Address: 8.8.8.8 Non-authoritative answer: Name: openvpn.net Addresses: 104.20.195.50 104.20.194.50 PS C:\Windows\system32> ping openvpn.net Pinging openvpn.net [209.85.159.137] with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 209.85.159.137: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),