From owner-freebsd-questions Mon Mar 13 1: 8:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from area51.v-wave.com (area51.v-wave.com [24.108.26.39]) by hub.freebsd.org (Postfix) with SMTP id 741DF37B562 for ; Mon, 13 Mar 2000 01:08:53 -0800 (PST) (envelope-from flatline@area51.v-wave.com) Received: (qmail 6840 invoked by uid 1001); 13 Mar 2000 09:09:19 -0000 Date: Mon, 13 Mar 2000 02:09:18 -0700 From: Chris Wasser To: Corigan Cc: FreeBSD Questions List Subject: Re: Napster + ipfw Message-ID: <20000313020918.A6769@area51.v-wave.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from corigan@mindspring.com on Mon, Mar 13, 2000 at 03:55:13AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Mar 13, 2000 at 03:55:13AM -0500, Corigan wrote: > Anybody had any luck getting napster to work behind a firewall? I am Yes, I have, I've tried with both the linux and bsd version of nap (v0.9) as well as BWap which is a "opensource" napster client, all three of them use the same port (and only one port needs to be opened) while I am using ipfilter, it should still be applicable to help you solve your problem: pass in quick on _yourinetdevice_ proto tcp from any to _yourip_/32 port = 6699 flags S keep state keep frags To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message