Hi,
I setup a pptp vpn connect and I was able to connect without a problem
I was now trying to block torrents using the following https://www.mansooryousaf.com/blogs/block-bittorrent-and-p2p-using-latest-mikrotik-version-6-41.
I now can’t connect to the vpn, is there a way I can allow the vpn connection and still block torrents?
Thanks
use mangle to mark packets which go through layer 7
and then exclude your vpn
CZFan
3
You can try and add dst port 1723 to the below:
add action=drop chain=forward dst-port=\
!0-1024,8291,5900,5800,3389,14147,5222,59905 protocol=tcp \
src-address-list=Torrent-Conn
add action=drop chain=forward dst-port=\
!0-1024,8291,5900,5800,3389,14147,5222,59905 protocol=udp \
src-address-list=Torrent-Conn