UPDATE*: Guys, its getting out of hand, i already configured the "system", eveything is good, but i want to limit the access from local resources for the VPN users.
So the question would be, how can i make it happen, that from one subet, which is NATted to the other subnet,things ONLY on port 3389 work?! nothing else!
Dead MikroTIk Community,
could u please help me with this?
I'd like to set things up, that vpn users can only use RDP (so they use vpn and after that they will rdp to local server.
Lets say vpn users get 10.10.10.0/24 addresses and the internal subnet is 192.168.11.0/24
if i do a firewall rule like "chain=input(or forward, neither worked) action=drop protocol=udp src-address=10.10.10.0/24 dst-port=!3389 log=no log-prefix="" i see that packages go trough this rule, but i cannot connect, if i disable this, i can connect with no problem. I used torch and i saw 443,80 and 3389 used and from source ip i saw something above 50000. How to achieve this the right way?
Only RDP should be "usable" from 10.10.10./24.
Thank you in adnvace!