From owner-freebsd-questions@FreeBSD.ORG Sun Apr 2 04:39:33 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 7F7C516A420 for ; Sun, 2 Apr 2006 04:39:33 +0000 (UTC) (envelope-from livebrain@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1076943D45 for ; Sun, 2 Apr 2006 04:39:32 +0000 (GMT) (envelope-from livebrain@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so1078669wra for ; Sat, 01 Apr 2006 20:39:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=q3LcpBBpHqfwQ50y2L5R73i8J7psjqlAEg5VIav1yQ1oGPYE/rzr2nk7t8pw1O4LslN79/E9zK7DUuQHU7ySF1ebl0bVYLA1myMYvnhVMZjx5umeepsBV5Yfkzh2kfqQzqonG9W5SVjV+o8o++U/b2pCfZFoGF6WimPaYXIUoqs= Received: by 10.64.76.8 with SMTP id y8mr182701qba; Sat, 01 Apr 2006 20:39:32 -0800 (PST) Received: by 10.65.176.18 with HTTP; Sat, 1 Apr 2006 20:39:32 -0800 (PST) Message-ID: Date: Sun, 2 Apr 2006 05:39:32 +0100 From: "jorge alonso" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: ipf and amule X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Apr 2006 04:39:33 -0000 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 #########################################################################