search for: test_client_ip

Displaying 1 result from an estimated 1 matches for "test_client_ip".

2007 Apr 02
1
mark incoming traffic
...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