Results 1 to 1 of 1
I need to setup different route with different tos value.
I can use the flowing command to add a tos route to routing table.
ip route 192.168.0.2/32 via 192.168.0.1 tos ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-27-2007 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 2
ip route tos not always work
I need to setup different route with different tos value.
I can use the flowing command to add a tos route to routing table.
ip route 192.168.0.2/32 via 192.168.0.1 tos 0x10
I used "ping -Q" to test it with different tos, the output packet is marked correctly.
The problem that is only the tos value defined at /etc/iproute/rt_dsfield can route base on the tos route.
Do any one know why?


Reply With Quote
