Windows 10: DNS Cache

Discus and support DNS Cache in Windows 10 Network and Sharing to solve the problem; I have a site that was pointed to shopify, and then closed the store. Now when I try to load the new site, it always directs to the closed shopify... Discussion in 'Windows 10 Network and Sharing' started by jamesk, Jan 13, 2016.

  1. jamesk Win User

    DNS Cache


    I have a site that was pointed to shopify, and then closed the store. Now when I try to load the new site, it always directs to the closed shopify site. If I do a dns reset using ipconfig /flushdns it will work for a while, but then always reverts back. So I have to reset many times per day.
    Any ideas on how to get this setup so that the dns is not changing..?
    thanks
    james

    :)
     
    jamesk, Jan 13, 2016
    #1

  2. I can't log into my Microsoft account or use the Store since Anniversary Update

    There is no notification about this problem. I tried changing my DNS to Google's DNS, flushed
    my DNS cache
    & nothing changed. I then tried Open DNS, flushed
    my DNS cache
    & still nothing. I don't know what else to try to fix this issue beyond doing a clean install.
     
    eisnerguy2, Jan 13, 2016
    #2
  3. Boot bug and DNS CLIENT event BUG?

    Try disabling DNS client.

    To start View your dns cache, always good to know what is in there which may be helpful

    ipconfig /displaydns In elevated command

    Then clear your dns cache

    To clear your DNS cache

    >Click Start.

    >Elevated CMD

    >Run the following command: ipconfig /flushdns.

    Disable DNS Cache

    >R-click Start

    >Run>Service.msc

    >Scroll to DNS Client

    >Stop and disable.

    your store apps will not work.

    Myself I never Enable DNS Client and is always disabled. I don't use store or apps.
     
    bfvetscolakid, Jan 13, 2016
    #3
  4. simrick Win User

    DNS Cache

    Hi jamesk and welcome to Tenforums.

    Please advise what browser(s) you are using and uninstall all toolbars in all of them.

    Let's check for infection
    -download and run RKILL
    This is a little program that will stop any malicious running processes temporarily until next boot. After running, it places a text file on your desktop - paste that info here.

    - download, install and run Malwarebytes Antimalware Free
    Update the definitions and go into settings and select the box to scan for Rootkits as well as everything else that is already checked. Do a custom scan and select your entire C: drive.

    Let us know if it finds anything. Reboot if asked to. If you do reboot, run RKILL again.

    Depending on your response, I'll give you next steps.
     
    simrick, Jan 13, 2016
    #4
  5. jamesk Win User
    Here is the rkill txt
    Rkill 2.8.3 by Lawrence Abrams (Grinler)
    BleepingComputer.com - News, Reviews, and Technical Support
    Copyright 2008-2016 BleepingComputer.com
    More Information about Rkill can be found at this link:
    RKill - What it does and What it Doesnt - A brief introduction to the program - Anti-Virus, Anti-Malware, and Privacy Software

    Program started at: 01/14/2016 05:37:55 PM in x64 mode.
    Windows Version: Windows 10 Home

    Checking for Windows services to stop:

    * No malware services found to stop.

    Checking for processes to terminate:

    * No malware processes found to kill.

    Checking Registry for malware related settings:

    * No issues found in the Registry.

    Resetting .EXE, .COM, & .BAT associations in the Windows Registry.

    Performing miscellaneous checks:

    * Windows Firewall Disabled

    [HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile]
    "EnableFirewall" = dword:00000000
     
    jamesk, Jan 13, 2016
    #5
  6. simrick Win User
    Everything looks good except this. What are you using for a firewall? Do you have a 3rd-party firewall installed? If not, you will need to edit the registry and change that to "1". (Well, I would try turning it on through Windows, before I would edit the registry....)
     
    simrick, Jan 13, 2016
    #6
  7. f14tomcat Win User
    Something may have messed with your hosts file. That is a system file that will redirect any IP address to another, hard coded. Check these instructions to view/edit the system hosts file. There may be something in there causing you problems. Beginner Geek: How To Edit Your Hosts File

    This is what a plain vanilla hosts file should look like. This is straight off my desktop, just upgraded to 11099.

    It is in this folder.... C:\Windows\System32\drivers\etc. Filename is "hosts". You can open it with Notepad.

    ----------------------------------------------------------------------------------------------------------------------------------------

    # Copyright (c) 1993-2009 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    # 102.54.94.97 rhino.acme.com # source server
    # 38.25.63.10 x.acme.com # x client host

    # localhost name resolution is handled within DNS itself.
    # 127.0.0.1 localhost
    # ::1 localhost
     
    f14tomcat, Jan 13, 2016
    #7
  8. simrick Win User

    DNS Cache

    If there were any changes to a plain vanilla Hosts file, RKILL would have listed that in the report.
     
    simrick, Jan 13, 2016
    #8
  9. jamesk Win User
    I had the windows firewall off, so I turned it on. Running the malware scan now...
     
    jamesk, Jan 13, 2016
    #9
  10. jamesk Win User
    This is my hosts file...
    # Copyright (c) 1993-2009 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    # 102.54.94.97 rhino.acme.com # source server
    # 38.25.63.10 x.acme.com # x client host

    # localhost name resolution is handled within DNS itself.
    # 127.0.0.1 localhost
    # 162.255.118.46 tshirtsbyjames.com
    # ::1 localhost
    192.168.199.119 HPSCANNER
     
    jamesk, Jan 13, 2016
    #10
  11. simrick Win User
    Okay, let us know what it finds, if anything.
     
    simrick, Jan 13, 2016
    #11
  12. jamesk Win User
    I have a site using the ip 162.255.118.46 but it will always switch back to the shopify store ip.... 23.227.38.32
    I have tried shutting down the DNS Client, but it always starts back up..
    Nothing showed up on the malware scan.
     
    jamesk, Jan 13, 2016
    #12
  13. simrick Win User

    DNS Cache

    What browsers are installed on the system?
    Do you have Ccleaner installed?
     
    simrick, Jan 13, 2016
    #13
  14. simrick Win User
    Seems there are some issues with that IP
    https://www.virustotal.com/en/ip-add...6/information/

    Better get Malwarebytes Antiexploit installed on your system, and don't turn the firewall off!

    Please advise what browser(s) you are using and uninstall all toolbars in all of them.
     
    simrick, Jan 13, 2016
    #14
  15. gl3nborj Win User
    Check your browser's shortcuts under settings, there should be some links to the old site being triggered.

    Or maybe a redirect page, because as of now it returns 404 and the only running site is under 23.227.38.32 which is the new site for shopify...
     
    gl3nborj, Jan 14, 2016
    #15
Thema:

DNS Cache

Loading...
  1. DNS Cache - Similar Threads - DNS Cache

  2. Flush DNS Cache Problem

    in Windows 10 Gaming
    Flush DNS Cache Problem: Netflix won't open, so I searched the web, which told me to flush the DNS cache, I did flush the DNS cache, but the problem was not solved. I tried reinstalling Netflix, but the Microsoft Store takes a long time to load. Also, can't open the Windows update. It says that I...
  3. Flush DNS Cache Problem

    in Windows 10 Software and Apps
    Flush DNS Cache Problem: Netflix won't open, so I searched the web, which told me to flush the DNS cache, I did flush the DNS cache, but the problem was not solved. I tried reinstalling Netflix, but the Microsoft Store takes a long time to load. Also, can't open the Windows update. It says that I...
  4. W10, DNS Cache mystery CPU usage, and now I can't stop the service

    in Windows 10 BSOD Crashes and Debugging
    W10, DNS Cache mystery CPU usage, and now I can't stop the service: I am extremely livid right now.So DNS Client on Windows 10 has, for as far back as I can remember, had a bug that causes it to constantly eat up around 10% of my CPU forever after every time I reboot my computer. This matters a lot, as my computer has some kind of other...
  5. W10, DNS Cache mystery CPU usage, and now I can't stop the service

    in Windows 10 Gaming
    W10, DNS Cache mystery CPU usage, and now I can't stop the service: I am extremely livid right now.So DNS Client on Windows 10 has, for as far back as I can remember, had a bug that causes it to constantly eat up around 10% of my CPU forever after every time I reboot my computer. This matters a lot, as my computer has some kind of other...
  6. W10, DNS Cache mystery CPU usage, and now I can't stop the service

    in Windows 10 Software and Apps
    W10, DNS Cache mystery CPU usage, and now I can't stop the service: I am extremely livid right now.So DNS Client on Windows 10 has, for as far back as I can remember, had a bug that causes it to constantly eat up around 10% of my CPU forever after every time I reboot my computer. This matters a lot, as my computer has some kind of other...
  7. Why is Minecraft in my DNS cache? I remember having Minecraft, but I deleted it ages ago.

    in Windows 10 Ask Insider
    Why is Minecraft in my DNS cache? I remember having Minecraft, but I deleted it ages ago.: [ATTACH] submitted by /u/SpyderGamer [link] [comments] https://www.reddit.com/r/Windows10/comments/v6afoc/why_is_minecraft_in_my_dns_cache_i_remember/
  8. How to display all cached DNS entries on Windows

    in Windows 10 News
    How to display all cached DNS entries on Windows: The Windows operating system uses a cache for DNS entries. DNS (Domain Name System) is a core technology of the Internet that is being used for communication. In particular, it is used to lookup IP addresses of domain names. [ATTACH] When users type a domain name in the...
  9. How do I flush dns cache windows 10 microsoft edge ?

    in Windows 10 Network and Sharing
    How do I flush dns cache windows 10 microsoft edge ?: How do I flush dns cache windows 10 microsoft edge ? https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-flush-dns-cache-windows-10-microsoft-edge/a4daef52-2e55-4e5d-b279-1c5624a01f42
  10. Shortcut to flush DNS Cache

    in Windows 10 Network and Sharing
    Shortcut to flush DNS Cache: I am trying to create a shortcut to flush my DNS cache to avoid having to open the command prompt and enter the ipconfig command each time. I have seen two methods to supposedly do this. In the first method, I create a batch file with the ipconfig.exe /flushdns command, save...