954,255 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

DNS error cannot find server

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. :confused:

tankbomb
Newbie Poster
5 posts since Feb 2005
Reputation Points: 10
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. :confused:


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?

gefflong
Newbie Poster
23 posts since Jan 2005
Reputation Points: 10
Solved Threads: 1
 
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?? :confused:

tankbomb
Newbie Poster
5 posts since Feb 2005
Reputation Points: 10
Solved Threads: 0
 
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?? :confused:

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.

gefflong
Newbie Poster
23 posts since Jan 2005
Reputation Points: 10
Solved Threads: 1
 

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 :)

tankbomb
Newbie Poster
5 posts since Feb 2005
Reputation Points: 10
Solved Threads: 0
 
I will try the first suggestion, but i would like some info on what to do with the command line just in case. Cheers :)

if you boot up your computer with your windows xp cd, and that's assuming you have one... If all you have is a restore disk, then this won't work...

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

gefflong
Newbie Poster
23 posts since Jan 2005
Reputation Points: 10
Solved Threads: 1
 

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.

alc6379
Cookie... That's it
Team Colleague
2,820 posts since Dec 2003
Reputation Points: 186
Solved Threads: 147
 

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.

This can definitely be checked, and I would have just jumped to the checking pings and whatnot first, but since he mentioned having error32.dat and not being able to delete it, I've seen it a couple times before when dealing with startpage trojans and browser hijackers. Both times I've worked with error32.dat being one of the problems, the browser wouldn't go anywhere even when connected (one was on dialup). Once I got that and anything related cleaned up... the browser worked again.

gefflong
Newbie Poster
23 posts since Jan 2005
Reputation Points: 10
Solved Threads: 1
 

Oh, and another thing I've seen it do before is add porno links to your favorites list. Check your favorites and see if any are in there... Well, if there are any in there that you didn't add. :)

gefflong
Newbie Poster
23 posts since Jan 2005
Reputation Points: 10
Solved Threads: 1
 

Thanks again for the advice, I wil try the last few threads this evening and let you know the outcome tomorrow.
Cheers.

tankbomb
Newbie Poster
5 posts since Feb 2005
Reputation Points: 10
Solved Threads: 0
 
Thanks again for the advice, I wil try the last few threads this evening and let you know the outcome tomorrow. Cheers.

Success, Thanks for all the advice, were BACK ON LINE!!!! :)

tankbomb
Newbie Poster
5 posts since Feb 2005
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You