Some sites i cant access says "took too long respond" and some sites dont load completely

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AdamK666
    PCHF Member
    • Aug 2019
    • 1

    #1

    Some sites i cant access says "took too long respond" and some sites dont load completely

    I’ve accidentally changed my wifi IP address in cmd while trying to access private DHCP by using the ethernet cable but I couldn’t access either. After disconnecting the ethernet, I try to use my own iPhone as a hotspot, some sites I couldn’t access and it says took too long to respond. I’ve tried:-

    Clear browser cache, history, and cookies
    Reset Chrome browser settings
    Restart DNS client
    Change IPv4 DNS Address
    Reset the Chrome profile Sync
    Remove browser extension from Chrome
    Reset TCP/IP
    Reinstall Chrome
    Install another web browser
    Flush DNS
    netsh int IP reset
    I also reset my PC

    and I don’t know how to restore it. I use my iPhone as a hotspot device. any leads?
    I’ve tried on youtube but it still dint get what I want
  • Bruce
    PCHF Moderator
    • Oct 2017
    • 10699

    #2
    when you say you β€œreset my PC” - do you mean rebooted it or reloaded Windows?
    what are your current IP addresses - IP addr, subnet mask, default gateway and DNS servers?

    Comment

    • Malnutrition
      PCHF Moderator
      • Jul 2016
      • 7041

      #3
      Create and run batch file.

      Open a notepad and copy the entire content of the code box below.
      Paste the txt into the notepad. Save the file to your desktop as InternetFlush.bat
      Now you will right click the on InternetFlush.bat and run as administrator.
      Note: If you are using a third party firewall – you will want to leave out the top two lines of the script.
      At the end of the batch file there will be a prompt to
      Warning: This batch file will reboot your machine when complete! Save all work prior to running!!
      Code:
      netsh advfirewall reset
      netsh advfirewall set allprofiles state ON
      ipconfig /flushdns
      netsh winsock reset catalog
      netsh int ip reset c:\resetlog.txt
      ipconfig /release
      ipconfig /renew
      netsh int ipv4 reset
      netsh int ipv6 reset
      bitsadmin /reset /allusers
      reg delete HKLM\SOFTWARE\Policies\Microsoft\Windows\IPSec\Policy\Local /f
      reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\IPSec\Policy\Local /f
      netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled
      netsh interface ipv6 isatap set state state=disabled
      netsh interface teredo set state disabled
      netsh interface tcp set global autotuning=disabled
      reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF
      for /F "tokens=*" %%a in ('wevtutil.exe el') DO wevtutil.exe cl "%%a"
      shutdown -r

      Comment

      • phillpower2
        PCHF Administrator
        • Sep 2016
        • 15206

        #4
        Any update AdamK666?

        Comment

        • veeg
          PCHF Director
          • Jul 2016
          • 8980

          #5
          Any updates? After 48 hrs this thread will be closed.

          Comment

          Working...