4 replies
How do I find a sites IP address ?
#address #sites
  • Profile picture of the author webapex
    Try searching for Reverse IP Lookup, there are a variety of services some free, some not, you can learn some interesting associations with these tools.

    I just looked up a site hosted on HostGator and noticed there are 560 domains on the same IP (server), slight overloading?
    Signature

    “An expert is a person who has made all the mistakes that can be made in a very narrow field” Niels Bohr

    {{ DiscussionBoard.errors[4854184].message }}
  • Profile picture of the author Brian Alaway
    Just ping it - i.e. ping xyz.com
    {{ DiscussionBoard.errors[4854405].message }}
    • Profile picture of the author RSMarketing
      Originally Posted by Brian Alaway View Post

      Just ping it - i.e. ping xyz.com
      Exactly,
      If you are using windblows then click start and then run or where it says "start search" on vista and up. type in "cmd" without quotes. this will open a command prompt. in the command prompt type "ping yourSiteDomain.com" without quotes and then hit "enter". this will send 4 packets(by default) to your domain and give statistics on delivery and response times, but in the process "ping" has to lookup your domains IP address, and there you go.

      If you use linux/unix open a command prompt and type "ping -c 4 YourDomain.com" without quotes and hit enter, this will do the same thing only in linux you have to specify the packet count.

      Hope this helps,

      Rich

      P.S. You can also go to myipneighbors[.]com which will look up the ip for you or you can enter the ip and it will also give you information about other websites hosted at that IP, IF your on shared hosting.
      Signature
      (¯`·._.·Want Free Instagram Followers?·._.·´¯)
      {{ DiscussionBoard.errors[4854875].message }}

Trending Topics