Windows 10 Windows 10 home - IP layer network issues after updating to 2004.

  • Thread starter Thread starter DanTP
  • Start date Start date
D

DanTP

After updating to windows version 2004, I suffer a really perplexing network issue:


+IP configuration is normal (and identical as before update to 2004).

+Ping to any IP (gateway and internet IP's) works fine

-No TCP/UDP seems to work for any windows app (including browsers, steam, etc.)

-nslookup produces no console output at all, and windows event log reports an APPCRASH every time it is run

+Everything *does* work fine in windows subsystem for linux (in the Ubuntu App I can use nslookup and it works, and I can download files from internet using wget over http etc.)


I did all the usual things like the network diagnostics and updating system, updating drivers, everything is up to date.


The only way to fix the issue was to rollback windows version.

I am running windows 10 home 1909 (19363.1198), which upgraded to 2004.


The only strange thing I noticed was some sort of network/security DOM errors in windows event viewer.


Details are below:


C:\Users\dan>ipconfig /all



Windows IP Configuration



Host Name . . . . . . . . . . . . : DESKTOPDAN

Primary Dns Suffix . . . . . . . :

Node Type . . . . . . . . . . . . : Hybrid

IP Routing Enabled. . . . . . . . : No

WINS Proxy Enabled. . . . . . . . : No



Ethernet adapter Ethernet 6:



Connection-specific DNS Suffix . : <removed>

Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller

Physical Address. . . . . . . . . : <removed>

DHCP Enabled. . . . . . . . . . . : Yes

Autoconfiguration Enabled . . . . : Yes

IPv4 Address. . . . . . . . . . . : 192.168.5.33(Preferred)

Subnet Mask . . . . . . . . . . . : 255.255.255.0

Lease Obtained. . . . . . . . . . : Wednesday, 18 November 2020 6:23:43 PM

Lease Expires . . . . . . . . . . : Thursday, 19 November 2020 6:23:43 PM

Default Gateway . . . . . . . . . : 192.168.5.1

DHCP Server . . . . . . . . . . . : 192.168.5.1

DNS Servers . . . . . . . . . . . : 192.168.5.1

NetBIOS over Tcpip. . . . . . . . : Enabled



C:\Users\dan>ping 192.168.5.1



Pinging 192.168.5.1 with 32 bytes of data:

Reply from 192.168.5.1: bytes=32 time=7ms TTL=64



Ping statistics for 192.168.5.1:

Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 7ms, Maximum = 7ms, Average = 7ms

Control-C

^C

C:\Users\dan>ping 8.8.8.8



Pinging 8.8.8.8 with 32 bytes of data:

Reply from 8.8.8.8: bytes=32 time=28ms TTL=119



Ping statistics for 8.8.8.8:

Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 28ms, Maximum = 28ms, Average = 28ms

Control-C

^C

C:\Users\dan>nslookup microsoft.com



C:\Users\dan>

C:\Users\dan>nslookup microsoft.com 8.8.8.8



C:\Users\dan>




======================================


dan@DESKTOPDAN:~$ nslookup google.com

Server: 192.168.5.1

Address: 192.168.5.1#53



Non-authoritative answer:

Name: google.com

Address: 216.58.200.110

Name: google.com

Address: 2404:6800:4006:810::200e



dan@DESKTOPDAN:~$ wget google.com

--2020-11-18 18:35:13-- Google

Resolving google.com (google.com)... 216.58.200.110, 2404:6800:4006:810::200e

Connecting to google.com (google.com)|216.58.200.110|:80... connected.

HTTP request sent, awaiting response... 301 Moved Permanently

Location: Google [following]

--2020-11-18 18:35:13-- Google

Resolving www.google.com (www.google.com)... 216.58.200.100, 2404:6800:4006:803::2004

Connecting to www.google.com (www.google.com)|216.58.200.100|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: unspecified [text/html]

Saving to: ‘index.html’



index.html [ <=> ] 13.39K --.-KB/s in 0.02s



2020-11-18 18:35:13 (650 KB/s) - ‘index.html’ saved [13707]



==========================

Continue reading...
 
Back
Top