How to set up an FTP Server behind a Netgear RT314 Router with a Dynamic IP address - Page 2 - ResellerRatings Store Ratings
Comparison shop, read reviews, find savings, at ResellerRatings.com.
Comparison shop, read reviews, find savings, at ResellerRatings.com.
Comparison shop, read reviews, find savings.
What are you shopping for?
Digital Cameras Plasma and LCD
HDTv's iPods and Other
MP3 Players PC Laptops Camcorders

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 02-23-2003, 03:36 PM   #11 (permalink)
Registered User
 
Join Date: Sep 2002
Location: Woodstock, GA
Posts: 287
d1sc g0lf3r is on a distinguished road
Quote:
Which port should they be using in their FTP client; 21 or 2000?
Port 21. If they have the option to turn on PASV mode in their FTP client, then let them try that also. If so it will connect on one of the ports of 2000-2010, your server will determine the port and let his client know automatically.



Quote:
I am not using a DNS name. I was using my IP address that I obtained through www.whatismyip.com. I realize that this may change at times, but it seems to be the same as long as my modem stays on.
If your ip address changes then it is considered dynamic. I really recommend using www.dyndns.org to map your dynamic IP address to a static DNS name. The service is FREE. This way you can tell whoever that your address is dminches.homeftp.net which is alot easier to remember than an IP address and never changes unless you want it to. If you do use the DynDNS service I recommend using a dynamic DNS updater client such as DeeEnEs (Which is also FREE) to automatically update your IP address for you.

Quote:
Also, do I need to use PASV? If so, which IP do I put in there, my internal IP 192.168.0.100 or my "public" IP?
Your public IP address. It will automatically update as well when your IP address changes.

btw if you go with DynDNS service and need any help setting it up, you can post here or Private Message me and if I am available we could set up a time to go over it through MSN messenger.


Last edited by d1sc g0lf3r : 02-23-2003 at 03:39 PM.
d1sc g0lf3r is offline   Reply With Quote
Old 02-23-2003, 03:51 PM   #12 (permalink)
Registered User
 
Join Date: Sep 2002
Location: Woodstock, GA
Posts: 287
d1sc g0lf3r is on a distinguished road
If you want a better understanding of PASV mode:

Quote:
The difference between Active (PORT) and Passive (PASV) connection types

FTP uses two different connections. The first communication is the command connection that is established on port 21. This handles the authentication of the FTP Client. Then when the FTP Client wants to exchange any data with the server a new data connection is established.

There are two different methods to creating this new data connection. There is an Active (PORT) connection and a Passive (PASV) connection. The main difference between an Active and Passive connection is who makes the data connection.

When Passive mode is used the Client first connects to the server on port 21. Then the client issues a PASV command. The server then replies with an IP address and port number. The client finally uses that IP Address and port number to establish the data connection.

PASV connections are most useful when the FTP Client is behind a firewall. Most firewalls do not block outbound traffic. The data connection can be established because it is going from the client to the server and the firewall sees this as normal outbound traffic.

An Active connection is different because the server actually connects back to the FTP Client for the data connection. In the illustration below we see the Port command being sent by the client. This time the client sends the server the IP Address and port number to connect to. Then the FTP Server tries to connect back to the FTP Client using that information. This method of establishing the data connection will work better if the FTP Server is behind a firewall.
Taken from Serv-U's website.
d1sc g0lf3r is offline   Reply With Quote
Old 02-23-2003, 06:55 PM   #13 (permalink)
Registered User
 
bhess's Avatar
 
Join Date: Oct 2001
Location: Florida
Posts: 1,454
bhess is on a distinguished road
Send a message via ICQ to bhess Send a message via Yahoo to bhess
Although it seems to be down right now, here is a great site to test your connection.

http://www2ftp.com/index-org.html
__________________
Nope, I refuse to have a signature
bhess is offline   Reply With Quote
Old 03-14-2003, 11:03 AM   #14 (permalink)
Registered User
 
Join Date: Mar 2003
Posts: 2
PlymWS is on a distinguished road
Hi all,

Ive followed this walkthru and managed to get a server running that a friend has tested for me.

The problem is that i cant locally access my ftp server from another machine on my lan. Ive tried to access using the local ip ive assigned, and ive turned off dchp. my friend can access the ftp either by the name or by putting in the wan ip address.

Im using a Netgear MR314 wireless router but the principles are the same.

How do I access an ftp on a server from another computer on this wireless lan i have ?

TIA for any advice
PlymWS is offline   Reply With Quote
Old 03-25-2003, 12:08 PM   #15 (permalink)
Registered User
 
Join Date: Mar 2003
Posts: 6
jannae is on a distinguished road
Send a message via ICQ to jannae Send a message via AIM to jannae Send a message via Yahoo to jannae
I'll be doing this tonight, thanks to you... one little question i'd like to clear up...

You suggested that we use dyndns.org (which i have done) and then install an updater client such as DeeEnEs... I have been told that installing a client is useless because the router is the outside connection, not the PC... which would mean that the PC would report its own IP (i.e., 192.168.0.whatever) to the dyndns service rather than the actual outside IP address. This makes complete sense to me... but your tutorial still works for some people, obviously.

The Netgear RT314 router has a client for DynDNS already built-in, so that you can give it your account information, and the router will keep DynDNS up to date with the IP address.

So... i guess what i'm getting at is could you please explain why you would choose DeeEnEs over the built-in router client, or am I comparing apples and oranges here?
jannae is offline   Reply With Quote
Old 03-27-2003, 09:26 PM   #16 (permalink)
Registered User
 
aldtech's Avatar
 
Join Date: Oct 2001
Location: New Hampshire
Posts: 90
aldtech is on a distinguished road
Systems your WAN IP address

Where does your WAN IP address come from? I seem to have a connectivity problem. When I have friend ping my FTP address it does show up hut he can not connect/login.

In your step by step you say to check box top allow passive mode then to enter the following address. Is that the exact address to enter or should we be getting this address from somewhere else.

Always having questions.

AL
aldtech is offline   Reply With Quote
Old 03-30-2003, 01:13 PM   #17 (permalink)
Registered User
 
Join Date: Sep 2002
Location: Woodstock, GA
Posts: 287
d1sc g0lf3r is on a distinguished road
First off let me say sorry it took me so long to reply, I think I may have accidentally removed my subscription from this thread but I have resubscribed now and I should be more up to date on any further posts.

Quote:
The Netgear RT314 router has a client for DynDNS already built-in, so that you can give it your account information, and the router will keep DynDNS up to date with the IP address.

So... i guess what i'm getting at is could you please explain why you would choose DeeEnEs over the built-in router client, or am I comparing apples and oranges here?
The DeeEnEs client allows me to update multiple accounts. I believe the Router client only allows one account. I use it to update my FTP Server Address, my Teamspeak2 Server Address...Good question though and it would be a viable option for people only updating one account for sure.




Quote:
Where does your WAN IP address come from? I seem to have a connectivity problem. When I have friend ping my FTP address it does show up hut he can not connect/login.
You can obtain your WAN IP Address from the maintenance page of your Netgear router. This WAN address may change at times if your ISP did not assign you a static IP address. Hope that answers your questions.
d1sc g0lf3r is offline   Reply With Quote
Old 03-31-2003, 11:46 PM   #18 (permalink)
Registered User
 
Join Date: Mar 2002
Posts: 135
[A3D]Hatswitch is on a distinguished road
Send a message via AIM to [A3D]Hatswitch
DynDNS is a great service. I use ddclient on my Linux box to grab my external IP right off my router's setup page. I host game, TeamSpeak, and FTP servers behind my router no problem.

Do the Netgear routers really not support the loopback function? The Linksys routers orginally did not, but they fixed that several firmware versions ago.
__________________
[i]Keyboards and mice are great... for word processing.
[A3D]Hatswitch is offline   Reply With Quote
Old 04-01-2003, 08:03 AM   #19 (permalink)
Registered User
 
Join Date: Sep 2002
Location: Woodstock, GA
Posts: 287
d1sc g0lf3r is on a distinguished road
I am running firmware v3.25 and I still have that issue. The RT314 has been out for quite a while though and the newer routers by Netgear may have overcome this problem.
d1sc g0lf3r is offline   Reply With Quote
Old 04-03-2003, 03:12 PM   #20 (permalink)
Registered User
 
Join Date: Apr 2003
Posts: 19
Jimbobbob is on a distinguished road
I just want to say that i've tried a few differnt FTP servers, and i love guildFTPd, you should probably try that out too.
http://www.nitrolic.com/

Jimbobbob is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Most Active Discussions
Cyberpowerpc.com Any Good? (10)

Recent Discussions
please ignore (1625)
Cyberpowerpc.com Any Good? (10)
Like New Wacom 12x19 Intuos 3 +.. (1)
For Sale BFG GTX285 OC2 with 10.. (2)
www.szprice.com - any experienc.. (1)
Games, Cables, PCI cards, and m.. (5)
Buymoreshopping.com? Wigix.com (3)
I want your old/new unused pc p.. (6)
:mad: Spam At-hon (3)
Fall-Winter Cleaning Sale (1)
DON'T BUY.COM Advisory (232)
Is certifiedwatchstore.com legi.. (1)
Beware of used XBOX 360's (12)
Cheap Used Computers (0)
Reputation: Establishing Trust .. (0)

All times are GMT -6. The time now is 04:48 AM.