From owner-freebsd-questions@FreeBSD.ORG Mon Jan 31 22:26:47 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E7AD16A4CE for ; Mon, 31 Jan 2005 22:26:47 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 032F643D3F for ; Mon, 31 Jan 2005 22:26:37 +0000 (GMT) (envelope-from tbonius@comcast.net) Received: from ostros (c-24-18-102-54.client.comcast.net[24.18.102.54]) by comcast.net (rwcrmhc13) with SMTP id <2005013122261501500a1ma1e>; Mon, 31 Jan 2005 22:26:15 +0000 Message-ID: <002301c507e3$fababd80$c900a8c0@ostros> From: "Thomas Foster" To: "eric wyzerski" , References: Date: Mon, 31 Jan 2005 14:24:15 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: Ftp behind firewall/nat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 22:26:47 -0000 You also might want to pass and redirect tcp port 20 (ftp data).. this seems to work very well for me.. also.. what FTP client are you using? You might want to use PASV FTP options T ----- Original Message ----- From: "eric wyzerski" To: Sent: Monday, January 31, 2005 12:11 PM Subject: Ftp behind firewall/nat > Hi, > > For a whole day I tried to make an ftp who is behind the firewall to work > but Im not able. My ipf rules are: > > pass in quick from any to any > pass out quick from any to any > > So it is not a ipf problem. My ipnat rules are: > > map rl0 10.0.0.0/8 -> 0/32 > > rdr rl0 X.X.X.X/32 port 21 -> 10.1.1.6 port 21 tcp > > where X.X.X.X is my external IP, rl0 my external interface and 10.1.1.6 > the ftp server. I am able to login and when I do the dir command its > freeze. I have do tcpdump and I see the SYN packet goes but its never get > answer. I really need help/advise > Thank you and please CC me the answer because im not in the list > Eric > > _________________________________________________________________ > Take advantage of powerful junk e-mail filters built on patented > Microsoft® SmartScreen Technology. > http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines > Start enjoying all the benefits of MSN® Premium right now and get the > first two months FREE*. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >