search for: ipqmd

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

Did you mean: ipcmd
2005 Nov 21
0
Using DSCP to choose a route table
...using ''ip rule add fwmark'' to have each packet routed in the appropriate class. However, I now need to combine this routing daemon with other programs to create a complete system and more than one of them requires the iptables QUEUE target. There exists an IPQ Multiplex Daemon (ipqmd), but it uses the iptables MARK target to identify which packets are sent to which program, and I can''t use MARK for two different things. I have tried to use ''ip rule add tos'' to map TOS field values into route tables directly (this works great with tc for the queues),...