Displaying 2 results from an estimated 2 matches for "stuctrul".
Did you mean:
structrue
2002 Jul 04
1
filter add to which of class
htb was used to control traffic
stuctrul is like that(default is 1:20):
|----1:100
|------1:10|
1:1| |____1:110
|
|------1:20
#AC="tc filter add dev eth0 protocol ip parent 1:0
prio 1"
#$AC u32 match u32 0xac100b00 ffffff00 at 16 flowid
1:10
#$AC u32 match u32 0xac100b01 ffffffff at 16 flowid...
2002 Jul 12
0
HTB filter rules
...fic.
|----| eth0|------|eth2 |-----|
| B |------|___A__|------| D |
|____| |eth1 |_____|
__|__
| C |
|____|
A:three NIC was bind to br0:172.16.6.235/24
B:172.16.6.3/24
D:172.16.6.4/24
C:172.16.6.2/24
htb was used to control traffic on A
stuctrul is like that(default is 1:20):
|----1:100
|------1:10|
1:1| |____1:110
|
|------1:20
#AC="tc filter add dev eth1 protocol ip parent 1:0
prio 1"
#$AC u32 match u32 0xac100600 0xffffff00 at 16 flowid
1:10
#$AC u32 match u32 0xac100603 0xffffffff at 16 flo...