On Fri, Dec 22, 2000 at 02:03:12AM +1100, Peter wrote:
> I want to block ICQ access from any machine on my network between the
> hrs of xx00hrs and yy00hrs. 
> 
> I am masq using a box running kernal 2.2.6
> 
> Any ideas how I can best do this ??
> 
I tend to use (as well as rm'ing ip_masq_icq.o)

/sbin/ipchains -A input -s 192.168.66.0/24 -d 0/0 4000 -p tcp -j DENY
/sbin/ipchains -A input -s 192.168.66.0/24 -d 0/0 4000 -p udp -j DENY

as, last i heard the server side of ICQ listens on port 4000.

> Why do I want to do this ?? Well the one sided, conversation went
> something like this "If you can't manage your ICQ usage particularly
> your dowloading I'll manage it for you"
> 
> Thanks
> Peter
> 
> 
> -- 
> SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
> More Info: http://slug.org.au/lists/listinfo/slug
> 

-- 
                                                    Steve
  "I'm a sysadmin because I couldn't beat a blind monkey in a coding contest."
                                                        --Me


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to