Displaying 20 results from an estimated 200 matches similar to: "QoS + TOS field"
2011 Jan 15
1
Is mirroring provides failover protection?
Hi,
I have two Gluster servers A and B. They are mirrored. I mount A. What happens when server A goes down?
I would like for my applications to seamlessly use data from the Gluster storage B.
Thanks,
Sergiy.
2007 Apr 26
1
Call prority (QUEUE_PRO) in the queues
Suppose I have one agent login into two different queue and there are calls waiting in both queues. If the calls in one queue has higher call prority (set QUEUE_PRO to higher value) than the calls in other queue, will the agent get the higher prority call first or the QUEUE_PRO has no effect?
We have an Asterisk server( 1.2.17 with CentOS) running as ACD. We are having problem using weight option
2006 Apr 10
1
Choppy Sound when using linux router or asterisk
Hello,
I created this setup,
DSL------LINUX ROUTER-------ASTERISK
Linux acts as router and forwards packets only
512M and AMD 1599.987 MHz
Asterisk
512M
AMD 2000 MHz
When I ssh to linux router during the call and
execute any command that requires cpu , then sound gets choppy.
Simple test would be establish a call and start "du /" on the router.
The same applies to asterisk box.
2007 Mar 11
4
Problem configuring voice conference
Hey!
I am trying to configure the voice onference with
MeetMe application for my internal users. I have my
server and 4 clients on same LAN and following is my
extensions.conf file:
[globals]
Ahsen=SIP/222
Tahami=SIP/444
Uzair=SIP/333
Wasif=SIP/555
[internal]
exten => 1234,1,Macro(voicemail,${Ahsen})
exten => 4321,1,Macro(voicemail,${Uzair})
exten => 5678,1,Macro(voicemail,${Tahami})
2004 Apr 28
1
Wondershaper stops limiting outbound traffic
I have wondershaper to limit my upload at 400kilobits (my line is 600kbps).
I do a lot of torrent seeding and I dont want my pings killed when I''m
uploading so I set low prority source ports as follows (by the way, I have
bittornet to only use ports 6881-6910):
NOPRIOPORTSRC="6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892
6893 6894 6895 6896 6897 6898 6899 6900 6901
2020 Jun 30
7
[Bug 3189] New: channel mux_ctx memory leak
https://bugzilla.mindrot.org/show_bug.cgi?id=3189
Bug ID: 3189
Summary: channel mux_ctx memory leak
Product: Portable OpenSSH
Version: 8.3p1
Hardware: ix86
OS: Linux
Status: NEW
Severity: critical
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
2004 Oct 10
3
How to invert tc matches?
Hi,
I want to use inverted matches with tc-filter. I tried to invert the
matches with a "!", but this doesn''t seem to be the correct syntax.
The following rules don''t work:
---------------------------snip-----------------------------------------
$TC filter $ACTION dev $DEV protocol ip parent 1:0 u32 match ip src
${NETWORK[$i]} !match ip dst 192.168.0.0/24 flowid
2005 Jul 22
0
Marco and Realtime Extension Problem
Dear All,
I have a problem with the Marco and the Realtime Extensions in my
extensions.conf. The problem is that when I exit from my Marco, I
should return to my calling context, which is default but the next
step for it should be switch statement which will use realtime
extension. Somehow I am getting the following error below with
autofallthrough=yes :
-- Executing
2004 Oct 21
2
asterisk & ipv6
Hello all,
I saw that the ipv6 support issue was brought up a couple of times but I
could quite get a complete picture of its status. Would asterisk
currentl work over IPv6? If yes which version does v6 support start from?
Thanks
Emil
2005 Jul 25
1
Re: Marco and Realtime Extension Problem [SOLVED]
Dear All,
Sorry to be posting again. I have solved my problem.
The problem is that when exiting from the macro, the priority number
is still in effect. For example, priority 1 is at the start before
entering macro after the macro the priorty will be 2. Since there
isn't any other dialplan command, the switch statement would be search
for a priority 2 in the Realtime extensions table.
One
2007 Aug 24
0
rate used by one pattern tarffic
Hi all,
I use TC/HTB and iptables to schape and classify users of a WLAN.
Is there a mean to get the amont of bandwidth used by one traffic in a
particular class.ie, @ipsource + @ipdestination for example?
Best regards,
Ba.T
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2004 Oct 13
5
Re: Is this actually possible?
>Hi everyone, and thanks for your help so far.
>
>I have been playing around with tc and htb for a couple of weeks now, and
>while I am nowhere near understanding everything here, I am beginning to
>know more about packets than I ever wanted to know.
>
>I have two university buildings with a 1mb connection to the Internet. The
>two buildings (on either side of town) are
2006 Jul 12
10
Rails: Good for everything?
My department is in a battle right now. We have some very por PHP
people and very pro Rails people. The php guys make a good argument
that Rails is good for new applications where we dictate the DB schema.
PHP shines where we go into an existing application, or a new one where
multiple databases or possibly legacy systems are involved. The PHP
guys basically say Rails is good for Web 2.0
2008 Feb 22
0
is tos=ef same as tos=0xb8 same as DSCP ef ?
Trying to figure out how to prefer voip traffic on a dsl line.
Found a great howto:
http://www.howtoforge.com/voip_qos_traffic_shaping_iproute2_asterisk
but I'm trying to figure out the relationship between the tos of
iax.conf and tos of tc from Iproute2. my traffic goes from my linux
router to a CPE cisco box. I understand Cisco uses tos ( usually
referred to as DSCP, just to keep us on
2014 May 13
1
[Bug 932] New: TOS: An Invert mask in TOS
https://bugzilla.netfilter.org/show_bug.cgi?id=932
Summary: TOS: An Invert mask in TOS
Product: nftables
Version: unspecified
Platform: x86_64
OS/Version: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: nft
AssignedTo: pablo at netfilter.org
ReportedBy: anarey at
2007 Jun 29
1
ip route tos not always work
Dear All,
I need to setup different route with different tos value.
I can use the flowing command to add a tos route to routing table.
ip route 192.168.0.2/32 via 192.168.0.1 tos 0x1c and
ip route 192.168.0.2/32 via 192.168.0.1 tos 0x40
I used "ping -Q" to test it with different tos, the output packet is
marked correctly.
The problem that is only the tos value defined at
2007 Jan 30
0
Problems matching tos on port 554
Hi There,
I am trying to match mac address and tos at the same time. It mostly works
for all ports, but recently I discovered that it doesn''t, for example it
does not work on port 554.
For each client I have two classes, one is the "good" traffic that I mark
using iptables with the line, for example:
/sbin/iptables -t mangle -A PREROUTING -p tcp --sport 554 -j TOS
2006 Aug 01
0
About iptables with set --tos option
Hello,
I want to set the TOS of packets that are entering in my network with
value 0x00 (or other). For this, I''m using iptables with the next comand:
iptables -t mangle -A FORWARD -i eth1 -s 0/0 -j TOS --set-tos 0x00
The problem ocurrs when my packets have a previous TOS of value
difference from 0x00, because the comand do the next operation:
OLD_TOS + 0x00 = OLD_TOS
I would want
2006 May 02
0
Are VoIP clients supposed to set TOS to minimum delay?
Hi all
Tcpdump shows Kphone UDP traffic has not set as
minimum delay traffic!
This is a tcpdump from My-IP to Other-IP:
13:07:14.704501 IP (tos 0x0, ttl 64, id 813, offset
0, flags [DF], proto: UDP (17), length: 120)
My-IP.32784 > Other-IP.10384: UDP, length 92
0x0000: 4500 0078 032d 4000 4011 0fce db4a
37e4
0x0010: d5ba 3e91 8010 2890 0064 50f7 8008
032e
0x0020:
2006 Feb 23
0
Gre Tos
Hi, how does gre tunnels handle the TOS/DS field in the encapsulated packet? Is the value copied to the encapsulating ip header?
thx jason
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc