Hi,
Setup a RH9 Proxy using Squid.
Any idea how I = can block MSN & YAHOO CHAT using any modules....
(a) Squid= ACLs
(b) IPTABLEs
(c) any other mode & means....
Thanks & regards,
Vai
[1]= [www.rediffm=]
References
Hi Vaibhav,
To block Msn messenger with iptables.
# iptables -A FORWARD -p tcp --dport 1863 -j DROP
To block Yahoo messenger --> this might work but not sure..in my case it worked before 9 months. Yahoo messenger works on different ports. you can offcourse restrict the whole domain but that would not be fair.
# iptables -A FORWARD -p TCP --dport 5000:5010 -j REJECT # iptables -A FORWARD -d cs.yahoo.com -j REJECT # iptables -A FORWARD -d scsa.yahoo.com -j REJECT
On Thu, 2004-07-01 at 11:09, vaibhav samant wrote:
Hi,
Setup a RH9 Proxy using Squid.
Any idea how I = can block MSN & YAHOO CHAT using any modules....
(a) Squid= ACLs
(b) IPTABLEs
(c) any other mode & means....
Thanks & regards,
Vai
[1]= [www.rediffm=]
References