The sharing is working fine, my problem though is that I cannot figure out how to block p2p. I have tried adding a filter rule chain: forward, p2p: all-p2p, action: drop.
This doesnt appear to work as I can still download from p2p.
I have also tried mangle as follows
chain: prerouting, p2p: all-p2p, action: mark-connection, new conn. mark: p2p and I unticked passthrough.
I thought that maybe if the connection mark is different to what pcc uses the connection will skip the routing gateway. I don’t really understand how mangle and routing ties together.
Is there somewhere where I can get a good guide on how everything works, I have searched online but just find the mikrotik guides which are really in depth, no beginner stuff.