/ip firewall mangle export
/ip firewall nat export
/ip firewall address-lists export
/queue export
What avatar ?LOL @ ur avatar.
what dog? i have seen him, it's his pictureIts the dog with normises face
Cheers Normis. I get fed up explaining about my Ancestors in the Ruski Sputnik dog-breeding programme.what dog? i have seen him, it's his picture
Then you're going to want to move from simple queues over to queue trees sooner rather than later. The queue trees give you a lot more options and a setup you can deal with.Ok when i say it ont work, i mean:
i set SIP as priority 1 and RDP as 2 and web as 4:
now as far as i belive, if i am on web, and i make a VOIP call, it should allow all VOIP packets thoough before the WEB therfore no laag?
but when i phone on VOIP and was on remote desktop, the voip call lagged like hell and the rdp was slow?
I just did a simple que.
marked the up and download traffic like u said and then used simple queues with a master parent.
So what must my mangle rule be to mark downloading traffic so that i can put the queue on the wan interface?
I am busy reading up on queue trees and PCQ ( sounds terrible confusing) my goal in life ( well in my mikrotik life) is to set up a crazy shaping and network priority router, where it works perfectly, and the mangles use packes sizes and all those crazy things under advanced
/queue tree
add name="Download LAN1" parent="LAN1" max-limit=10M priority=8
add name="High Download LAN1" parent="Download LAN1" limit-at=8M max-limit=10M priority=1 packet-mark="high priority"
add name="Low Download LAN1" parent="Download LAN1" limit-at=2M max-limit=10M priority=8 packet-mark="low priority"
add name="Upload WAN1" parent="WAN1" max-limit=10M priority=8
add name="High Upload LAN1" parent="Upload LAN1" limit-at=8M max-limit=10M priority=1 packet-mark="high priority"
add name="Low Upload LAN1" parent="Upload LAN1" limit-at=2M max-limit=10M priority=8 packet-mark="low priority"
add name="Global_In" parent=global-in limit-at=0 priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
add name="pop3-rx" parent=Global_In packet-mark=pop3-rx limit-at=0 queue=default priority=4 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
add name="imap-rx" parent=Global_In packet-mark=imap-rx limit-at=0 queue=default priority=4 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
add name="Globall_Out" parent=global-out packet-mark=smtp-tx limit-at=0 priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
add name="Global_Total" parent=global-total limit-at=0 priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
add name="voip-rtp-total" parent=Global_Total packet-mark=voip-rtp-total limit-at=0 queue=default priority=1 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
add name="icmp-total" parent=Global_Total packet-mark=icmp-total limit-at=0 queue=default priority=4 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
add name="http-total" parent=Global_Total packet-mark=http-total limit-at=0 queue=default priority=3 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
add name="https-total" parent=Global_Total packet-mark=https-total limit-at=0 queue=default priority=3 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
add name="voip_sip_total" parent=Global_Total packet-mark=voip-sip-total limit-at=0 queue=default priority=1 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
add name="smtp_tx" parent=Globall_Out packet-mark=smtp-tx limit-at=0 queue=default priority=7 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
add name="p2p_total" parent=Global_Total packet-mark=p2p_total limit-at=0 queue=default priority=7 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
add name="dns_total" parent=Global_Total packet-mark=dns_total limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
add name="ftp_total" parent=Global_Total packet-mark=ftp_total limit-at=0 queue=default priority=5 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
add name="rdp_total" parent=Global_Total packet-mark=rdp_total limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
add name="ssh_total" parent=Global_Total packet-mark=ssh_total limit-at=0 queue=default priority=2 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
Not my idea - it's all there in the LARTC examples.i think im gona try that idea of yours