Date: Fri, 17 Nov 2000 21:30:39 -0500 From: "Jonathan M. Slivko" <jon.slivko@belgacom.net> To: "Nate Williams" <nate@yogotech.com>, "Buliwyf McGraw" <buliwyf@libertad.univalle.edu.co> Cc: <security@FreeBSD.ORG> Subject: Re: Napster Port Message-ID: <003501c05108$4093cc30$a8c8bbd1@coresyncosxlqv> References: <Pine.BSF.4.21.0011171936100.75956-100000@libertad.univalle.edu.co> <14869.55781.674921.949509@nomad.yogotech.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Napster, the server runs on port 6699. -- Jonathan M. Slivko ----- Original Message ----- From: "Nate Williams" <nate@yogotech.com> To: "Buliwyf McGraw" <buliwyf@libertad.univalle.edu.co> Cc: <security@FreeBSD.ORG> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003501c05108$4093cc30$a8c8bbd1>