Displaying 2 results from an estimated 2 matches for "ftos".
Did you mean:
fos
2005 May 10
1
Help with PRIO qdisc and filters
...filter add dev ppp0 parent 1:0 prio 1 protocol ip u32 match ip tos 0x48
0xff flowid 1:2
tc filter add dev ppp0 parent 1:0 prio 1 protocol ip u32 match ip tos 0x58
0xff flowid 1:3
# use ebtables to set the TOS field. First flush the rules
ebtables -t broute -F
ebtables -t broute -I BROUTING 1 -j ftos --set-ftos 0x28 -p IPv4 --ip-src
192.168.1.151/32
ebtables -t broute -I BROUTING 2 -j ftos --set-ftos 0x48 -p IPv4 --ip-src
192.168.1.152/32
ebtables -t broute -I BROUTING 3 -j ftos --set-ftos 0x58 -p IPv4 --ip-src
192.168.1.153/32
----------- End Script ------------------
What I see is the hig...
2001 Jan 23
5
iptables
Isn''t it possible with iptables to filter on DSCP field?
Thanks,
Tom Aernoudt