Skype Full Speed Work Prefect Script Just Paste New Terminal
# Important Note:
# Please Note Care fully, If you are using Mikrotik 6.x you need to edit parent=global-out to parent=global in quess tree (parent=global-out) to (parent=global)
/ip firewall layer7-protocol add name=skypenack regexp="[\\\\|\\xd5]" /ip firewall mangle add action=add-src-to-address-list address-list=skype address-list-timeout=1h hain=forward disabled=no layer7-protocol=skypenack packet-size=39 protocol=udp add action=mark-connection chain=forward connection-rate=0-50k disabled=no new-connection-mark=conn_skype passthrough=yes protocol=udp src-address-list=skype add action=mark-connection chain=forward connection-rate=0-50k disabled=no dst-address-list=skype new-connection-mark=conn_skype passthrough=yes protocol=udp add action=mark-packet chain=forward connection-mark=conn_skype disabled=no new-packet-mark=skype passthrough=no /queue tree add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-limit=2M name=skpehits packet-mark=skype parent=global-out priority=8 queue=default ### Below Line for Version 6.xx ### /queue tree add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-limit=2M name=skpehits packet-mark=skype parent=global priority=8 queue=default
Post a Comment