【RouterOS】—— How to create a PPTP client
| The command is where複製代碼/interface pptp-client add name=pptp-hm user=pptp-hm password=123 connect-to=10.1.101.100 disabled=no
pptp-hm denotes the vpn user name
 123 denotes the password for the user
 10.1.101.100 denotes the IP address of the VPN server. Valid hostname can also be used.
 |