All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] mark incoming traffic
@ 2007-04-02 12:02 Bgs
  2007-04-02 13:21 ` Bgs
  0 siblings, 1 reply; 2+ messages in thread
From: Bgs @ 2007-04-02 12:02 UTC (permalink / raw)
  To: lartc


  Greetings,

I'd like to mark incoming traffic based on TOS to use the mar for 
backtraffic routing. I have two gateways on the same net and incoming 
traffic may arrive from any of them. I want the return packets to go the 
same way. My plan is:

Normal traffic goes through default gw. Traffic from the other has TOS 
0x08 set. I'd like to mark traffic with TOS and use fwmark awith iproute 
for outbound packets.

My problem is that I can mark based on an incoming property and I need 
the mark on the outbound packets. How can I do this?

Doing "-A INPUT -p tcp -m tos --tos 0x08 -j MARK --set-mark 1" (in 
mangle of course) is not good as the mark is lost. Doing tests with "-A 
OUTPUT -p tcp -d test_client_ip -j MARK --set-mark 1" works ok.

Is there a solution?

Thanks in advance
Bgs

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

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

end of thread, other threads:[~2007-04-02 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-02 12:02 [LARTC] mark incoming traffic Bgs
2007-04-02 13:21 ` Bgs

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.