All of lore.kernel.org
 help / color / mirror / Atom feed
* travelling the tables and chains...
@ 2005-04-04  2:25 Guido Lorenzutti
  2005-04-04  3:30 ` Grant Taylor
  2005-04-05  4:28 ` Jason Opperisano
  0 siblings, 2 replies; 3+ messages in thread
From: Guido Lorenzutti @ 2005-04-04  2:25 UTC (permalink / raw)
  To: netfilter

Hi people, i would like to clean up my firewall script by creating new 
chains in the filter table. Like this:

iptables -N FORWARD_WAN_TO_LAN

Then, call the traffic in the FORWARD chain:

iptables -A FORWARD -i $WAN -o $LAN -j FORWARD_WAN_TO_LAN

Now how can i discriminate the DNATed packets from that rule? It's OK if 
i MARK them in the PREROUTING chain and create a rule BEFORE in the 
FORWARD chain to check if the packet im MARKed then -j DNATED_WAN_TO_LAN?

Any better ideas?


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

end of thread, other threads:[~2005-04-05  4:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-04  2:25 travelling the tables and chains Guido Lorenzutti
2005-04-04  3:30 ` Grant Taylor
2005-04-05  4:28 ` 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.