الجمعة، 5 أغسطس 2016

تحديد سرعه لبرنامج الفايبروحل مشكله تقطيع المكالمات




الشرح



الاسكربت

/ip firewall mangle
add action=mark-connection chain=prerouting comment=" Viber 2017" \
    connection-mark=no-mark new-connection-mark=voip protocol=tcp src-port=\
    4244,5242,5243,9785
add action=mark-connection chain=prerouting comment=" Viber 2017" \
    connection-mark=no-mark dst-port=4244,5242,5243,9785 new-connection-mark=\
    voip protocol=tcp
add action=mark-packet chain=prerouting comment=" Viber 2017" connection-mark=\
    voip connection-rate=0-50k new-packet-mark="ahmed elaraby" protocol=tcp
add action=mark-packet chain=prerouting comment=" Viber 2017" connection-mark=\
    voip connection-rate=0-50k new-packet-mark="ahmed elaraby" protocol=udp

/ip firewall layer7-protocol
add name=Viber regexp="^..\\x80\\x67"

/queue tree
add name=" Viber" packet-mark="ahmed elaraby" parent=global priority=1 queue=\

    default

0 التعليقات لموضوع "تحديد سرعه لبرنامج الفايبروحل مشكله تقطيع المكالمات"