Date: Sun, 27 Oct 2013 08:06:37 -0500 From: Mark Felder <feld@FreeBSD.org> To: freebsd-questions@freebsd.org Subject: Re: daap and pf Message-ID: <1382879197.20073.39265573.5C199811@webmail.messagingengine.com> In-Reply-To: <1382859771.17026.YahooMailNeo@web160504.mail.bf1.yahoo.com> References: <1382859771.17026.YahooMailNeo@web160504.mail.bf1.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1382879197.20073.39265573.5C199811>