Guys,
little doubt here.
I connect my Mikrotik ( as a PPTP Client ) to another Mikrotik.
After this I need to filter the connections from the other network to only one server of my lan.
I test any configurations ( like one of this topic http://forum.mikrotik.com/t/how-to-limit-vpn-user-access-to-one-server/47181/1 ) but I isnt’t have success.
Anyone has a tip about this ? I do not see a topic about this.
If you make a PPTP interface specifically for that incoming PPTP user then you can simply limit the traffic in the forwarding filters based on a combination of inbound interface, src IP, destination IP etc.
CelticComms:
If you make a PPTP interface specifically for that incoming PPTP user then you can simply limit the traffic in the forwarding filters based on a combination of inbound interface, src IP, destination IP etc.
Thanks , this solves my problem