Results 1 to 4 of 4

Thread: questions about the host servers

Hybrid View

  1. #1
    HorseArcher's Avatar Divus
    Join Date
    Oct 2004
    Location
    USA
    Posts
    13,262

    Default questions about the host servers

    Let's say, I want to find out who host a news-portal. Where the server is, where its hosted from.

    How do I got about that?

    Let's say, I want to know where the host server for - example- this one:

    http://www.ushistory.org/tour/index.html

    How do I figure out which server it is hosted from?

  2. #2
    Freddie's Avatar The Voice of Reason
    Join Date
    Oct 2004
    Location
    UK
    Posts
    9,530

    Default Re: questions about the host servers

    Quote Originally Posted by HorseArcher View Post
    Let's say, I want to find out who host a news-portal. Where the server is, where its hosted from.

    How do I got about that?

    Let's say, I want to know where the host server for - example- this one:

    http://www.ushistory.org/tour/index.html

    How do I figure out which server it is hosted from?
    You could just ask them. Or do a Whois search. That may or may not throw up all the information you require it depends on if the domain owner disclosed that info when they registered it.

  3. #3
    HorseArcher's Avatar Divus
    Join Date
    Oct 2004
    Location
    USA
    Posts
    13,262

    Default Re: questions about the host servers

    Quote Originally Posted by Freddie View Post
    You could just ask them. Or do a Whois search. That may or may not throw up all the information you require it depends on if the domain owner disclosed that info when they registered it.
    Hey, thanks, damn I knew about this, I completely forgot. Rep+

  4. #4
    Simetrical's Avatar Former Chief Technician
    Join Date
    Nov 2004
    Location
    θ = π/0.6293, φ = π/1.293, ρ = 6,360 km
    Posts
    20,276

    Default Re: questions about the host servers

    whois will tell you who owns the domain. DNS and reverse DNS will give you an idea of where it's hosted:
    Code:
    $ dig +short www.ushistory.org
    ushistory.org.
    12.164.69.10
    Here I use the Unix utility dig, but you can use an online DNS lookup tool as well. Once you have the IP address, you can run whois on that too, to see who controls the range of IP addresses used by the server. Using www.arin.net/whois/, I get:
    Code:
    AT&T WorldNet Services ATT (NET-12-0-0-0-1) 
                                      12.0.0.0 - 12.255.255.255
    BEE ENTERPRISES, INC. BEE-ENTE77-69 (NET-12-164-69-0-1) 
                                      12.164.69.0 - 12.164.69.255
    which says that the IP address comes from Bee Enterprises, Inc., which in turn gets it from AT&T. This most likely means that Bee Enterprises runs the location where the server is hosted. A site like this may be able to get the location of the server, to some degree of accuracy.
    MediaWiki developer, TWC Chief Technician
    NetHack player (nao info)


    Risen from Prey

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •