From owner-freebsd-security Fri Nov 17 19:34:40 2000 Delivered-To: freebsd-security@freebsd.org Received: from secure.siteways (unknown [160.79.58.5]) by hub.freebsd.org (Postfix) with ESMTP id 26D8E37B479 for ; Fri, 17 Nov 2000 19:34:38 -0800 (PST) Received: from coresyncosxlqv (unverified [209.187.200.168]) by secure.siteways (Vircom SMTPRS 4.0.179) with SMTP id ; Fri, 17 Nov 2000 21:33:10 -0500 Message-ID: <003501c05108$4093cc30$a8c8bbd1@coresyncosxlqv> From: "Jonathan M. Slivko" To: "Nate Williams" , "Buliwyf McGraw" Cc: References: <14869.55781.674921.949509@nomad.yogotech.com> Subject: Re: Napster Port Date: Fri, 17 Nov 2000 21:30:39 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Napster, the server runs on port 6699. -- Jonathan M. Slivko ----- Original Message ----- From: "Nate Williams" To: "Buliwyf McGraw" Cc: Sent: Friday, November 17, 2000 8:22 PM Subject: Re: Napster Port > > Hi to everyone! > > This is my question: > > - I want to deny all access to Napster from my subnet. I'm using ip > > filter... but i dont know what is the port that i need to block... > > Any sugestion about the right rule in my gateway??? > > This is the best I've got so far... > > # Disable Napster > /sbin/ipfw add 600 deny log tcp from any to 208.178.163.56/29 via ${netif} > /sbin/ipfw add 610 deny log tcp from any to 208.178.175.128/29 via ${netif} > /sbin/ipfw add 620 deny log tcp from any to 208.49.239.240/28 via ${netif} > /sbin/ipfw add 630 deny log tcp from any to 208.49.228.0/24 via ${netif} > /sbin/ipfw add 640 deny log tcp from any to 208.184.216.0/24 via ${netif} > /sbin/ipfw add 650 deny log tcp from any to 64.124.41.0/24 via ${netif} > /sbin/ipfw add 660 deny log tcp from any 8888 to any via ${netif} > > {where 'netif' is the network interface for the internet} > > > > Nate > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-security" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message