Displaying 4 results from an estimated 4 matches for "policyroutingbook".
2006 Jul 29
1
FWMark routing trouble
Hi everybody,
I''m trying to set up routing for 2 links to the internet on a box which
produces traffic itself (e.g. DNS) and will route all our local
traffic.
AS one route is quick and expensive and the other one slow and cheap, I
want to be able to route packets for some high-level protocols to the
second link.
If I correctly understood table 3-2 in
2004 May 07
0
Policy based routing support for IPv6 in Linux
...|
|
|---|
| R |
|---|
/ \
/ \
|-------|
| S |
|-------|
The two interfaces of S both reside in a different IP subnet.
For IPv4 this works ok, but IPv6 does not seem to interact with the Routing Policy DataBase (RPDB) as explained in http://www.policyrouting.org/PolicyRoutingBook/ONLINE/CH09.web.html section 9.2. Here it is stated that this might be solved in the later releases of the Linux kernel 2.5 and further. I am using RH 9 (2.4.20-8), 2.4 based kernel so that might explain why it does not work but before I decide to move to a newer kernel release I hope someone can h...
2006 May 23
5
QoS book
Hello all,
Can anyone recommend a good book which thoroughly explains QoS from a
Linux perspective? Something with TC examples & the like. I''ve looked
at the following:
http://www.amazon.com/gp/product/1580533418/qid=1148368189/sr=1-2/ref=sr_1_2/102-2819973-6353768?s=books&v=glance&n=283155
Engineering Internet QoS.
Thanks.
2007 Sep 16
5
using tc to drop packets based on the diffserc or tos value
Hi all,
I am wondering if anyone can help me to resolve a problem.
I am trying to use tc command in linux to drop udp
packets of specific diffserv value.
I am able set diffserv value successfully in the udp packet
using command:-
[root@scotch src]#iptables --table mangle --append OUTPUT \
--out-interface eth0 --protocol udp --source-port 5060 \
--jump DSCP --set-dscp 8
but i am not able to