• 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 behind a firewall

Cenalian

Senior member
I was wondering if anyone knew how to do this. I'll be running a small home network, all using the internet through a Linux (Redhat 7.1) box with @home on it.

I was just wonding if there was an easy way to set up an FTP on one of the other computers. I was thinking that I could route any requests for port 21 to that box, but then I wouldn't be able to FTP into the main box. Any suggestions??
 
Yes you can easily run an ftp server behind your Linux firewall. Like others said, you either have the choice of forwarding port 21 to some other machine on your internal network OR setting your ftp server to use some other port above 1024 and forwarding that port to the internal machine.

The only thing is with an internal ftp server users will be connecting via passive ftp. This is probably fine for most clients but I have had issues with this in the past...

Gaidin
 
Back
Top