ipf and amule

fbsd_user fbsd_user at a1poweruser.com
Sun Apr 2 12:35:27 UTC 2006


You need to add keep state to the inbound rules for amule ports.

-----Original Message-----
From: owner-freebsd-questions at freebsd.org
[mailto:owner-freebsd-questions at freebsd.org]On Behalf Of jorge
alonso
Sent: Saturday, April 01, 2006 11:40 PM
To: questions at freebsd.org
Subject: ipf and amule


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 = 53 flags S
keep state
pass out quick on vr0 proto udp from any to any port = 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 = 80 flags S
keep state
pass out quick on vr0 proto tcp from any to any port = 443 flags S
keep
state

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

block in on vr0 all
#block out on vr0 all
####################################################################
#####
_______________________________________________
freebsd-questions at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe at freebsd.org"



More information about the freebsd-questions mailing list