• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

FTP Server trouble with Linksys router

You'll have to setup the DMZ on your router to the ftp server. Other than fine tweaking that is hard to do with standard routers, I never been able to run an FTP serve behind a consumer router.

edit: I should have explained why. Some FTP server programs send lists at random high ports so opening the standard port 21 will only give them access but the inability to obtain lists of the directories on the server.
 
In a nutshell....Generally for an FTP server, two well known ports are used, port 20 for data transfer and port 21 for the control process. When the FTP server issues a passive open it typically can specify the port used on the client machine and the local server port, (typically port 21 on the server, this is a control process connection). The client control process obtains a local random port to be used in the file transfer process, (data transfer) and communicates that random port number to the FTP server, over the control connection, (i.e. on the FTP server it is port 21, typically). Then the FTP server establishes a data transfer process, accepting a connection from the client. A data transfer process then starts on the client machine in order to establish the data connection. So basically, FTP uses the control connection to allow the client and server control processes, coordination of the use of dynamically assigned TCP protocol ports and the creation of a data transfer process that uses those ports.

Tony
 
Yeah wtf I never could get an FTP working outside my network since I've been behind a Linksys router. I tried Serv-U and Bulletproof, and I've set them up no problem in the past.
 
Does anyone know how to with a Linksys 802.11b router? I'm wired in too. I couldn't get it to work at all at a custom port, but my roommate was able to login in locally at port 21.
 
Um.. what are you guys using for an FTP client - are you sure you set passive mode? (IE has 2 settings that need to be changed in advanced options if you are using it to (FTP)

Edit: I can't tell you how to open 20/21 and whatever data ports you choose because I don't have a linksys, but in addition to disabling any firewalling on those ports, you will probably also have to manually add a NAT table
 
Back
Top