Denis Voitenko wrote:

> I just installed transparent proxy on my server and found out that Read
> Player which is installed on all the clients sends enourmous number of
> packets to channels.real.com eventhough nobody viewins a movie or plays a
> stream. In addition to that, it pops up a number of annoying requests which
> it definetely picks up from the site. Is there a way I could route those
> packets somewhere like /dev/null? I have masquerading installed on 2.2.5
> kernel.

        ipchains -A input -s channels.real.com -b -j DENY

The above line wants to be added to one of your init scripts (for
Slackware: /etc/rc.d/rc.inet1; I don't know about other
distributions).

-- 
Glynn Clements <[EMAIL PROTECTED]>

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to