All of lore.kernel.org
 help / color / mirror / Atom feed
* ICMP rule for stateful firewall
@ 2005-05-09 10:15 Visham Ramsurrun
  2005-05-09 14:47 ` Taylor, Grant
  2005-05-09 15:16 ` Jason Opperisano
  0 siblings, 2 replies; 3+ messages in thread
From: Visham Ramsurrun @ 2005-05-09 10:15 UTC (permalink / raw)
  To: netfilter

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


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

end of thread, other threads:[~2005-05-09 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-09 10:15 ICMP rule for stateful firewall Visham Ramsurrun
2005-05-09 14:47 ` Taylor, Grant
2005-05-09 15:16 ` Jason Opperisano

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.