From owner-freebsd-pf@freebsd.org Tue Oct 20 00:47:48 2015 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19869A19974 for ; Tue, 20 Oct 2015 00:47:48 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AEA72AF3 for ; Tue, 20 Oct 2015 00:47:47 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: by wikq8 with SMTP id q8so22860214wik.1 for ; Mon, 19 Oct 2015 17:47:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=wcMUDx06QVJe997g4JiP9jGuHimpuGOtelTugBDnrYo=; b=jISkRABSOdfz2GZXgsyhCulFh9Emaka56uyR34hDVyJpdorV64AMvH5S9byjMXqo5E ccfOJ/U+w53vT0B0xDy7fsfKJJQ2xv08dS2Jto70mF4ZHzCnGr3UDSeoeF2YkK7vbuK0 4bsioL4YF1FVaTn59Ji6XhvmSKUL9KT7HgPydSwOMk8NWKgd/GbU+s4Jub6mOkNqhIBL /CHUm5rxStwfYuw8d1BSWjtKtVu13QxsxmDC2pnKKnKY8o19cLAH0U2ag9NtiqAcqkwc EEVFkfALAFpXrZ52lEsHPjlpBF6o9oLlzoPHFIv+mw8kUD4kXVe6jMezYGzyzXbzs5X1 f2Og== MIME-Version: 1.0 X-Received: by 10.194.80.71 with SMTP id p7mr287565wjx.83.1445302066291; Mon, 19 Oct 2015 17:47:46 -0700 (PDT) Received: by 10.194.162.100 with HTTP; Mon, 19 Oct 2015 17:47:46 -0700 (PDT) Date: Mon, 19 Oct 2015 20:47:46 -0400 Message-ID: Subject: Working pf ftp configurations From: David Mehler To: freebsd-pf Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2015 00:47:48 -0000 Hello, If anyone is using freebsd 10 I suppose, pf, and using a system as an ftp client or using the system to protect jails or other systems on a network, providing them ftp access to the net, via ftp-proxy can you share your configurations? What I've got is not working, initially I had a single system that wouldn't allow an ls ona remote ftp server, I then added in some jails for other reasons, tried them, and they do the same, can connect can log in, can not do ls or anything else. The original system/gateway/jail holding box, does run ftp-proxy it is showing up on 127.0.0.1 port 8021. Thanks. Dave.