944,084 Members | Top Members by Rank

Ad:
You are currently viewing page 1 of this multi-page discussion thread
Feb 22nd, 2005
0

DNS error cannot find server

Expand Post »
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.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
tankbomb is offline Offline
5 posts
since Feb 2005
Feb 23rd, 2005
0

Re: DNS error cannot find server

Quote 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?
Reputation Points: 10
Solved Threads: 1
Newbie Poster
gefflong is offline Offline
23 posts
since Jan 2005
Feb 24th, 2005
0

Re: DNS error cannot find server

Quote 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??
Reputation Points: 10
Solved Threads: 0
Newbie Poster
tankbomb is offline Offline
5 posts
since Feb 2005
Feb 24th, 2005
0

Re: DNS error cannot find server

Quote 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??
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.
Reputation Points: 10
Solved Threads: 1
Newbie Poster
gefflong is offline Offline
23 posts
since Jan 2005
Feb 25th, 2005
0

Re: DNS error cannot find server

Quote 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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
tankbomb is offline Offline
5 posts
since Feb 2005
Feb 25th, 2005
0

Re: DNS error cannot find server

Quote 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
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
Reputation Points: 10
Solved Threads: 1
Newbie Poster
gefflong is offline Offline
23 posts
since Jan 2005
Mar 1st, 2005
0

Re: DNS error cannot find server

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.
Team Colleague
Reputation Points: 186
Solved Threads: 147
Cookie... That's it
alc6379 is offline Offline
2,519 posts
since Dec 2003
Mar 1st, 2005
0

Re: DNS error cannot find server

Quote 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.
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.
Reputation Points: 10
Solved Threads: 1
Newbie Poster
gefflong is offline Offline
23 posts
since Jan 2005
Mar 1st, 2005
0

Re: DNS error cannot find server

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.
Reputation Points: 10
Solved Threads: 1
Newbie Poster
gefflong is offline Offline
23 posts
since Jan 2005
Mar 3rd, 2005
0

Re: DNS error cannot find server

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

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Windows NT / 2000 / XP Forum Timeline: Windows XP Home SP2 - lock up
Next Thread in Windows NT / 2000 / XP Forum Timeline: cannot create new limited users





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC