search for: ____1

Displaying 2 results from an estimated 2 matches for "____1".

Did you mean: _____
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 1:100 I copy a file to 172.16.11.1 class 1:100 go into effect. I copy a file to 172.16.11.2 cla...
2002 Jul 12
0
HTB filter rules
...|_____| __|__ | 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 flowid 1:100 I copy a file from C to B, class 1:100 go into effect. but when I copy a file from C...