From mboxrd@z Thu Jan 1 00:00:00 1970 From: Salman Ahmed Subject: ftp problem! Date: Sun, 8 Jun 2003 15:12:35 -0700 (PDT) Sender: netfilter-admin@lists.netfilter.org Message-ID: <20030608221235.92699.qmail@web11507.mail.yahoo.com> Reply-To: syd_salman@yahoo.com Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0-2147220904-1055110355=:92682" Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: To: netfilter@lists.netfilter.org --0-2147220904-1055110355=:92682 Content-Type: text/plain; charset=us-ascii Hello, I am using iptalbes with kernel 2.4.7-10. I have configured IP Masquerading for my gateway server. I am having problem regarding ftp as my clients are not accessing ftp service.any suggestion would be admirable about how to access ftp on my server or onto the Internet? please help me.. Salman --------------------------------- Do you Yahoo!? Free online calendar with sync to Outlook(TM). --0-2147220904-1055110355=:92682 Content-Type: text/html; charset=us-ascii

Hello,

I am using iptalbes with kernel 2.4.7-10. I have configured IP Masquerading for my gateway server. I am having problem regarding ftp as my clients are not accessing ftp service.any suggestion would be admirable about how to access ftp on my server or onto the Internet?

please help me..

Salman


Do you Yahoo!?
Free online calendar with sync to Outlook(TM). --0-2147220904-1055110355=:92682-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Lorenz Subject: Re: ftp problem! Date: Mon, 9 Jun 2003 12:09:54 +0200 Sender: netfilter-admin@lists.netfilter.org Message-ID: <200306091209.54832.andre@highsecure.de> References: <20030608221235.92699.qmail@web11507.mail.yahoo.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20030608221235.92699.qmail@web11507.mail.yahoo.com> Content-Disposition: inline Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Am Montag, 9. Juni 2003 00:12 schrieb Salman Ahmed: > Hello, > > I am using iptalbes with kernel 2.4.7-10. I have configured IP Masquerading > for my gateway server. I am having problem regarding ftp as my clients are > not accessing ftp service.any suggestion would be admirable about how to > access ftp on my server or onto the Internet? > > please help me.. > > Salman Hello, I've some suggestions to you: 1. is your ftp-server working correct test: ftp localhost --> try to login as user 2. load your ftp-kernel-module modprobe ip_conntrack_ftp modprobe ip_nat_ftp 3. lookup wether the modules are loaded correct at your firewall type: lsmod 3.1 lookup at your ruleset you'll need: port 20,21 (ftp-data, ftp) for active ftp 4. test your ftp-connection through your firewall to your ftp-server I hope this will help your with friendly regards andre