From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bgs Date: Mon, 02 Apr 2007 12:02:07 +0000 Subject: [LARTC] mark incoming traffic Message-Id: <4610F0BF.20304@bgs.hu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org 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