Click to See Complete Forum and Search --> : ipchains question


Iassen
01-18-2002, 04:09 AM
I am trying to stop all downloads from audiogalaxy.
I have set the following rule:

/sbin/ipchains -A input -d audiogalaxy.com -j DENY

But I still see some connections to squash.audiogalaxy.com, n237.audiogalaxy.com and some others.
What am I doing wrong?

Dagda
01-18-2002, 11:23 AM
sbin/ipchains -A input -d audiogalaxy.com -j DENY

Only stops stuff comming from 66.245.58.28

squash.audiogalaxy.com is 64.245.58.81
and
n237.audiogalaxy.com is 64.245.59.108

you have to add a deny line for all the IPs.

Do you know what port audiogalaxy uses?

[ 18 January 2002: Message edited by: Dagda ]

Iassen
01-18-2002, 05:41 PM
:D Yes !
I think it uses port 21 - ftp.

This is not good - there may be alot of audiogalaxy hosts.
I cannot block them all

[ 18 January 2002: Message edited by: Iassen ]