Re: [squid-users] Deny yahoo messager

From: <trainier@dont-contact.us>
Date: Sat, 21 Feb 2004 02:08:19 -0500

Doesn't yahoo use the same machine (ip address) for login requests? If
you don't know it, run a sniffer on a machine and identify it.
Then, simply block the machine(s) using the dst acl directective.

Tim Rainier

"Winanjaya" <winan888@cbn.net.id>
02/19/2004 09:34 PM
Please respond to "Winanjaya"
 
        To: "Henrik Nordstrom" <hno@squid-cache.org>
        cc: <squid-users@squid-cache.org>
        Subject: Re: [squid-users] Deny yahoo messager

below is my /etc/iptables

iptables -A INPUT -s 172.16.1.88--dport 80 -j ACCEPT
iptables -A INPUT -s 172.16.1.88--dport 25 -j ACCEPT
iptables -A INPUT -s 172.16.1.88--dport 110 -j ACCEPT
iptables -A INPUT -s 172.16.1.88-j DROP
iptables -A FORWARD -s 172.16.1.88--dport 80 -j ACCEPT
iptables -A FORWARD -s 172.16.1.88--dport 25 -j ACCEPT
iptables -A FORWARD -s 172.16.1.88--dport 110 -j ACCEPT
iptables -A FORWARD -s 172.16.1.88-j DROP
iptables -A FORWARD -i eth1 -j ACCEPT

but yahoomessenger is smarter, it will check the opened port and then use
it
..

I need advice .. thanks
Received on Sat Feb 21 2004 - 00:08:24 MST

This archive was generated by hypermail pre-2.1.9 : Mon Mar 01 2004 - 12:00:02 MST