|
||||||||
|
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|
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". David Mills |
|
#2
|
|||
|
|||
|
Perhaps something here of help.....
http://www.microsoft.com/technet/com...i1105.mspx#EEC Regards "David Mills" <(E-Mail Removed)> wrote in message news:k5ednTqxd9JlDVHeRVn-(E-Mail Removed)... >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". > |
|
#3
|
|||
|
|||
|
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. |
|
#4
|
|||
|
|||
|
"David Mills" <(E-Mail Removed)> wrote in message
news:k5ednTqxd9JlDVHeRVn-(E-Mail Removed)... >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". > |
|
#5
|
|||
|
|||
|
"David Mills" <(E-Mail Removed)> wrote in message
news:k5ednTqxd9JlDVHeRVn-(E-Mail Removed)... >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". 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). |
|
#6
|
|||
|
|||
|
"Harry" <(E-Mail Removed)> wrote in message news:(E-Mail Removed) ups.com... > 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. > Makes sense, thanks a lot. |
![]() |
| Tags |
| addresses, connection, difference, ftp, problem, server |
| Thread Tools | |
| Display Modes | |
|
|