Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Nov 2000 17:24:06 -0800
From:      Dragos Ruiu <dr@kyx.net>
To:        nate@yogotech.com (Nate Williams), Nate Williams <nate@yogotech.com>, Buliwyf McGraw <buliwyf@libertad.univalle.edu.co>
Cc:        security@FreeBSD.ORG
Subject:   Re: Napster Port
Message-ID:  <00111717251704.29995@smp.kyx.net>
In-Reply-To: <14869.55781.674921.949509@nomad.yogotech.com>
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 protocol description:

url: http://opennap.sourceforge.net/napster.txt

cheers,
--dr

On Fri, 17 Nov 2000, Nate Williams wrote:
> >  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}


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?00111717251704.29995>