Date: Fri, 17 Nov 2000 18:22:45 -0700 (MST) From: Nate Williams <nate@yogotech.com> To: Buliwyf McGraw <buliwyf@libertad.univalle.edu.co> Cc: security@FreeBSD.ORG Subject: Re: Napster Port Message-ID: <14869.55781.674921.949509@nomad.yogotech.com> In-Reply-To: <Pine.BSF.4.21.0011171936100.75956-100000@libertad.univalle.edu.co> References: <Pine.BSF.4.21.0011171936100.75956-100000@libertad.univalle.edu.co>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14869.55781.674921.949509>
