Displaying 2 results from an estimated 2 matches for "wan_b".
Did you mean:
lan_b
2007 Oct 17
2
TC basic match problems
...o,
I am attempting to match on a single bit of the NF mark value, and after
hours of reading and googling I can not get the syntax right. It got to
be something very simple, yet I can''t find it. Any help will be greatly
appreciated.
Thanks!
root@Arzamas:/etc/init.d# tc filter add dev wan_b protocol ip prio 2
parent 1:0 basic match meta\(nf_mark mask 0x80 eq 0x80\) flowid 1:0x80
RTNETLINK answers: No such file or directory
We have an error talking to the kernel
root@Arzamas:/etc/init.d#
root@Arzamas:/etc/init.d# tc qdisc show dev wan_b
qdisc htb 1: r2q 10 default 2 direct_packets_st...
2007 Sep 16
1
Yet another shaping question
...t of pointers on
how to best subdivide traffic accordingly to my needs, and which shapers
to place on every leaf. I am very experienced with netfilter and have
minor experience with HTB so keep it concise and technical. Enough
blabber here is the setup:
----------- -----------
- wan_a - - wan_b -
- 1.1.1.1 - - 5.5.5.5 -
- 1.1.1.2 - - -
----------- -----------
\ /
\ /
----------------------
- Server/Router -
----------------------
/ \
/ \
------------ ------------
- lan_a - - lan_b...