Results 1 to 2 of 2

Thread: How to find the domaine name(s) associated to a given IP?

  1. #1
    Join Date
    Feb 2007
    Beans
    643
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    How to find the domaine name(s) associated to a given IP?

    Hi,

    To find the IP of a domain name, an easy way is to ping:
    Code:
    ping ubuntuforums.org
    and then "control C" to stop. The IP 91.189.94.12 appears between brackets.

    But how to do the reverse? What command could I type, using 91.189.94.12, which would tell me "ubuntuforums.org"?
    The result of the "make" command:
    - Sitting bored in front of a computer
    - Watching abstruse output scrolling upwards too fast to be read
    - And waiting for something to go wrong

  2. #2
    Join Date
    Dec 2009
    Beans
    6,771

    Re: How to find the domaine name(s) associated to a given IP?

    Code:
    whois 91.189.94.12
    Will give you more information than you'd ever need.
    Code:
    host 91.189.94.12
    Will give you the url but not the one you are expecting because 91.189.94.12 doesn't resolve to ubuntu.org. It resolves to www.canonical.com.

    The easiest way is to put the ip address in your internet browser.

Bookmarks

Posting Permissions

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