What is my IP Address???

Status
Not open for further replies.
If in windows, go to a DOS prompt and type in "ipconfig" and hit Enter.

Also try "ipconfig -all" as it gives more information about your settings.
 
Just to clarify a few things to everyone.

When you go to the websites that Mike just posted, you will get your ISP assigned IP address. This is your "external" IP address that connects you to the world of the internet.

When you use the IPCONFIG utility that Larry posted, you will see your "internal" IP address, the IP addresses located within your own personal home/office network.

In order to effectively troubleshoot any connectivity problems it is important to know the difference between these two types of IP addresses.
 
cheerios said:
hmm whats the use of this post?

"What is my IP address?"

That says it all! If you want to find out how to get your IP address, public or private.... you can find out how to do it here.

It is for the convenience of those who DON'T know how to find this information, why you would need your IP address depends on your issue.
 
Prelude92 said:
what happens when after u type in ipconfig and press enter. the command prompt shows, then it closes down w/o showing anything..

That's when you need to open up command prompt first before you enter the command, else if you just type the command in run then you'll get that disappearing result.

ipconfig /all
 
IP Address Info

IP Address Classes

Class A
0.0.0.0 - 127.255.255.255

Class B
128.0.0.0 - 191.255.255.255

Class C
192.0.0.0 - 223.255.255.255

Class D (IP Multicasting)
224.0.0.0 - 239.255.255.255

Class E (Experimental use)
240.0.0.0 - 255.255.255.255

Table of special use IP Addresses is from RFC3330 Document

Code:
   Address Block             Present Use                       Reference
   ---------------------------------------------------------------------
   0.0.0.0/8            "This" Network                 [RFC1700, page 4]
   10.0.0.0/8           Private-Use Networks                   [RFC1918]
   14.0.0.0/8           Public-Data Networks         [RFC1700, page 181]
   24.0.0.0/8           Cable Television Networks                    --
   39.0.0.0/8           Reserved but subject
                           to allocation                       [RFC1797]
   127.0.0.0/8          Loopback                       [RFC1700, page 5]
   128.0.0.0/16         Reserved but subject
                           to allocation                             --
   169.254.0.0/16       Link Local                                   --
   172.16.0.0/12        Private-Use Networks                   [RFC1918]
   191.255.0.0/16       Reserved but subject
                           to allocation                             --
   192.0.0.0/24         Reserved but subject
                           to allocation                             --
   192.0.2.0/24         Test-Net
   192.88.99.0/24       6to4 Relay Anycast                     [RFC3068]
   192.168.0.0/16       Private-Use Networks                   [RFC1918]
   198.18.0.0/15        Network Interconnect
                           Device Benchmark Testing            [RFC2544]
   223.255.255.0/24     Reserved but subject
                           to allocation                             --
   224.0.0.0/4          Multicast                              [RFC3171]
   240.0.0.0/4          Reserved for Future Use        [RFC1700, page 4]
 
Status
Not open for further replies.
Back
Top Bottom