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
> 
>    1. 3D"http://clients.rediff.com/signature/track_sig.asp";
-- 
Joel n.solanki
Systems Administrator
(M) 91-9825500258
D2V ISP PVT LTD
http://www.d2visp.com




-- 
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to