Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Major problem here that I cant figure out! pandlstrategies.com works fine on some machines and in some locations, but keeps timing out on others, mine being one of them. I can not get to my domain and the major problem is I cant download email using Outlook.

When I go to a web mail program such as Yahoo or Live I can retrieve my email from my mail server using this machine but when I try to use Outlook it tells me name server not found.

I ran ipconfig / flushdns and then nslookup and here is what I got:

Nslookup pandlstrategies.com

server:  pandlstrategies.com

address:  66.185.28.159

dns request timed out

time out was 2 seconds

request to pandlstrategies.com timed-out

I work all day in email and I REALLY need to be able to use Outlook. Machine is XP with SP3 using Outlook Express 2003

share|improve this question

4 Answers

You can use a program called NameBench to check your DNS servers and find faster/more accurate ones. NameBench Site

You can also run Netalyzer to see if there is a larger problem with your network.

share|improve this answer
The mailserver works on my partners machine just fine. She is having no problems whatsoever with it. Others can reach my page from their machines, but I cant. This has to be something local, isnt it? – pam Sep 23 '10 at 14:57
You could always double check your personal firewall, but running Netalyzer could show where a misconfiguration might be on a local machine. – Madison S Sep 23 '10 at 15:34
Netalyzer found nothing except: – pam Sep 23 '10 at 15:55
Major Abnormalities Your DNS resolver returns results even when no such server exists – pam Sep 23 '10 at 15:56
Odd. Well, the next step is to do a traceroute to the ip address/dns address of the mail server to make sure you can get there. To do this in the cmd prompt type "tracert mailserver" where mailserver is the ip address or dns address of your company's mail server. – Madison S Sep 23 '10 at 16:09
show 4 more comments

I'm assuming this is a home machine.

Try using OpenDNS (208.67.222.222, 208.67.220.220) as your DNS Servers (see here if you need instructions on how to change them.

For a business machine, this will work if you are not in a domain, but check with the network admin (unless that is you) before changing.

share|improve this answer
home machine used for business. I changed the DNS but it didnt work. – pam Sep 23 '10 at 15:30

I get the impression that your local machine thinks its name is "pandlstrategies.com" - it strikes me as unusual that when you do a nslookup, the server that you're using for the lookup is pandlstrategies.com.

Are you running a webserver, a nameserver, and a mail server on the same (XP) machine that you use to run Outlook and otherwise do your daily work?

If so, that is really not the right way to do things. Your website and email and other services should be hosted on a fast machine located where there's good bandwidth and servers should never be used as desktops (and vice-versa).

share|improve this answer

Have you flushed your local DNS?, and checked your hosts file for hijacking?

http://www.tech-faq.com/how-to-flush-dns.html

Have you reset your tcpip

http://support.microsoft.com/kb/299357

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.