Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2009 20:06:24 +0700
From:      "Anh Ky Huynh" <kyanh@viettug.org>
To:        =?UTF-8?B?RMOhbmllbGlzeiBMw6FzemzDsw==?= <laszlo_danielisz@yahoo.com>
Cc:        freebsd-pf@freebsd.org
Subject:   Re: pf vs. afp
Message-ID:  <20091225200624.0a19fa55@icy.localdomain>
In-Reply-To: <899286.55058.qm@web30806.mail.mud.yahoo.com>
References:  <899286.55058.qm@web30806.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 25 Dec 2009 04:33:03 -0800 (PST)
D=C3=A1nielisz L=C3=A1szl=C3=B3 <laszlo_danielisz@yahoo.com> wrote:

>=20
> ________________________________
>=20
> Hello,
>=20
> It's been a while I struggeling how to deal with apf/netatalk
> passing trough my pf rules. If I disable pf everything is working
> great (but I still do want firewall on my server). I tried the
> following rule but it still don't lets me in:
>=20
> pass in log on $int_if inet proto { tcp, udp } from $localnet to
> ($int_if) port=3D548  flags S/SA keep state

I think the problem is "($int_if)". You should use, for e.g,

	from $localnet to 192.168.1.123

> When I try a telnet on port 548 I got "Operation timed out", in
> pflog I can see that my Mac tries to connect but I have no clue why
> it can't when the coresponding port is open, do you have any idea?

Regards,

--=20
Anh Ky Huynh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091225200624.0a19fa55>