Tech Support > Computers & Technology > Networking > What are the difference between the 2 ip addresses? FTP Server connection problem.
What are the difference between the 2 ip addresses? FTP Server connection problem.
Posted by David Mills on January 17th, 2006


I have 2 computers sharing a cable connection. I have a Linksys Router and
a Linksys Modem.

When I go into IPCONFIG, it shows my IP Address as 192.168.1.100 but when I
go to a site like "whatismyip.com" it says my IP Address is 69.167.209.xx
where the x's are numbers but I didn't feel like posting my IP address on
the internet.

I set up a FTP Server using IIS on one of my computers and I can access it
from that same PC by typing in ftp:\\192.168.1.100, but if I try and access
by typing in ftp:\\69.167.209.xx., it doesn't work. It gives me an error
saying that "windows cannot access this folder", "make sure you have
permission", "the connection with the server was reset".


Posted by Snoman on January 17th, 2006


Perhaps something here of help.....

http://www.microsoft.com/technet/com...i1105.mspx#EEC


Regards

"David Mills" <davidmillsjd@yahoo.com> wrote in message
news:k5ednTqxd9JlDVHeRVn-rw@adelphia.com...


Posted by Harry on January 17th, 2006


192.168.1.100 is your LAN ip address. Judging from the number, I'd
say it was assigned by DHCP. Any computer in your LAN can use this
address, but no one in the Internet world can.

69.167.209.xxx is your WAN ip address and is the address by which the
Internet world knows you -- actually knows your router. Your router
"routes" requests from the Internet to a designated computer. (You
could have hundreds of them in your LAN.) You must tell the router
which computer handles each type of request, if any do at all.

In the case of FTP, port 21 has been reserved for these requests.
Unless you require outside access, I'd recommend that you not open this
port to the outside. Before you do, you should carefully read about
Internet security.

You simply have to find the correct set up screen, usually port
forwarding or UPnP forwarding, and tell the router where to send FTP
packets when they come in. It'll be to one of your LAN machines,
192.168.1.xxx.

Posted by Mark A on January 17th, 2006


"David Mills" <davidmillsjd@yahoo.com> wrote in message
news:k5ednTqxd9JlDVHeRVn-rw@adelphia.com...


Posted by Mark A on January 17th, 2006


"David Mills" <davidmillsjd@yahoo.com> wrote in message
news:k5ednTqxd9JlDVHeRVn-rw@adelphia.com...
69.167.209.xx is assigned by your ISP for internet access. It is probably a
dynamic IP address and probably changes if you turn off your modem and then
reconnect again.

192.168.1.100 is your local LAN address. Addresses in that range are meant
for private networks and not accessible through the internet (there are
probably tens of thousands other computers using that same address).



Posted by David Mills on January 20th, 2006



"Harry" <harry@paracompusa.com> wrote in message
news:1137512741.309107.35960@g44g2000cwa.googlegro ups.com...
Makes sense, thanks a lot.




Similar Posts