How do I find out IP's of my computers

  • Thread starter Thread starter Valentin
  • Start date Start date
V

Valentin

Hi,
3 computers in a home network setup, connected to a Lynksys router.
The router specs show in DHCP Active IP Table:
Computers A, B, C ending in 101, 102, 103 respectively, but on a recent
visit to a financial site, their sever informed me that my IP adress is
competely different.
I would like to find out the "real" IP of each one of my computers, if
possible.

Thanks.
 
In
Valentin said:
Hi,
3 computers in a home network setup, connected to a Lynksys router.
The router specs show in DHCP Active IP Table:
Computers A, B, C ending in 101, 102, 103 respectively, but on a
recent visit to a financial site, their sever informed me that my IP
adress is competely different.
I would like to find out the "real" IP of each one of my computers, if
possible.

Thanks.

The IP address the server told you about is the IP address allocated to you
by your ISP. That's the one IP address seen by the outside world, from
whichever computer you use at the time. The IP addresses of the computers on
your home network, are internal IP addresses, allocated by your router.
 
Go to each individual computer and open a DOS window.
In that window, run the following command

ipconfig /all

it will display all the IP settings (including the IP address) for the
particular system it was run on.
 
Oksana Gutteridge said:
In

The IP address the server told you about is the IP address allocated to
you by your ISP. That's the one IP address seen by the outside world, from
whichever computer you use at the time. The IP addresses of the computers
on your home network, are internal IP addresses, allocated by your router.

Thank you very much, it's a start.
 
HDRDTD said:
Go to each individual computer and open a DOS window.
In that window, run the following command

ipconfig /all

it will display all the IP settings (including the IP address) for the
particular system it was run on.

Yes, of course. I even did it several years ago, but forgot all about.
Thanks a lot!
 
Valentin said:
Yes, of course. I even did it several years ago, but forgot all about.
Thanks a lot!

Sorry, but I'm not done yet.
I just remembered that my provider assigns a "dynamically assigned IP
address".
I think it means that it constantly changing, about once every 24 hours,
because after I did the ipconfig /all, I find the following:
DNS Servers...................XX.XX.XX.XXXX
XX.XX.XX.XXXX

Lease Obtained...............Friday, March 16, 2007 7:22:54 PM
Lease Expires..............Saturday, March 17, 2007 7:22:54 PM

Am I correct in assuming that those numbers (x's) are my real IP addresses
"seen by the outside world" (why two not one?),
and is it "safe" if I were to publish them here as I see them?
The actual reason why I got into this research in the first place is because
my credit card web site wants me to re-register at login, the reason for it
being that "they see a different computer".
Does it mean they "will see a different computer" every time I attempt to
login, because my IP is "dynamically assigned"?
Nice prospect. :-(
 
Valentin said:
Sorry, but I'm not done yet.
I just remembered that my provider assigns a "dynamically assigned IP
address".
I think it means that it constantly changing, about once every 24 hours,

Possible, but not likely. While dynamically assigned IP addresses MAY
change on expiration, they very often are renewed with the same address.

because after I did the ipconfig /all, I find the following:
DNS Servers...................XX.XX.XX.XXXX
XX.XX.XX.XXXX

Lease Obtained...............Friday, March 16, 2007 7:22:54 PM
Lease Expires..............Saturday, March 17, 2007 7:22:54 PM

Am I correct in assuming that those numbers (x's) are my real IP addresses
"seen by the outside world" (why two not one?),
and is it "safe" if I were to publish them here as I see them?

DNS servers translate URLs to IP addresses. They are not related to your IP
address.

The actual reason why I got into this research in the first place is
because my credit card web site wants me to re-register at login, the
reason for it being that "they see a different computer".
Does it mean they "will see a different computer" every time I attempt to
login, because my IP is "dynamically assigned"?

I suppose that is possible, but I don't understand why the credit card site
would associate your account with a unique IP address. If they did that,
you could not logi in from any other computer!

The "real address" of your LAN, as seen by the outside world, is the IP
address assigned to your router by the ISP. Find that by logging in to your
router and going to the "Status" page. The router then routes traffic to
the appropriate computer in your LAN without telling the outside world the
internal addresses (101, 102, 103).

 
In
Valentin said:
Sorry, but I'm not done yet.
I just remembered that my provider assigns a "dynamically assigned IP
address".
I think it means that it constantly changing,

The ISP allocates that IP address, and it might change
about once every 24

The rate of change is up to your ISP.
hours, because after I did the ipconfig /all, I find the following:
DNS Servers...................XX.XX.XX.XXXX
XX.XX.XX.XXXX

Lease Obtained...............Friday, March 16, 2007 7:22:54 PM
Lease Expires..............Saturday, March 17, 2007 7:22:54 PM

Am I correct in assuming that those numbers (x's) are my real IP
addresses "seen by the outside world" (why two not one?),

Not correct. If you want to see your real IP address as seen by the outside
world, go to http://www.dnsstuff.com and it will appear at the top of the
page.
and is it "safe" if I were to publish them here as I see them?

It's safe, but rather pointless.
The actual reason why I got into this research in the first place is
because my credit card web site wants me to re-register at login, the
reason for it being that "they see a different computer".

Because your real IP address as seen by the outside world is changing?
Does it mean they "will see a different computer" every time I
attempt to login, because my IP is "dynamically assigned"?

Quite possibly.
Nice prospect. :-(

You might consider getting a static IP address from your ISP (probably cost
more), or look at mechanisms like dynamic dns.
 
I suppose that is possible, but I don't understand why the credit card
site would associate your account with a unique IP address. If they did
that, you could not logi in from any other computer!

I probably can, but I would have to re-register, in the process giving them
my personal important information like soc. sec. number and other stuff.
I will find out for sure when I go to live in Ukraine for several months
this May.
I don't mind these extra security measures. For example PayPal gave me
similar headaches when I was overseas, getting me involved in changing
passwords and such.
These incidents moved me to learn a little more about IP stuff, but I'm
confused already. :-)
 
Not correct. If you want to see your real IP address as seen by the
outside world, go to http://www.dnsstuff.com and it will appear at the top
of the page.

Thanks, I'll do that.
You might consider getting a static IP address from your ISP (probably
cost more), or look at mechanisms like dynamic dns.

Our provider doesn't furnish static IP addresses, so I have to get by the
best I can with what I've got.
 
Oh-oh! I've asked for it. :-)
Thanks Paul, I will try to digest at least some of it, but it looks sooo
over my head.
 
Valentin said:
Hi,
3 computers in a home network setup, connected to a Lynksys router.
The router specs show in DHCP Active IP Table:
Computers A, B, C ending in 101, 102, 103 respectively, but on a recent
visit to a financial site, their sever informed me that my IP adress is
competely different.
I would like to find out the "real" IP of each one of my computers, if
possible.

Thanks.
192.168.1.101
|------------------ PC #1
67.189.217.188 |
Internet ---------------- Modem/router ---| 192.168.1.102
|------------------ PC #1
|
| 192.168.1.103
|------------------ PC #1

The local IP addresses used by the computers, as typically
supplied by your router running DHCP, are in the non-routable
192.168.x.x range. They are private addresses, suitable for local
area network (LAN) usage.

The modem/router has one "public" address. The router translates
the private addresses, to the single public address. So in
effect, the three computers are "sharing" one public address.
The reason we use this scheme, is because it allows the limited
supply of public addresses, to be used for communications with
more computers.

The router function that does the translation is called "NAT" or
Network Address Translation.

http://en.wikipedia.org/wiki/Network_address_translation

One of the disadvantages of "NAT", is that if you want to
run an FTP server on one of your three local computers, you need
"port transparency". That means, if someone on the Internet
attempts to reach 67.189.217.188 port 21, you need to make
a special setting in the router, so the packet is "forwarded"
to the correct one of three computers. The special setting means
in fact, that you can only run an FTP server on *one* of your
local computers, if you wish to allow people to FTP stuff
from you. So when setting up various kinds of servers, the
router is nothing but a pain, due to NAT.

http://en.wikipedia.org/wiki/Port_numbers

As an example of things that cause pain, if you wanted to connect
to a Unix box at work, and execute a copy of X-Windows on your PC,
X-Windows display programs are classified as "servers". Which means
you have to set up the appropriate mapping in the router, and then
only *one* PC can be using X-Windows display with respect to a
Unix computer on the Internet. At least, without a lot of
fooling around, and changing port numbers. (And that suggestion is
a dumb one anyway, as you don't really want to leave ports "open"
like that. There is software for making an encrypted connection
between home and work, which reduces the risk of opening ports
on the router.)

When packets come from your router, the address will always be the
same fixed value, like 67.189.217.188. No matter which of the three
PCs the packet came from, it will have the same (public) address.
Your bank (or the USENET server at your ISP), can see the public
address of the packet, and that is what they would report. If,
on the other hand, some software locally, reads your private
address and sends a packet with the information to someone, then
that software could report that (useless) info about your local address.

Generally, you can go into your router's control interface, and
read the public address in there. When I manually log into my
router, and ask it to connect to the Internet via PPPOE, the
public address fetched from my ISP is stored in the router
control panel. And that is how I figure out what my public
address would be.

AFAIK, "ipconfig /all" should be reporting the private address
used on the local LAN.

(Using nslookup in a DOS command window, I can see that
67.189.217.188 maps to comcast.net. I got your public address by
looking at the header of your USENET posting. So, depending on how you
post to USENET, some methods will display your public address.
Other methods are a little less obvious, and use X-Trace to
track where the posting came from -- and in that case, only
an Abuse email to the NNTP server operator, would make anyone
interested in the public IP address. Every time I log off my modem
and log on, I get a new public address from a pool, so my public
IP address is assigned by DHCP, and is never the same twice in
a row.)

Paul
 
Back
Top