From owner-freebsd-questions@FreeBSD.ORG Wed Dec 8 16:49:41 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5464110656B3; Wed, 8 Dec 2010 16:49:41 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id B303E8FC15; Wed, 8 Dec 2010 16:49:40 +0000 (UTC) Received: by wwf26 with SMTP id 26so1322567wwf.31 for ; Wed, 08 Dec 2010 08:49:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=Wjlz3T+xVkildPT3jmlSYYXAKObXbxbYAV/Yfoukrsk=; b=qzW+MWXaht3FWTrBbfdqFg7lU8lFpXbTFRwM5ORk4g/nUz32WZ5FcTtdrsEz4GeCIG yJzh10K1j5AEaScfvqXHsgIa5NBh+Jl4+eicnY4O9+XUxK4u7J9Jsq8lHWJGZWdUMI1X YXJSA5maxIaGMyC7Bl9RSO1ajgfz5Hcdaz6sM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=RqZLgS2iYpg60V547bciTrdOF2oCebLuKy2zF0PO4NSMulEntwGhan7mKcOJ2IlyB8 t2vhuKKLAkIYSSjktfK4/wyYAg3S/QE+6s7GdRVI7jfTeVLSE9aA4bq10F1SINsSVbF8 ugOMMgroVUXvlh+w1xMHjIYxj9tRstUZBLiGo= MIME-Version: 1.0 Received: by 10.216.179.149 with SMTP id h21mr833544wem.44.1291826979596; Wed, 08 Dec 2010 08:49:39 -0800 (PST) Received: by 10.216.72.198 with HTTP; Wed, 8 Dec 2010 08:49:39 -0800 (PST) In-Reply-To: References: <20101208155125.E6126@maildrop.int.zabbadoz.net> <20101208163047.S6126@maildrop.int.zabbadoz.net> Date: Wed, 8 Dec 2010 16:49:39 +0000 Message-ID: From: krad To: Redd Vinylene Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "Bjoern A. Zeeb" , questions , jail@freebsd.org Subject: Re: FTPD not working properly on jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2010 16:49:41 -0000 On 8 December 2010 16:39, Redd Vinylene wrote: > On Wed, Dec 8, 2010 at 5:31 PM, Bjoern A. Zeeb < > bzeeb-lists@lists.zabbadoz.net> wrote: > > > application or configuration issue unrelated to jails. > > > > > > > Absolutely. Thanks for making me realize it though. > > Peace! > _______________________________________________ > 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" > do you have a personal firewall or are natting at any point on your pc (not the ftp server), as if you do and are using active, the firewall ftp proxy wont be able to read the data stream in SSL mode as its encrypted, and hence setup the needed forwarding rules. WHy not try sftp? Probably more secure and a dam site easier to setup.