Set high priority for playing ut3 - mangel ut3 packets :)

Hello Community,

I am trying for several days to play Unreal Tournament 3 on my machine without loosing connection, when anyone in my network downlaods or watches movies and so on.

Can anyone explain me how to setup the firewall and queue to priorize packets running from any pc playing UT3?

my config so far:

feb/16/2016 13:17:26 by RouterOS 6.34

/interface bridge
add name=bridge1781
/interface ethernet
set [ find default-name=ether1 ] comment=“WAN 192.168.2.0”
set [ find default-name=ether5 ] comment=“Max LAN 192.168.1.0”
/interface wireless
set [ find default-name=wlan1 ] disabled=no mode=ap-bridge ssid=loomwlan
/ip neighbor discovery
set ether1 comment=“WAN 192.168.2.0”
set ether5 comment=“Max LAN 192.168.1.0”
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods=“”
mode=dynamic-keys wpa-pre-shared-key=xxxxxxx
wpa2-pre-shared-key=xxxxxxx
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp_pool1 ranges=192.168.1.100-192.168.1.200
add name=dhcp_pool2 ranges=192.168.178.100-192.168.178.150
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=ether5 name=dhcp1
add address-pool=dhcp_pool2 disabled=no interface=bridge1781 name=dhcp2
/queue simple
add max-limit=10M/10M name=max target=ether5
add max-limit=50M/100M name=loom priority=1/1 target=bridge1781
/interface bridge port
add bridge=bridge1781 interface=ether2
add bridge=bridge1781 interface=wlan1
/ip address
add address=192.168.2.2/24 interface=ether1 network=192.168.2.0
add address=192.168.1.1/24 interface=ether5 network=192.168.1.0
add address=192.168.178.1/24 interface=bridge1781 network=192.168.178.0
/ip dhcp-server network
add address=192.168.1.0/24 dns-server=192.168.1.1,8.8.8.8 gateway=192.168.1.1
netmask=24
add address=192.168.178.0/24 dns-server=192.168.178.1,8.8.8.8 gateway=
192.168.178.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=
192.168.2.1,8.8.8.8,192.168.1.1,192.168.178.1
/ip dns static
add address=192.168.178.200 name=loomserver
/ip firewall mangle
add action=mark-connection chain=prerouting log=yes log-prefix=ut3_src
new-connection-mark=7777_src_con protocol=udp src-port=
7777,3783,6500,13000,7778,27900
add action=mark-connection chain=prerouting dst-port=
7777,3783,6500,13000,7778,27900 log=yes log-prefix=ut3_dst
new-connection-mark=7777_dst_con protocol=udp
add action=mark-packet chain=prerouting log-prefix=ut3_src new-packet-mark=
7777_src_pkt protocol=udp src-port=7777,3783,6500,13000,7778,27900
add action=mark-packet chain=prerouting dst-port=
7777,3783,6500,13000,7778,27900 log-prefix=ut3_src new-packet-mark=
7777_dst_pkt protocol=udp
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1 src-address=
192.168.1.0/24
add action=masquerade chain=srcnat out-interface=ether1 src-address=
192.168.178.0/24
/ip route
add comment=“default route to internet” distance=1 gateway=192.168.2.1
/ip traffic-flow
set interfaces=ether5
/system clock
set time-zone-name=Europe/Berlin
/system logging
add topics=debug
/system ntp client
set enabled=yes primary-ntp=62.75.254.179 secondary-ntp=212.18.3.18
server-dns-names=8.8.8.8
/system routerboard settings
set cpu-frequency=650MHz protected-routerboot=disabled
/tool sniffer
set filter-interface=ether5
/tool traffic-monitor
add disabled=yes interface=ether5 name=tmon1 threshold=0 traffic=received


I’ve tried to mark the packets as I found in several tutorials online - but I don’t see any traffic running in my rules.
I’ve set the rules and started UT3 and nothing happend there… :frowning:

I am a completly newbie to this :wink:


Thanks at all!!!