All of lore.kernel.org
 help / color / mirror / Atom feed
* MARKing question
@ 2005-01-31 10:29 Askar
  2005-01-31 16:25 ` Jason Opperisano
  0 siblings, 1 reply; 3+ messages in thread
From: Askar @ 2005-01-31 10:29 UTC (permalink / raw)
  To: netfilter

hi list, 

I'm MARKing packets in PREROUTING of mangle with the below rule to
route them from other route then the default route .(iproute2 +
iptables)

$iptables -A PREROUTING -i eth0 -t mangle -s 202.xxx.xxx.0/24 -d 0/0
-p tcp --dport 80 -j MARK --set-mark 4

What I want is to exclude a single IP from the above to be MARKed, i-e
the particular IP packets goes through default route of the firewall
machine not through iproute2 route.

Is this possible with iptables or I have to apply pom (extentions) to
accomplished this?

regards

Askar

(after bouncing head on desk for days trying to get mine working, I'll make
your life a little easier)


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

end of thread, other threads:[~2005-02-01  5:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-31 10:29 MARKing question Askar
2005-01-31 16:25 ` Jason Opperisano
2005-02-01  5:18   ` Askar

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.