IT

Mikrotik P2P mangle rule – SOLVED

Its long time ago but MikroTik removed P2P matcher from mangle rule, so now you have to use L7 analyze to mangle this traffic. Here is code to paste to the terminal: /ip firewall layer7-protocol add name=P2Pmatch regexp=”^(\\x13bittorrent protocol|azver\\x01\$|get /scrape\\\ \?info_hash=get /announce\\\?info_hash=|get /client/bitcomet/|GET /data\\\?f\ id=)|d1:ad2:id20:|\\x08’7P\\)[RP]” /ip firewall mangle add action=mark-connection chain=prerouting layer7-protocol=P2Pmatch \ new-connection-mark=P2Pconnection passthrough=yes […]

Mikrotik P2P mangle rule – SOLVED Read More »

Ping unable to resolve but nslookup works fine – workaround

Sometimes if you make changes to your local DNS server windows do not works ok to resolve this DNS record in a local network. What? nslookup ykylo Server: Address: 192.168.50.1 Name: ykylo Address: 192.168.50.100 C:\> ping ykylo Ping request could not find host wolfman. Please check the name and try again. C:\> ping 192.168.50.100 Pinging 192.168.50.100

Ping unable to resolve but nslookup works fine – workaround Read More »

Add DTS support to Synology

Synology is fantastic thing, but sometimes if you add video it will have DTS audio track and DS Video/Synology can not play it. Because licence problem Synology do not have DTS support from factory but there is way how to install DTS codec anyway. Download DTS package You can download DTS package from this Mega: https://mega.nz/#F!wzgl3arK!CdpnCIk5UyqguePDNPaisw

Add DTS support to Synology Read More »