Re: Napster Block Ipchains Debian 2.2

2001-03-02 Thread John Galt
I'm thinking you could use a snort ruleset to do the trick... They have a policy ruleset that covers it at http://www.snort.org/Files/03012001/policy.rules Looks like about a dozen or so rules for napster, and another half dozen or so gnutella On Fri, 2 Mar 2001, Martin Marconcini wrote:

Re: Napster Block Ipchains Debian 2.2

2001-03-02 Thread Mike Dresser
> Well, my method wasn't perfect, but it would probably get the napster > traffic down 75% (depending on the knowledge of the userbase in > question). Never underestimate the power of free music =) > > I don't think you can get around the opennap problem, since you wouldn't > know where it is loc

Re: Napster Block Ipchains Debian 2.2

2001-03-02 Thread John L. Fjellstad
On Fri, Mar 02, 2001 at 10:55:13AM -0500, Mike Dresser wrote: > a) opennap(using c, or other methods) > b) proxy servers > c) napigator > > All these ways will get you around a block to the napster website. a) and b) > will > get around a block to *.napster.com Well, my method wasn't perfect, b

Re: Napster Block Ipchains Debian 2.2

2001-03-02 Thread Hall Stevenson
> > My firewall is using Debian and my damn boss > > asked me to block napster. > Don't try to block napster by port number. Just understand > how napster works. > > It works by letting a client query the *napster* server for lists > of systems that have a particular song. The client then goes > t

Re: Napster Block Ipchains Debian 2.2

2001-03-02 Thread Mike Dresser
a) opennap(using c, or other methods) b) proxy servers c) napigator All these ways will get you around a block to the napster website. a) and b) will get around a block to *.napster.com "John L. Fjellstad" wrote: > On Fri, Mar 02, 2001 at 12:41:12PM -0300, Martin Marconcini wrote: > > > >

Re: Napster Block Ipchains Debian 2.2

2001-03-02 Thread John L. Fjellstad
On Fri, Mar 02, 2001 at 12:41:12PM -0300, Martin Marconcini wrote: > > My firewall is using Debian and my damn boss asked me to block napster. Don't try to block napster by port number. Just understand how napster works. It works by letting a client query the *napster* server for lists of

Napster Block Ipchains Debian 2.2

2001-03-02 Thread Martin Marconcini
Hello: My firewall is using Debian and my damn boss asked me to block napster. i have eth0 internal and eth1 external. eth0 = 10.0.0.0/255.255.0.0 eth1 = x.x.x.x I can't find a damn way to do it. ipchains -A input -j DENY -p tcp -s 0/0 -d 0/0