This happens because the TOS and DSCP are the same field. TOS is the first implementation of QoS on the IP header, DSCP is it&#39;s evolution and uses the same field on the IP header, you can use only one of the two at the same time.<div>
<br></div><div>Best Regards,&nbsp;<br><br><div class="gmail_quote">On Wed, May 7, 2008 at 8:59 AM, Vikas &lt;<a href="mailto:topgun9@gmail.com">topgun9@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Concise summary: When I set the TOS to Minimize-Delay the DSCP field<br>
in the packet changes from &quot;Expedited Forwarding&quot; to &quot;Unknown&quot;<br>
<br>
Here are the details:<br>
<br>
Scenario 1: IpTables is not used to set the TOS<br>
<br>
This is what the packet looks like using wireshark:<br>
Internet Protocol, Src: 59.93.192.xx (59.93.192.xx), Dst:<br>
64.62.134.yyy (64.62.134.yyy)<br>
 &nbsp; &nbsp;Version: 4<br>
 &nbsp; &nbsp;Header length: 20 bytes<br>
 &nbsp; &nbsp;Differentiated Services Field: 0xb8 (DSCP 0x2e: Expedited<br>
Forwarding; ECN: 0x00)<br>
 &nbsp; &nbsp; &nbsp; &nbsp;1011 10.. = Differentiated Services Codepoint: Expedited<br>
Forwarding (0x2e)<br>
 &nbsp; &nbsp; &nbsp; &nbsp;.... ..0. = ECN-Capable Transport (ECT): 0<br>
 &nbsp; &nbsp; &nbsp; &nbsp;.... ...0 = ECN-CE: 0<br>
<br>
<br>
Scenario 2: IpTables is used to set the TOS<br>
<br>
Output of $/etc/rc.d/init.d/iptables status<br>
Table: mangle<br>
Chain PREROUTING (policy ACCEPT)<br>
num &nbsp;target &nbsp; &nbsp; prot opt source &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; destination<br>
<br>
Chain INPUT (policy ACCEPT)<br>
num &nbsp;target &nbsp; &nbsp; prot opt source &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; destination<br>
<br>
Chain FORWARD (policy ACCEPT)<br>
num &nbsp;target &nbsp; &nbsp; prot opt source &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; destination<br>
1 &nbsp; &nbsp;TOS &nbsp; &nbsp; &nbsp; &nbsp;udp &nbsp;-- &nbsp;<a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; udp<br>
dpts:5060:5069 TOS set 0x10<br>
2 &nbsp; &nbsp;TOS &nbsp; &nbsp; &nbsp; &nbsp;tcp &nbsp;-- &nbsp;<a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tcp<br>
dpts:5060:5069 TOS set 0x10<br>
3 &nbsp; &nbsp;TOS &nbsp; &nbsp; &nbsp; &nbsp;udp &nbsp;-- &nbsp;<a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; udp<br>
dpts:10000:20000 TOS set 0x10<br>
<br>
This is what the packet looks like using wireshark:<br>
Internet Protocol, Src: 59.93.192.xx (59.93.192.xx), Dst:<br>
64.62.134.xxx (64.62.134.xxx)<br>
 &nbsp; &nbsp;Version: 4<br>
 &nbsp; &nbsp;Header length: 20 bytes<br>
 &nbsp; &nbsp;Differentiated Services Field: 0xb0 (DSCP 0x2c: Unknown DSCP; ECN: 0x00)<br>
 &nbsp; &nbsp; &nbsp; &nbsp;1011 00.. = Differentiated Services Codepoint: Unknown (0x2c)<br>
 &nbsp; &nbsp; &nbsp; &nbsp;.... ..0. = ECN-Capable Transport (ECT): 0<br>
 &nbsp; &nbsp; &nbsp; &nbsp;.... ...0 = ECN-CE: 0<br>
<br>
<br>
I have no idea what am I doing wrong.<br>
<br>
Here is some reference reading I did:<br>
<a href="http://www.tucny.com/dscp&amp;tos" target="_blank">http://www.tucny.com/dscp&amp;tos</a><br>
<br>
Any pointers in the right direction will be very much appreciated.<br>
<br>
Thanks for your time,<br>
<br>
Sysadmin<br>
<a href="http://www.debtconsolidationcare.com" target="_blank">http://www.debtconsolidationcare.com</a><br>
Internets First get out of debt community<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Guilherme Loch Góes<br><br>Visite nossa loja virtual: <a href="http://www.shopvoip.com.br">http://www.shopvoip.com.br</a> <br><br>Notícias e Fórum sobre VoIP com software livre: <a href="http://www.asteriskexperts.com.br">http://www.asteriskexperts.com.br</a>
</div>