Linux Netfilter discussions
 help / color / mirror / Atom feed
* Iptables don't block traffic
@ 2004-04-22 13:53 Oscar Arranz
  2004-04-22 14:46 ` Antony Stone
  2004-04-22 14:47 ` Andrew Schulman
  0 siblings, 2 replies; 5+ messages in thread
From: Oscar Arranz @ 2004-04-22 13:53 UTC (permalink / raw)
  To: netfilter

Hi all, this is my first message to the list, so excuse me if it is too
trivial...

    I have a Red Hat box running as a firewall in my network. It's
working fine, but now I'm doing tests in order to block certain Internet
traffic. I've added the following rules which should drop packets from
my PC to a known public IP (a web server):

iptables -A FORWARD -s 192.138.35.110 -d 193.110.128.200 -j DROP

    But the packets are not droped because I still can connect to the
web server.

    The default rule for FORWARD chain is DROP

   Any ideas?

Thanks,
Oscar






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

end of thread, other threads:[~2004-04-22 17:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-22 13:53 Iptables don't block traffic Oscar Arranz
2004-04-22 14:46 ` Antony Stone
2004-04-22 17:03   ` Oscar Arranz
2004-04-22 17:13     ` Rob Sterenborg
2004-04-22 14:47 ` Andrew Schulman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox