Displaying 1 result from an estimated 1 matches for "port_printer_agent".
2004 Jun 07
0
Hierarchy of HTBs
...10.0.0.0/8 ;
class ( <$external> ) if ip_dst != 10.0.0.0/8 ;
class ( <$vpn> ) if ip_dst == 192.168.100.0/24 || \
ip_dst == 192.168.101.0/24 ;
class ( <$lpr> ) if tcp_dport == PORT_PRINTER || \
tcp_dport == PORT_PRINTER_AGENT || \
tcp_dport == PORT_PRINT_SRV ;
class ( <$other> ) if 1 ;
/* section in which we configure the qdiscs and classes */
htb () {
class ( rate 100Mbps, ceil 100Mbps ) {
$local = class ( rate 10Mbps, ceil 100Mbps ) { sfq; } ;
$e...