After windows client connected to mikrotik server over sstp VPN there is a entry in interface
Code: Select all
# NAME SERVICE CALLER-ID ADDRESS UPTIME ENCODING
0 niren sstp 27.34.253.98 192.168.5.1 1h22m5s
Code: Select all
0 ;;; chain=dstnat action=dst-nat to-addresses=192.168.2.6 to-ports=3389 protocol=tcp dst-port=16826
Code: Select all
0 ;;; chain=forward action=accept protocol=tcp dst-address=192.168.2.6 dst-port=3389
Code: Select all
0 ;;; chain=dstnat action=dst-nat to-addresses=192.168.2.6 to-ports=3389 protocol=tcp in-interface=niren-remote dst-port=16826
Here SSTP VPN and port forwarding is done successfully but I can't restrict port forwarding only for VPN client. Any idea about how to make it work?