Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Oscar Arranz <oarranz@riafinancial.com>
To: netfilter@lists.netfilter.org
Subject: Iptables don't block traffic
Date: Thu, 22 Apr 2004 15:53:35 +0200	[thread overview]
Message-ID: <4087CE5F.5030503@riafinancial.com> (raw)

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






             reply	other threads:[~2004-04-22 13:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-22 13:53 Oscar Arranz [this message]
2004-04-22 14:46 ` Iptables don't block traffic Antony Stone
2004-04-22 17:03   ` Oscar Arranz
2004-04-22 17:13     ` Rob Sterenborg
2004-04-22 14:47 ` Andrew Schulman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4087CE5F.5030503@riafinancial.com \
    --to=oarranz@riafinancial.com \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox