From owner-freebsd-questions@FreeBSD.ORG Sun Apr 2 12:35:27 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E7E516A400 for ; Sun, 2 Apr 2006 12:35:27 +0000 (UTC) (envelope-from fbsd_user@a1poweruser.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id D547943D4C for ; Sun, 2 Apr 2006 12:35:26 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([70.39.69.56]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060402123526.WESL28141.mta11.adelphia.net@barbish>; Sun, 2 Apr 2006 08:35:26 -0400 From: "fbsd_user" To: "jorge alonso" , Date: Sun, 2 Apr 2006 08:35:27 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: ipf and amule X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Apr 2006 12:35:27 -0000 You need to add keep state to the inbound rules for amule ports. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of jorge alonso Sent: Saturday, April 01, 2006 11:40 PM To: questions@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@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"