search for: dev_dsl

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

Did you mean: dev_del
2005 May 24
6
Problem with marking packets...
...g(!), but with this I can only queued download traffic. Problem is very essential. I need to distinguish on which interface packet is going. Im routing packet using this: ip route add default via 192.168.10.1 dev eth0 table neo ip rule add fwmark 0x03 table neo ip route add 80.53.133.24/29 dev $DEV_DSL table dsl ip rule add fwmark 0x04 table dsl And I''m marking traffic as I want. IMQ is working in AB mode. I have src IP before nat, and dst after nat. Upload traffic is going to IMQ1 here: iptables -t mangle -A POSTROUTING -j IMQ --todev 1 Some ideas?