Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-16-2001, 12:55 PM
|
#1
|
LQ Newbie
Registered: Sep 2001
Posts: 5
Rep:
|
iptables and ftp from the LANs
Hello there,
I'm sure this has been discussed before, but I have yet been able to find a solution.
I'm running RH 7.1 with Netfilters (iptables). I have a very vanilla setting so far. No firewall policies, only NAT. I also have
/sbin/modprobe ip_conntrack_ftp
/sbin/modprobe iptable_nat
/sbin/modprobe ip_nat_ftp
modules loaded. I can ftp to an external ftp site on any of my machine on the LAN, but I can't issue commands like "ls" to retrieve any type of information from the ftp server. Did I miss something in the setup? Thanks in advance.
|
|
|
10-16-2001, 04:27 PM
|
#2
|
Member
Registered: Oct 2001
Location: Ontario, Canada
Distribution: Redhat 9
Posts: 43
Rep:
|
what ftp client are you using?
make sure that pasive mode is _ON_
|
|
|
10-16-2001, 04:54 PM
|
#3
|
LQ Newbie
Registered: Sep 2001
Posts: 5
Original Poster
Rep:
|
ftp and iptables
actually, none of the FTP applications I tried was working. In this case, the standard ftp program in MacOS X (FreeBSD).
|
|
|
10-16-2001, 10:19 PM
|
#4
|
LQ Guru
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163
Rep:
|
give ncftp a try if you like using terminal based ftp
for gui try DeadFTP, it rocks
|
|
|
10-17-2001, 12:19 PM
|
#5
|
LQ Newbie
Registered: May 2001
Posts: 2
Rep:
|
The problem is that the ftp client sends its own ip address. This is the internal ip address, not the external ip address so the ftp server doesnt know where to reply to.
You need to install an ftp proxy server. The one I'm using is jftpgw. It basically rewrites the ip addresses so that the ftp server knows the correct external ip address.
In iptables set it up to redirect all traffic going out on port 21 to the your server on whatever port jftpgw is listening on.
You may have some problems with other sites if they use a port other that 21. Either setup iptables to redirect these ports as well (if its a site you use regularly) or connect to the ftp proxy direct and tell it yourself where to connect to.
The alternative, and slightly easier, method is to use PASV (passive) mode in your ftp client. In this mode, your ftp client doesnt need to tell the ftp server the ip address so the problem doesnt occur.
|
|
|
All times are GMT -5. The time now is 07:29 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|