All of lore.kernel.org
 help / color / mirror / Atom feed
From: Visham Ramsurrun <vishamr2000@gmail.com>
To: netfilter@lists.netfilter.org
Subject: ICMP rule for stateful firewall
Date: Mon, 9 May 2005 14:15:51 +0400	[thread overview]
Message-ID: <9927912d05050903154ad4c3f6@mail.gmail.com> (raw)

Hi to all,

I wanted to ask if such a rule was possible:

iptables -A FORWARD -i eth0 -o eth0 -s 192.168.10.0/24 -d
192.168.10.0/24 -m state --state NEW,ESTABLISHED,RELATED -p icmp
--icmp-type echo request -j ACCEPT

Regards,
Visham


             reply	other threads:[~2005-05-09 10:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-09 10:15 Visham Ramsurrun [this message]
2005-05-09 14:47 ` ICMP rule for stateful firewall Taylor, Grant
2005-05-09 15:16 ` Jason Opperisano

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=9927912d05050903154ad4c3f6@mail.gmail.com \
    --to=vishamr2000@gmail.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 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.