All of lore.kernel.org
 help / color / mirror / Atom feed
* MSN and Yahoo Block through IPTABLES
@ 2003-06-25 10:23 Asim Ejaz Butt
  2003-06-25 18:49 ` David Busby
  2003-06-26  7:40 ` Joel Newkirk
  0 siblings, 2 replies; 7+ messages in thread
From: Asim Ejaz Butt @ 2003-06-25 10:23 UTC (permalink / raw)
  To: netfilter

Hello Gurus,

I am trying to block MSN and Yahoo Instant Messengers with my LAN using
IPTABLES. Following commands are used to block them but unsuccessful.

 /sbin/iptables -A FORWARD -p tcp -s 192.168.5.85 --dport 1863 -j REJECT
 /sbin/iptables -A FORWARD -p tcp -s 192.168.5.85 -d 64.4.0.0/18 -j REJECT

 /sbin/iptables -A FORWARD -d cs.yahoo.com -j REJECT
 /sbin/iptables -A FORWARD -d scsa.yahoo.com -j REJECT

Anyone help in blocking them through IPTABLES.

Asim Ejaz Butt
asim.butt@streaming-networks.com



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-06-30 16:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-25 10:23 MSN and Yahoo Block through IPTABLES Asim Ejaz Butt
2003-06-25 18:49 ` David Busby
2003-06-26 11:38   ` Asim Ejaz Butt
2003-06-26 16:12     ` Jamie Pratt
2003-06-30 16:35       ` Aaron Sethman
2003-06-26  7:40 ` Joel Newkirk
2003-06-26  8:36   ` Ray Leach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.