I have had similar issues since December.... download.parallels.com does not resolve for me. It worked in early December, but has not worked since late Dec.
I remote logged into a friend's linux machine and was able to resolve the IP address using "host" command ("nslookup" or "dig" will work as well), then I used that IP address directly in the browser to download locally. Here's the results with Unix "host" command on a remote linux machine:
Code:
[mike@gold mike]$ host parallels.com
parallels.com has address 66.197.23.53
[mike@gold mike]$ host www.parallels.com
www.parallels.com has address 66.197.23.53
[mike@gold mike]$ host download.parallels.com
download.parallels.com has address 69.5.67.39
download.parallels.com has address 66.197.17.92
download.parallels.com has address 66.197.72.238
If I do these same commands on my own network, "host download.parallels.com" does not resolve. Here's the result using "host" commands on my Mac.
Code:
teddyw:~ mike$ host parallels.com
parallels.com has address 66.197.23.53
parallels.com mail is handled by 10 mx1.parallels.com.
teddyw:~ mike$ host www.parallels.com
www.parallels.com has address 66.197.23.53
teddyw:~ mike$ host download.parallels.com
;; connection timed out; no servers could be reached
teddyw:~ mike$
To download the latest build I had to use the IP address directly in my browner. For example:
Code:
http://69.5.67.39/RC/Parallels%20Desktop%203150%20Mac%20en.dmg
Copy and paste the above URL into your brownser to download if you cannot resolve the DNS. Sorry, I didn't want to use a clickable link in this message for security reasons - I don't want anyone thinking I'm pulling a fast one getting you to download a virus. The link above will download from download.parallels.com, but if you have any concern about trusting this, don't use the above link or verify for yourself the correct IP address. Also, if these are virtual servers, Parallels could change download.parallels.com to a different ip address, in which case you'll have to get the IP address yourself using "host", "nslookup" or some other means.
I don't know if this is an issue with my ISP, or my gateway (and old linux machine), or if Parallels has something messed up with thier DNS. It seems odd to see three IP addresses returned by the host command, and that probably has something to do with it.
Mike