返回列表 發帖

【RouterOS】—— How to create a PPTP client

The command is
  1. /interface pptp-client add name=pptp-hm user=pptp-hm password=123 connect-to=10.1.101.100 disabled=no
複製代碼
where
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.

是否可以hostname,如果不行的话,就用DNS找出IP,然后放进去。

TOP

返回列表