Hi all.
I posted a similar subject in the forum but didnt got any reply, you can view my older post on this link: simple queues by interface
Anyway, i have a 433 board as firewall on a remote (900km away) site with 128/64 bandwidth that provided by satellite connection.
Im looking on a way to create priority to there voip adapter.
ether1 is LAN 192.168.7.0/24 (about 8 computers)
ether2 is WAN (External IP)
ether3 is VOIP 192.168.8.0/24 (only one device is connected to this network)
Since i didnt got a reply on my former post i tried setting up queue tree with packet mark.
It seems to work but not good enough. still have delay/noise if LAN network is on.
I read these post on voip priority: RouterOS - RouterOS - MikroTik Documentation
on this wiki they say something about "TOS". i didnt understand how to do it throw mikrotik and i cannot reach to this remote site and run ethereal/wireshark.
I hope that someone can suggest a proper way on how to configure it.
I have no problem that LAN connections will suffer, the VOIP phone is number 1 priority for them.
Listed bellow are my queue tree and my mangle rules if you need more details from the router to understand the situation just tell me and i will post them.
Thanks in advanced.
Regards,
Guy.
[admin@MikroTik] /queue tree> print
Flags: X - disabled, I - invalid
0 name="Voip out" parent=ether2 packet-mark=VOIP limit-at=0 queue=default
priority=2 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
1 name="Voip in" parent=ether3 packet-mark=VOIP limit-at=0 queue=default
priority=2 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
2 name="LAN in" parent=ether1 packet-mark=LAN limit-at=0 queue=default
priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
3 name="LAN out" parent=ether2 packet-mark=LAN limit-at=0 queue=default
priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
Mangle rules:
**- Please note that "connection marks" are only for nice presentation in winbox.
[admin@MikroTik] /ip firewall mangle> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=forward action=mark-packet new-packet-mark=VOIP passthrough=yes
src-address=192.168.8.0/24
1 chain=forward action=mark-packet new-packet-mark=VOIP passthrough=yes
dst-address=192.168.8.0/24
2 chain=forward action=mark-connection new-connection-mark=VOIP
passthrough=yes src-address=192.168.8.0/24
3 chain=forward action=mark-connection new-connection-mark=VOIP
passthrough=yes dst-address=192.168.8.0/24
4 chain=forward action=mark-packet new-packet-mark=LAN passthrough=yes
src-address=192.168.7.0/24
5 chain=forward action=mark-packet new-packet-mark=LAN passthrough=yes
dst-address=192.168.7.0/24
6 chain=forward action=mark-connection new-connection-mark=LAN
passthrough=yes src-address=192.168.7.0/24