[thelist] How to check if a domain has hosting

Hassan Schroeder hassan.schroeder at gmail.com
Sat Sep 12 20:37:07 CDT 2009


On Sat, Sep 12, 2009 at 4:09 PM, Roberto Gorjão
<roberto at asenseofdesign.com> wrote:

> 1- asenseofart.com, asenseofdesign.com and asenseofpoetics.com are all
> redirected to asenseof.net at the hosting company, so the domain name
> servers belong to them. Two of the final IPs of the redirected domains
> are equal, but the third is different and so is the one of the targeted
> domain. Why do final IPs vary? I am not sure but I believe it depends on
> the hosts' architecture.
> domain -> dns IP -> final IP
> asenseofart.com -> 66.33.206.206 -> 75.119.196.177
> asenseofdesign.com -> 66.33.206.206 -> 75.119.196.177
> asenseofpoetics.com -> 66.33.206.206 -> 75.119.204.100
> asenseof.net -> 66.33.206.206 -> 75.119.212.27
> So, same dns server, different IPs.

???  No one is talking about the address of the primary name server, which
is totally irrelevant to the question "is there a web server at X IP address?"

And there is no "redirection" involved here. It's simply how the Domain Name
System works.

h]$ host asenseofart.com
asenseofart.com has address 75.119.196.177
h]$ host asenseofdesign.com
asenseofdesign.com has address 67.205.59.229
h]$ host asenseofpoetics.com
asenseofpoetics.com has address 75.119.204.100
h]$ host asenseof.net
asenseof.net has address 75.119.212.27

Those are the IP addresses of the servers in question; log in and look
at the web server configurations. How is this not clear?

> 2- sergiocamolas.com is frame forwarded

I've never heard anyone use the term "frame forwarded" -- but whatever.
In any case, if frames are being used to provide content from other servers
transparently that's easily determined by viewing the page source.

> If I had set the frame forwarding at the hosting company, I would have
> the same situation described at "1": same DNS, but differente IPs. So,
> as you see, either dns servers addresses

I never suggested DNS server addresses are relevant to the original
question, because they certainly aren't; host IP addresses are.

-- 
Hassan Schroeder ------------------------ hassan.schroeder at gmail.com
twitter: @hassan



More information about the thelist mailing list