Answer the question
In order to leave comments, you need to log in
How to restrict VPN users (pptp,l2tp) on mikrotik RB2011?
On mikrotik, 2 networks are raised, let's assume 2 subnets and 6 subnets. VPN PPTP is configured, when connecting via VPN, the user receives the address from the 6th subnet, how to configure privileges so that the user who connects via VPN does not have access (did not see) the 6th subnet, except for his ip, and to the 2nd subnet, except for one address from this subnet. Those. the machine to which they must connect and nowhere else, located on the 2nd subnet, and they themselves are from the 6th. Link to articles if possible. Thank you.
Answer the question
In order to leave comments, you need to log in
Let's assume that the user connected via vpn received the address 10.1.6.15, other users also receive addresses from 10.1.6.0\24.
Try to make a rule in a chain
forward, action=drop, src-address=10.1.6.0/24, dst-address=10.1.6.0/24
forward, action=accept, src-address=10.1.6.0/24, dst-address=10.1.6.1
(where 10.1.6.1 is the gateway address for users). Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question