Hiya.
Been having some issues with my internet, it's been extremely slow, for example a visit to Google homepage can take close to a minute before it has loaded completely, and then just before I made this thread I was stuck in FireFox with that the page couldn't load because of the message "Server not found" and everytime I clicked try again nothing happened I was presented with the same boring page.
I also recieved a dns_probe_finished_no_internet in Comodo Dragon while testing out different browsers.
I disabled IPv6 and netbios over tcp/ip in W10 and disabled also some settings in FF that had to do with IPv6 and DNS server but I've been unable to find it in my FF history.
I've also tried using a different DNS server rather than get one from my modem/router.
I did a bat file yesterday with these entries that I heard would possibly solve some issues:I hope someone has something for me, I don't expect to find/get a solution in a smack.Code:ipconfig /releaseipconfig /allipconfig /flushdnsipconfig /renewnetsh int ip set dns (This one I skipped) netsh winsock reset
Cheers, Boris
You can find a few more reset commands here.
[Batch] Windows Network Fix - Pastebin.com
And which ones do you recommend for me to use?
I usually run the whole bat.
And a restart is required`?
Yes, it is actually included in the bat.
Mhm I'll let it run now, fingers crossed!
Domo arigato
Hm, was a bit faster once I restarted but overall it hasn't really changed. Still gets loads of "Server not found".
The only other possibility I can think of is that I'm using a PCI Express network port card.
I also get these things from time to time:
I used to get that error a lot, until I setup IP and DNS manually. It is a bit inconvenient, but more reliable.
Not to mention, that I have disabled ALL network services, they only cause problems, starting with nsi.
For the record, I also delete all network protocols, but IPv4 and I disable IPv6/NetBIOS/LMHosts:
netsh int ipv6 isatap set state disabled
netsh int teredo set state disabled
netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled
reg add "HKLMSystemCurrentControlSetServicesTcpip6Parameters" /v "DisabledComponents" /t REG_DWORD /d "255" /f
reg add "HKLMSYSTEMCurrentControlSetServicesNetBTParameters" /v "EnableLMHOSTS" /t REG_DWORD /d "0" /f
wmic nicconfig where TcpipNetbiosOptions=0 call SetTcpipNetbios 2
wmic nicconfig where TcpipNetbiosOptions=1 call SetTcpipNetbios 2
Settings up different DNS servers never hurt as well:
wmic nicconfig where (IPEnabled=TRUE and DHCPEnabled=FALSE) call SetDNSServerSearchOrder ("208.67.220.220","208.67.222.222")
Okay I will try to remember to run the bat before I go to bed tonight.
One other thing is there a normal value for the sent and recieved bytes in the activity section of the local area connection information window?
