computing
  • 5

Solved How To Correct DNS Error Cannot Find Server

  • 5

My netbook running Windows CE 6 shows connected thru wifi, but Internet Explorer returns the message “Cannot find server or DNS Error” no matter what site I try to access. What are the correct Internet Explorer settings or configuration?

Share

1 Answer

  1. You can also run the Internet Connections troubleshooter by:

    1. Clicking the Start button , and then clicking Control Panel.

    2. In the search box, type troubleshooter, and then click Troubleshooting.

    3. Under Network and Internet, click Connect to the Internet.

    Flush DNS and request a new IP address from your ISP server by following these steps.

    * Click Start
    * Click run
    * In the run box type cmd.exe and click OK
    * When the command prompt opens type the following. ENTER after each new line.
    * ipconfig /flushdns
    ipconfig /release
    ipconfig /renew
    exit

    • 0