search for: 24000bps

Displaying 2 results from an estimated 2 matches for "24000bps".

Did you mean: 2400bps
2004 Apr 16
1
tcng and ip_len
...lass( <$bulk> ) if tcp_dport == 81 && !( ip_len & 0xfe00 ) ; or if tcp_dport == 81 && ip_len < 512 Both rules match any packet I send to port 81, even when the total IP length is much greater than 512 bytes: class htb 2:4 parent 2:1 leaf 5: prio 1 rate 8000bps ceil 24000bps burst 6Kb cburst 1839b Sent 244592 bytes 168 pkts (dropped 0, overlimits 0) rate 932bps lended: 94 borrowed: 74 giants: 0 tokens: -72884 ctokens: 22937 244592 / 168 = 1455.9 bytes/packet I captured the traffic to verify the packets indeed were greater than 512 bytes. If anyone knows what I...
2004 Jun 28
5
Modems behind Asterisk - how?
The configuration I'm building replaces an existing PBX with Asterisk. There are 8 existing modems that people use to call in from the outside to connect to PC(s) on the inside to transfer data, etc. Callers access these modems by calling the main number and then dialing an extension for the modem they want to talk to. What are my options for supporting these modems with Asterisk? Here are