# How does one find their IP address?

**URL:** https://boards.straightdope.com/t/how-does-one-find-their-ip-address/307885
**Category:** Factual Questions
**Created:** [June 11, 2005, 7:43pm UTC](https://boards.straightdope.com/t/how-does-one-find-their-ip-address/307885 "2005-06-11T19:43:01Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![nicobie](https://avatars.discourse-cdn.com/v4/letter/n/3e96dc/32.png) [@nicobie](https://boards.straightdope.com/u/nicobie)
#### Post date: [June 11, 2005, 7:43pm UTC](https://boards.straightdope.com/t/how-does-one-find-their-ip-address/307885/1 "2005-06-11T19:43:01Z")

</div>

Everyone else seems to know what mine is.

I figure there must be a way for me to find out. :smack:

---

<div class="post-metadata">

### Author: ![habs](https://avatars.discourse-cdn.com/v4/letter/h/ecae2f/32.png) [@habs](https://boards.straightdope.com/u/habs)
#### Post date: [June 11, 2005, 7:44pm UTC](https://boards.straightdope.com/t/how-does-one-find-their-ip-address/307885/2 "2005-06-11T19:44:12Z")

</div>

[www.whatismyipaddress.com](http://www.whatismyipaddress.com) is probably the easiest method. 🙂

---

<div class="post-metadata">

### Author: ![friedo](https://avatars.discourse-cdn.com/v4/letter/f/8edcca/32.png) [@friedo](https://boards.straightdope.com/u/friedo)
#### Post date: [June 11, 2005, 7:45pm UTC](https://boards.straightdope.com/t/how-does-one-find-their-ip-address/307885/3 "2005-06-11T19:45:29Z")

</div>

[Here ya go](http://www.whatismyip.com/). That’s your Internet IP address, of course. Your actual computer may have a different one if you’re on an internal private network.

---

<div class="post-metadata">

### Author: ![GorillaMan](https://avatars.discourse-cdn.com/v4/letter/g/50afbb/32.png) [@GorillaMan](https://boards.straightdope.com/u/GorillaMan)
#### Post date: [June 11, 2005, 7:47pm UTC](https://boards.straightdope.com/t/how-does-one-find-their-ip-address/307885/4 "2005-06-11T19:47:33Z")

</div>

In Windows, right-click the network icon on the taskbar, choose Status, then Details

---

<div class="post-metadata">

### Author: ![citybadger](https://avatars.discourse-cdn.com/v4/letter/c/45deac/32.png) [@citybadger](https://boards.straightdope.com/u/citybadger)
#### Post date: [June 11, 2005, 8:38pm UTC](https://boards.straightdope.com/t/how-does-one-find-their-ip-address/307885/5 "2005-06-11T20:38:27Z")

</div>

> [@GorillaMan](#):
>
> In Windows, right-click the network icon on the taskbar, choose Status, then Details

Only works if you have a network conenction icon enabled. Another alternative: open a command prompt and type “ipconfig” (in Windows), “ifconfig” (in Linux and probably other \*nixes), or (and I’m sure you wanted to know this) “config” in NetWare.

---

<div class="post-metadata">

### Author: ![LSLGuy](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/lslguy/32/5813_2.png) [@LSLGuy](https://boards.straightdope.com/u/LSLGuy)
#### Post date: [June 11, 2005, 9:34pm UTC](https://boards.straightdope.com/t/how-does-one-find-their-ip-address/307885/6 "2005-06-11T21:34:01Z")

</div>

The info you get from iconfig or the netowk connection properties page is only your NIC’s address. If you have a firewall or router, that address is the one your PC uses to talk to/from the router. this is known as your local, or pirivate IP address. It is not the address the router uses to talk to the world, which is your “public” IP address, which is also what most laymen mean by “my IP address.”

In addition to the public/private distinction, I’d also point out that even your public IP address is not necessarily constant. If you use a dial-up modem, or a PPOE software adapter with DSL without a router/firewall, then you get a new IP address every time you log on.

if you use a router/firewall with DSL, you get a new IP address every time the router logs on, which may be frequently if you power it off/on with the PC or your ISP has a short timeout and you don’t have connection keep-alives configured. Or it may be long if your router stays up & connected for weeks on end.

Cable “modems” tend to have pretty constant IP addresses, but even those, AFAIK, are subject to change when certain hardware is reset at the cable company’s facility.

Bottom line: Businesses, and consumers willing to pay for the privilege, have essentially permanent public IP addresses. Everybody else has a public IP address which changes every few weeks, days, or even hours.

---

<div class="post-metadata">

### Author: ![nicobie](https://avatars.discourse-cdn.com/v4/letter/n/3e96dc/32.png) [@nicobie](https://boards.straightdope.com/u/nicobie)
#### Post date: [June 11, 2005, 11:16pm UTC](https://boards.straightdope.com/t/how-does-one-find-their-ip-address/307885/7 "2005-06-11T23:16:29Z")

</div>

Thank you.
