Web Design Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignWeb Design Help
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.

ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month!
Download and Activate to enter!

Web development can be a daunting task, even for specialists. There is a lot of information to absorb and a lot of technologies to learn in order to manage a superior website. When trying to learn the ropes, developers need a reliable source to introduce new ideas that can be easily implemented. When working on large projects, even web veterans may run into a technology or an aspect of a technology that they are unfamiliar with.

Learn More!


Download to Enter
| Contest Rules

Tutorials | Forums

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 17th, 2004, 06:24 AM
GeoHoffman49431 GeoHoffman49431 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 28 GeoHoffman49431 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
how do I get my "external IP address"?

I am trying to find out my external IP address. Also I probably have a few misconceptions as to how ISPs and IP addresses work. First of all I connect to my ISP with DHCP. Currently when I check my IP address I see that my IP address is 10.200.18.159. This is a private IP address. These addresses are private and not accessible from the internet from my understanding:

(10.*.*.*)
(172.16.*.*) through (172.31.*.*)
(192.168.*.*) through (192.168.255.255)

So this means that my IP (10.200.18.159) is an address on my ISPs private lan.

My major question is this: do I have an "public IP address" also? In other words; if I were to go to a different machine, outside of my home network, could I type in an IP address into a web browser and reach that machine (assuming I have a web server running)? I tried this one site that claimed it could tell me my address:

http://checkip.dyndns.org:8245/

and it returned:

http://216.157.205.249/

that dirrected me to a site that sells routers:

www.MikroTik.com

I guess the strange thing is that if I run a traceroute to any site I get this for the first few addresses:

1) 10.200.18.1 (I am assuming a gateway or proxy of my ISP)
2) 216.157.205.250 (the mikrotik website)
3) 10.200.1.1 (I am assuming a gateway or proxy of my ISP)
4) 63.89.180.254 (no idea)
5) 64.186.46.5 (no idea)

Is this maybe some technique that they use to mask my "external IP" address from me? Am I misled in believing that there is such a thing as an "external IP address"? I don't know all the inner workings of TCP/IP. But I am assuming that there is not a persistent connection. In other words; a client sends a request for a web page. The ISP does name resolution using a DNS server and forwards the request to the server that has the page. Does the web site then send out the page with the clients IP address (in which case the client would have to have an IP address that is accessible from the internet)? Or does the server simply return it to the ISP and the ISP handles getting it back to the client?

Reply With Quote
  #2  
Old February 17th, 2004, 12:06 PM
Executive's Avatar
Executive Executive is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 147 Executive User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
The way I find my IP is by opening a command box (Start > Run > "command" > enter)

Then type ipconfig

Hope that was what you wanted.
__________________
Family Hosting, we treat you like family!
United Web Site Award Givers, is your website worthy of an award?

Reply With Quote
  #3  
Old January 31st, 2011, 06:43 AM
Menashen Menashen is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2011
Posts: 4 Menashen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 32 m
Reputation Power: 0
you can get your External IP Address using this website...

just go to " whatismyip.com " to get your External IP, DNS server details, etc..

____________________________________
"It will happen, when you take action."

Reply With Quote
  #4  
Old February 1st, 2011, 12:01 AM
Catacaustic's Avatar
Catacaustic Catacaustic is offline
Code Monkey V. 0.9
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Mar 2005
Location: A Land Down Under
Posts: 1,665 Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level)Catacaustic User rank is General 10th Grade (Above 100000 Reputation Level) 
Time spent in forums: 2 Weeks 2 Days 38 m 6 sec
Reputation Power: 1642
As you've seen, your "internal" IP is different to your "external" IP.

This happens because ISP's pool the IP addresses at a main router, and use that router to send out the requests for however many customers are connected to it. This means that the external IP address is the IP address of the ISP's router, and your internal IP address is the IP address of your machine that was assigned by the router so it knows where to send the data to so that it reaches your machine.

At a guess I'd say that when you vist your external IP, you see a website that's not associated with anthing of yours because your ISP is using that IP address to host websites as well, and that just happens to be the "default" site for that IP address, so that's what's shown.

In this scenario, you can't connect to your PC directly from outside your network, meaning that a normal computer can't connect to it through the internet.

Reply With Quote
  #5  
Old February 17th, 2011, 05:01 AM
Angeljames Angeljames is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2011
Posts: 106 Angeljames User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 13 h 29 m 57 sec
Reputation Power: 2
You can get all the details about the IPs and name servers on Who.is and also can try on http://www.whatismyip.com

Reply With Quote
  #6  
Old March 4th, 2011, 07:28 AM
desaraev desaraev is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2011
Location: all over
Posts: 18 desaraev User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 3 m 9 sec
Reputation Power: 0
Send a message via AIM to desaraev Send a message via Yahoo to desaraev Send a message via Google Talk to desaraev Send a message via Skype to desaraev
Bebo Facebook MySpace Orkut
Ip

Quote:
Originally Posted by Angeljames
You can get all the details about the IPs and name servers on Who.is and also can try on http://www.whatismyip.com


I'm with the last guy. Use who.is

Reply With Quote
  #7  
Old April 13th, 2012, 05:35 PM
xawesomex xawesomex is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2012
Posts: 1 xawesomex User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 41 sec
Reputation Power: 0
There are plenty of sites out there that spit out your IP address, my fav. one is ipecho.net but you can use other ones too, just google.

Reply With Quote
  #8  
Old April 19th, 2012, 09:07 AM
prog007 prog007 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Posts: 50 prog007 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 59 m 57 sec
Reputation Power: 5
The easiest way in case you just want to know your public IP address is type in "my ip address" in Google and search. This will display your public IP address.

Reply With Quote
  #9  
Old May 2nd, 2012, 05:32 AM
steveschmidt85 steveschmidt85 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2011
Posts: 129 steveschmidt85 Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 15 h 14 m
Reputation Power: 0
Totally agreed with @Executive,

You can also check your external ip using site tools like whatismyip . com

Hope this can help you.

Reply With Quote
  #10  
Old May 2nd, 2012, 10:50 AM
jacobt777 jacobt777 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2012
Posts: 1 jacobt777 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 14 m 23 sec
Reputation Power: 0
Finding your external IP

IP Ogre is another site you can use to find out your IP address. They also have other online network tools such as port scan, geolocation, traceroute, dig, and whois. ipogre.com

Reply With Quote
  #11  
Old May 5th, 2012, 01:37 PM
bellze bellze is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2012
Posts: 2 bellze User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 10 m 50 sec
Reputation Power: 0
Hi. I`m looking over the internet on all kind of forums to find an answer to my question but nobody replays.Hope u guys can help me answering to my nuby question Does an external IP should connect to routers login page? Let me explain better. When i type my external IP i get the login page of my router,did not should be 192.168.1.1 only? If it`s not something normal how to fix it?
Thanks in advance.

Reply With Quote
  #12  
Old May 5th, 2012, 02:18 PM
Kravvitz's Avatar
Kravvitz Kravvitz is offline
CSS & JS/DOM Adept
Dev Shed God 29th Plane (19000 - 19499 posts)
 
Join Date: Jul 2004
Location: USA
Posts: 19,141 Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level) 
Time spent in forums: 5 Months 1 Week 6 Days 6 h 49 m 26 sec
Reputation Power: 3755
Welcome to DevShed Forums, bellze.

Please don't ask a question that's only loosely related in someone else's thread. (I'll split this into a new thread later.)

192.168.1.1 is a private/internal IP address. It's often the IP address to the internal-facing port of a router. An "external IP address" (typically a public IP address) would be the address of the external-facing port of your router (e.g. the port connected to a cable modem).
__________________
Spreading knowledge, one newbie at a time. I'm available for hire at Dynamic Site Solutions.

Check out my blog. | Learn CSS. | PHP includes | X/HTML Validator | CSS validator | Common CSS Mistakes | Common JS Mistakes

Remember people spend most of their time on other people's sites (so don't violate web design conventions).

Reply With Quote
  #13  
Old May 5th, 2012, 02:40 PM
bellze bellze is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2012
Posts: 2 bellze User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 10 m 50 sec
Reputation Power: 0
Quote:
Originally Posted by Kravvitz
Welcome to DevShed Forums, bellze.

Please don't ask a question that's only loosely related in someone else's thread. (I'll split this into a new thread later.)

192.168.1.1 is a private/internal IP address. It's often the IP address to the internal-facing port of a router. An "external IP address" (typically a public IP address) would be the address of the external-facing port of your router (e.g. the port connected to a cable modem).


Sorry did not knew where to post it

Reply With Quote
  #14  
Old May 22nd, 2012, 04:04 AM
aa.web.dev aa.web.dev is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2012
Posts: 10 aa.web.dev User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 54 m 28 sec
Reputation Power: 0
Smile how do I get my "external IP address"?

Quote:
Originally Posted by Catacaustic
As you've seen, your "internal" IP is different to your "external" IP.

This happens because ISP's pool the IP addresses at a main router, and use that router to send out the requests for however many customers are connected to it. This means that the external IP address is the IP address of the ISP's router, and your internal IP address is the IP address of your machine that was assigned by the router so it knows where to send the data to so that it reaches your machine.

At a guess I'd say that when you vist your external IP, you see a website that's not associated with anthing of yours because your ISP is using that IP address to host websites as well, and that just happens to be the "default" site for that IP address, so that's what's shown.

In this scenario, you can't connect to your PC directly from outside your network, meaning that a normal computer can't connect to it through the internet.




Well said catacaustic..
Do as he said

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignWeb Design Help > how do I get my "external IP address"?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.

© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 5 - Follow our Sitemap