Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > IBM PC Networking

What are the difference between the 2 ip addresses? FTP Server connection problem.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-17-2006, 06:38 AM
Default What are the difference between the 2 ip addresses? FTP Server connection problem.



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
Reply With Quote
  #2  
Old 01-17-2006, 02:53 PM
Snoman
Guest
 
Posts: n/a
Default Re: What are the difference between the 2 ip addresses? FTP Server connection problem.

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".
>



Reply With Quote
  #3  
Old 01-17-2006, 03:45 PM
Harry
Guest
 
Posts: n/a
Default Re: What are the difference between the 2 ip addresses? FTP Server connection problem.

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.

Reply With Quote
  #4  
Old 01-17-2006, 07:16 PM
Mark A
Guest
 
Posts: n/a
Default Re: What are the difference between the 2 ip addresses? FTP Server connection problem.

"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".
>



Reply With Quote
  #5  
Old 01-17-2006, 07:19 PM
Mark A
Guest
 
Posts: n/a
Default Re: What are the difference between the 2 ip addresses? FTP Server connection problem.

"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).


Reply With Quote
  #6  
Old 01-20-2006, 03:12 AM
David Mills
Guest
 
Posts: n/a
Default Re: What are the difference between the 2 ip addresses? FTP Server connection problem.


"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.


Reply With Quote
Reply

Tags
addresses, connection, difference, ftp, problem, server

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 06:17 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.