From owner-freebsd-questions@FreeBSD.ORG Sun Oct 27 13:06:40 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 656C597E for ; Sun, 27 Oct 2013 13:06:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 392EA2753 for ; Sun, 27 Oct 2013 13:06:39 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 2C10220BB0 for ; Sun, 27 Oct 2013 09:06:38 -0400 (EDT) Received: from web4 ([10.202.2.214]) by compute2.internal (MEProxy); Sun, 27 Oct 2013 09:06:38 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=1oxbew4FArzEJFxucr3tRwX4/a4=; b=ipPdo k9zEs5BKWOqy1WT6J0SKaQSDE2UGVw4PokZqUE3EuAFu4YCjhtRb6cDi4lC3cYNH UM80Kbx7Mja7MurIjwhAzUhbmUmXweCyokDBsi9CNjssBg45tKEbsNbPQSDswObB Kws9hAlTo3wLxut+Usac5+zKZfTRW3n2/9kAqI= Received: by web4.nyi.mail.srv.osa (Postfix, from userid 99) id D3E2910303C; Sun, 27 Oct 2013 09:06:37 -0400 (EDT) Message-Id: <1382879197.20073.39265573.5C199811@webmail.messagingengine.com> X-Sasl-Enc: mScur0lqY4DZ1PzPSPehw5rcoVDEmE1X7Nocdiyr5Jca 1382879197 From: Mark Felder To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-25c9bdb0 Subject: Re: daap and pf Date: Sun, 27 Oct 2013 08:06:37 -0500 In-Reply-To: <1382859771.17026.YahooMailNeo@web160504.mail.bf1.yahoo.com> References: <1382859771.17026.YahooMailNeo@web160504.mail.bf1.yahoo.com> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 13:06:40 -0000 On Sun, Oct 27, 2013, at 2:42, Laszlo Danielisz wrote: > I run a Firefly server on my FreeBSD machine. > In case I disable pf everything works fine. As I enable it I can not > connect/I can't see the server in iTunes, even if I put the following > line into pf.conf > > > pass in quick on $ext_if inet proto { tcp, udp } from 192.168.1.0/24 to > ($ext_if) port 1:65000 > > What if you try a rule like this: pass in quick on $ext_if inet from 192.168.1.0/24 to self