to know ip address

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vijay2007
    New Member
    • May 2007
    • 1

    to know ip address

    how can i know ip address of any site through cmd option
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by vijay2007
    how can i know ip address of any site through cmd option
    This may be XP Pro only:
    NslookupDisplay s information that you can use to diagnose Domain Name System (DNS) infrastructure. Before using this tool, you should be familiar with how DNS works. The Nslookup command-line tool is available only if you have installed the TCP/IP protocol.

    Syntax
    nslookup [-SubCommand ...] [{ComputerToFind | [-Server]}]

    Parameters
    -SubCommand ...
    Specifies one or more nslookup subcommands as a command-line option. For a list of subcommands, see Related Topics.
    ComputerToFind
    Looks up information for ComputerToFind using the current default DNS name server, if no other server is specified. To look up a computer not in the current DNS domain, append a period to the name.
    -Server
    Specifies to use this server as the DNS name server. If you omit -Server, the default DNS name server is used.

    Comment

    • panklaj
      New Member
      • Feb 2007
      • 4

      #3
      you can just use ping command.
      eg 'ping yahoo.com' to know the ip address of yahoo.com

      Comment

      • Atran
        Contributor
        • May 2007
        • 319

        #4
        "Microsoft Process Explorer" is a program.
        This program can show the IP of the Yahoo Messenger (Maybe MSN Messenger) talker with you. You cant take the ip when you want, just when you talk (send messages in messenger) with your contact.

        Comment

        • nave
          New Member
          • Mar 2007
          • 2

          #5
          Use the Command
          -ping ipAddress
          For more details use the Command
          -ping /?
          You can get more idea.

          Comment

          • rethu
            New Member
            • Feb 2013
            • 3

            #6
            You can find the ip address of any site in two ways.
            First way is through Cmd option just using the ping command
            eg 'ping Google.com' to know the ip address of Google.com.

            Another way is to find the ip address of any site through online sites like Ip-details.com .

            Comment

            • anugrahbala10
              New Member
              • Mar 2013
              • 13

              #7
              Just use ping and type your site name:-)syntax ping <Domain_name> i hope this information is usefull to you:-)

              Comment

              • Þral
                New Member
                • Dec 2013
                • 2

                #8
                Try to "tracert <url>".

                Comment

                Working...