| | |
DNS error cannot find server
Thread Solved |
•
•
Join Date: Feb 2005
Posts: 5
Reputation:
Solved Threads: 0
I have windows XP home and have beed downloading the updates as notified. I have installed SP2 and i am using AVG free as my virus protection etc.
Recently though i have been unable to brouse any internet pages and just get the DNS error cannot find server page. Around the same time a message appreared on my screen "common client user session has encountered a problem and needs to close". The following information is attached to the message, ERROR SIGNATURE. APPVER 2.1.5.1, APPNAME:CCAP.exe, MODVER 0.0.0.0, offset 0192fd7d. None of which means anything to me?
My connection status tells me that i am connected, however when i click the internet button i go straight to the DNS error page.
I don't believe that i have changed any of my interet setting, my service provider is Tiscali but they do not seem to be much help!!
Any help would be greatly appriciated.
Recently though i have been unable to brouse any internet pages and just get the DNS error cannot find server page. Around the same time a message appreared on my screen "common client user session has encountered a problem and needs to close". The following information is attached to the message, ERROR SIGNATURE. APPVER 2.1.5.1, APPNAME:CCAP.exe, MODVER 0.0.0.0, offset 0192fd7d. None of which means anything to me?
My connection status tells me that i am connected, however when i click the internet button i go straight to the DNS error page.
I don't believe that i have changed any of my interet setting, my service provider is Tiscali but they do not seem to be much help!!
Any help would be greatly appriciated.
•
•
Join Date: Jan 2005
Posts: 23
Reputation:
Solved Threads: 1
•
•
•
•
Originally Posted by tankbomb
I have windows XP home and have beed downloading the updates as notified. I have installed SP2 and i am using AVG free as my virus protection etc.
Recently though i have been unable to brouse any internet pages and just get the DNS error cannot find server page. Around the same time a message appreared on my screen "common client user session has encountered a problem and needs to close". The following information is attached to the message, ERROR SIGNATURE. APPVER 2.1.5.1, APPNAME:CCAP.exe, MODVER 0.0.0.0, offset 0192fd7d. None of which means anything to me?
My connection status tells me that i am connected, however when i click the internet button i go straight to the DNS error page.
I don't believe that i have changed any of my interet setting, my service provider is Tiscali but they do not seem to be much help!!
Any help would be greatly appriciated.
Ok... do me a quick favor... In the C:\WINDOWS\SYSTEM32\DRIVERS\ETC folder on your computer there will be a file named "hosts" open it with notepad and scroll to the bottom of the file. Are there a lot of ip addresses and websites listed in this file?
•
•
Join Date: Feb 2005
Posts: 5
Reputation:
Solved Threads: 0
•
•
•
•
Originally Posted by gefflong
Ok... do me a quick favor... In the C:\WINDOWS\SYSTEM32\DRIVERS\ETC folder on your computer there will be a file named "hosts" open it with notepad and scroll to the bottom of the file. Are there a lot of ip addresses and websites listed in this file?
Sorry for delay this prob is on my home computer, I have checked the above (opening with notepad) but the only text is the example of how the ip addresses are listed.
Whilst in the system32 folder i noticed an error32 dat which was shown to be an adware that i cannot delete manaually??
•
•
Join Date: Jan 2005
Posts: 23
Reputation:
Solved Threads: 1
•
•
•
•
Originally Posted by tankbomb
Sorry for delay this prob is on my home computer, I have checked the above (opening with notepad) but the only text is the example of how the ip addresses are listed.
Whilst in the system32 folder i noticed an error32 dat which was shown to be an adware that i cannot delete manaually??
If you don't have the program called hijackthis, you should probably get it. You can find it several places by doing a google search for it. You can save a log file and then post it on the proper forum and someone will help you decipher it.
•
•
Join Date: Feb 2005
Posts: 5
Reputation:
Solved Threads: 0
•
•
•
•
Originally Posted by gefflong
Ok, then you are dealing with some spyware/malware/virii or such that likes to hijack the internet connection/browser. Try running spybot or adaware in safe mode and see what it will clean up. If it still can't delete some files, then that can be done on the command line with the attrib command. Let me know if you need more info on how to do that.
If you don't have the program called hijackthis, you should probably get it. You can find it several places by doing a google search for it. You can save a log file and then post it on the proper forum and someone will help you decipher it.
I will try the first suggestion, but i would like some info on what to do with the command line just in case.
Cheers
•
•
Join Date: Jan 2005
Posts: 23
Reputation:
Solved Threads: 1
•
•
•
•
Originally Posted by tankbomb
I will try the first suggestion, but i would like some info on what to do with the command line just in case.
Cheers
Anyway, boot up with windows xp disk and choose the recovery console, that will get you to a command line. Once you get there, you will use the attrib command. your command will look something like this
attrib c:\windows\system32\error32.dat
it will then tell you what attributes it has. It will probably show an R, but could also show an A S or H. Whatever letters it shows is what you will take off. For example if you do the attrib command and it says R to the left of the filename... you will have to get rid of the R. To do that, the command would be
attrib -R c:\windows\system32\error32.dat
If there was an H also, you would do this
attrib -R -H c:\windows\system32\error32.dat
you get the idea. Once you change the attributes than you should be able to delete it from the command line by typing
del c:\windows\system32\error32.dat
in the command prompt, type in
ipfconfig /all
and see what your IP Address is. If it's something other than 169.254.xxx.xxx, then you should be in okay shape. If it is not 169.254....., then try pinging what's listed as your default gateway. If you can ping that, then ping what's listed as the DNS servers. If you can get there, then try running ipconfig /flushdns, perhaps.
Also, try disabling any firewalls. I don't suspect any malware personally, but gefflong could be on some track I'm not aware of. But, in a situation like this, I generally start performing TCP/IP troubleshooting, which usually leads me to the likely source of the issue. That error you provided sounds like a firewall issue, so your firewall would be a good place to start.
ipfconfig /all
and see what your IP Address is. If it's something other than 169.254.xxx.xxx, then you should be in okay shape. If it is not 169.254....., then try pinging what's listed as your default gateway. If you can ping that, then ping what's listed as the DNS servers. If you can get there, then try running ipconfig /flushdns, perhaps.
Also, try disabling any firewalls. I don't suspect any malware personally, but gefflong could be on some track I'm not aware of. But, in a situation like this, I generally start performing TCP/IP troubleshooting, which usually leads me to the likely source of the issue. That error you provided sounds like a firewall issue, so your firewall would be a good place to start.
Alex Cavnar, aka alc6379
•
•
Join Date: Jan 2005
Posts: 23
Reputation:
Solved Threads: 1
•
•
•
•
Originally Posted by alc6379
in the command prompt, type in
ipfconfig /all
and see what your IP Address is. If it's something other than 169.254.xxx.xxx, then you should be in okay shape. If it is not 169.254....., then try pinging what's listed as your default gateway. If you can ping that, then ping what's listed as the DNS servers. If you can get there, then try running ipconfig /flushdns, perhaps.
Also, try disabling any firewalls. I don't suspect any malware personally, but gefflong could be on some track I'm not aware of. But, in a situation like this, I generally start performing TCP/IP troubleshooting, which usually leads me to the likely source of the issue. That error you provided sounds like a firewall issue, so your firewall would be a good place to start.
![]() |
Similar Threads
- DNS ERROR (Domains and DNS)
- error "cannot find server- Microsoft Internet Explorer". (Web Browsers)
- DNS Error...Cannot find server when connecting to secure sites (Viruses, Spyware and other Nasties)
- DNS Error on IE and Firefox when browsing (Viruses, Spyware and other Nasties)
- "Cannot find server or DNS Error" (Web Browsers)
- Browser error: Cannot fine server or DNS error (Viruses, Spyware and other Nasties)
Other Threads in the Windows NT / 2000 / XP Forum
- Previous Thread: Windows XP Home SP2 - lock up
- Next Thread: cannot create new limited users
| Thread Tools | Search this Thread |
.net 64bit 2007 2010 a.exe address apache appstore arm automatically black blue book bsod bulletin canonical cellphones codeplex computer crash cursor deployment deployments desktop desktops dns dotnetnuke drive eartlink error errors explorer fax features folder fontmanagers format framework freeze hardware home internet interoperability killprocess laptop linux load login mac memory microsoft monitor motionle1600 netbooks novell nvidia open operatingsystems options osx palm patch printer product program proxy reformat remotedesktop repair replacingraiddrive retail retrieve screen security sharepoint simplifiedchinese sitetositevpn slowperformance technology unreadable update usb verizon videodrivers videogames virus vista visual vpn vulnerability wab win win32/heur windows windows7 windowsxp windowsxpnotstartingup. worm xp xpde






