search for: 1544kbps

Displaying 4 results from an estimated 4 matches for "1544kbps".

2004 Jun 07
0
Hierarchy of HTBs
...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; } ; $external = class ( rate 1544kBps, ceil 1544kBps ) { /* T1 */ htb () { /* all external traffic */ $vpn = class ( rate 1000kBps, ceil 1544kBps ) { htb () { $lpr = class ( rate 100kBps, ceil 1544kBps ) { sfq; } ; $other = class ( rate 900kBps, ceil 1544kBps ) {...
2004 Jan 29
1
RE: LARTC digest, Vol 1 #1564 - 6 msgs
...ch of the IP0 and IP1 classes, you''d have an easy way to do so. > > dev eth0 { > egress { > class ( <$ip0> ) if ip_src == IP0 ; > class ( <$ip1> ) if ip_src == IP1 ; > htb () { > class ( rate 1544kbps, ceil 1544kbps ) { /* T1 speed */ > $ip0 = class ( rate 1024kbps, ceil 1544kbps ) ; > $ip1 = class ( rate 384kbps, ceil 1544kbps ) ; > } > } > } > } > > Alternately, you may wish to simulate v...
2004 Jan 15
3
Shaping Device Aliases
Hi. I understand that device aliases (e.g. eth2:3) are not shapeable. Does anybody know if this functionality is planned in the future? Anyway, for the time being the only option that seems to leave is to fwmark packets differently for each device alias and then shape based on that. Is it possible to set multiple marks on the packets? Alternatively, is it possible to check for a specific
2004 Jan 28
1
Problems with multipath routing.
Hi all, I have setup two multipath route tables on my system for doing failover routing, What I want it''s that if GW at route1 of the MP is dead, traffic goes by route2, for doing that I have created the multipath routes as follows: ip route add table mail.traffic proto static nexthop via ${GW1} dev eth1 weight 1 nexthop via ${GW2} dev eth1 weight 250 But it does not run as I