Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2006 05:39:32 +0100
From:      "jorge alonso" <livebrain@gmail.com>
To:        questions@freebsd.org
Subject:   ipf and amule
Message-ID:  <c65016fb0604012039o15a2f048qe16356e3fba7c61@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
i'm running amule in the box running the ipf. I can't get highid when
connecting to servers (i cant even connect to servers due to the lowid
thingy i suppose). If i remove the line:
"block in on vr0 all" amule connects without any problems. What i'am  doing
wrong ?
i have the folowwing rules:
################################################################
pass in quick on lo0 all
pass out quick on lo0 all

# ISP domain name server
pass out quick on vr0 proto tcp from any to any port =3D 53 flags S keep st=
ate
pass out quick on vr0 proto udp from any to any port =3D 53 keep state

pass out quick on vr0 proto icmp from any to any icmp-type 8 keep state
pass out quick on vr0 proto tcp from any to any port =3D 80 flags S keep st=
ate
pass out quick on vr0 proto tcp from any to any port =3D 443 flags S keep
state

# amule
pass in quick on vr0 proto tcp from any to any port =3D 4662
pass in quick on vr0 proto udp from any to any port =3D 4665
pass in quick on vr0 proto udp from any to any port =3D 4672

block in on vr0 all
#block out on vr0 all
#########################################################################



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