From owner-freebsd-questions@FreeBSD.ORG Wed Dec 8 16:53:11 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 9BBF8106566C; Wed, 8 Dec 2010 16:53:11 +0000 (UTC) (envelope-from reddvinylene@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3429E8FC1B; Wed, 8 Dec 2010 16:53:10 +0000 (UTC) Received: by vws9 with SMTP id 9so1164846vws.13 for ; Wed, 08 Dec 2010 08:53:10 -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=JUdsctRydmPdNlgvij9op1/7bAjrdHbi2Qu2i9HQhxs=; b=GPtbOsSRorCh/3BXXM4BxvWLCiOA+e3rgHzrQW9ROFQuTh6GWCW+iOSGeK8FJM/4NI +5d96ZdL+hra/uSGQu4VcwjJaZv+Py3s2bbqEW/qLvKdwWvGocIrAsDnWngtBeggKu1m 5D4ewG5vhZucFLgDv2nOnZfwq2nAy4EcsHyCg= 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=ex/IQBf2P5lbaOTCzs9gW9LcuU1XYQp8LN9ZmQn/lVsAo4ZO8Yc4VF26I7gjfdP1YF 2HnrnYYwPH7LB+tNG2w5YQcVU7vpt4MY0w9wcsroNFNRoToTM7NDLhn+xWaOJ7ksz5fw Fpb1s8e1TUtmEy8L8FGWW0zgeoBDQcJLD5tLo= MIME-Version: 1.0 Received: by 10.229.220.144 with SMTP id hy16mr6969293qcb.259.1291827190347; Wed, 08 Dec 2010 08:53:10 -0800 (PST) Received: by 10.229.217.210 with HTTP; Wed, 8 Dec 2010 08:53:10 -0800 (PST) In-Reply-To: References: <20101208155125.E6126@maildrop.int.zabbadoz.net> <20101208163047.S6126@maildrop.int.zabbadoz.net> Date: Wed, 8 Dec 2010 17:53:10 +0100 Message-ID: From: Redd Vinylene To: krad 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:53:11 -0000 On Wed, Dec 8, 2010 at 5:49 PM, krad wrote: > > 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. > Nope, nothing like that. Thanks though.