Skip to content

Instantly share code, notes, and snippets.

@sdekock
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdekock/2e9ae77bd6b935cd7e27 to your computer and use it in GitHub Desktop.
Save sdekock/2e9ae77bd6b935cd7e27 to your computer and use it in GitHub Desktop.
Win 10 DNS issue: No VPN connection
C:\Users\Steven>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : DESKTOP2
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Ethernet 2:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) Ethernet Connection I217-V
Physical Address. . . . . . . . . : 74-D0-2B-C5-94-02
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.0.50(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 8.8.8.8
8.8.4.4
NetBIOS over Tcpip. . . . . . . . : Enabled
Tunnel adapter isatap.{5551C23B-1C5A-4B7F-813C-9E7D3F13FAE2}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter Teredo Tunneling Pseudo-Interface:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Teredo Tunneling Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : 2001:0:9d38:6abd:842:112a:ae5a:d9dd(Preferred)
Link-local IPv6 Address . . . . . : fe80::842:112a:ae5a:d9dd%5(Preferred)
Default Gateway . . . . . . . . . : ::
DHCPv6 IAID . . . . . . . . . . . : 419430400
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-19-D9-DC-DB-74-D0-2B-C5-97-3B
NetBIOS over Tcpip. . . . . . . . : Disabled
C:\Users\Steven>route print
===========================================================================
Interface List
8...74 d0 2b c5 94 02 ......Intel(R) Ethernet Connection I217-V
1...........................Software Loopback Interface 1
4...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
5...00 00 00 00 00 00 00 e0 Microsoft Teredo Tunneling Adapter
===========================================================================
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.50 266
127.0.0.0 255.0.0.0 On-link 127.0.0.1 306
127.0.0.1 255.255.255.255 On-link 127.0.0.1 306
127.255.255.255 255.255.255.255 On-link 127.0.0.1 306
192.168.0.0 255.255.255.0 On-link 192.168.0.50 266
192.168.0.50 255.255.255.255 On-link 192.168.0.50 266
192.168.0.255 255.255.255.255 On-link 192.168.0.50 266
224.0.0.0 240.0.0.0 On-link 127.0.0.1 306
224.0.0.0 240.0.0.0 On-link 192.168.0.50 266
255.255.255.255 255.255.255.255 On-link 127.0.0.1 306
255.255.255.255 255.255.255.255 On-link 192.168.0.50 266
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
0.0.0.0 0.0.0.0 192.168.0.1 Default
0.0.0.0 0.0.0.0 192.168.0.1 Default
===========================================================================
IPv6 Route Table
===========================================================================
Active Routes:
If Metric Network Destination Gateway
5 306 ::/0 On-link
1 306 ::1/128 On-link
5 306 2001::/32 On-link
5 306 2001:0:9d38:6abd:842:112a:ae5a:d9dd/128
On-link
5 306 fe80::/64 On-link
5 306 fe80::842:112a:ae5a:d9dd/128
On-link
1 306 ff00::/8 On-link
5 306 ff00::/8 On-link
===========================================================================
Persistent Routes:
None
C:\Users\Steven>nslookup google.com
Server: google-public-dns-a.google.com
Address: 8.8.8.8
Non-authoritative answer:
Name: google.com
Addresses: 2a00:1450:400c:c05::71
64.15.124.217
64.15.124.212
64.15.124.213
64.15.124.214
64.15.124.219
64.15.124.216
64.15.124.218
64.15.124.215
C:\Users\Steven>nslookup ws0138
Server: google-public-dns-a.google.com
Address: 8.8.8.8
*** google-public-dns-a.google.com can't find ws0138: Non-existent domain
C:\Users\Steven>nslookup ws0138.itemsolutions.be
Server: google-public-dns-a.google.com
Address: 8.8.8.8
*** google-public-dns-a.google.com can't find ws0138.itemsolutions.be: Non-existent domain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment