什么是PPTPD设置上的远程IP? (数字海洋)

我正在尝试使用数字海洋教程来安装一个vpn(PPTPD)服务器。 一切看起来很简单,除了我不知道remoteip IP /范围是什么。 是我应该从我的服务器看/扫描的东西吗? 它在教程中说

 localip 10.0.0.1 remoteip 10.0.0.100-200 Where localip is IP address of your server and remoteip are IPs that will be assigned to clients that connect to it. 

我假设localip是我用来连接到服务器的IP地址。 但是我不知道remoteip是什么,因为数字海洋不支持多个IP地址。 真令人沮丧!

您正在创build一个VPN。 这个VPN隧道在正常的IP连接。 localip和remoteip地址取自RFC1918专用地址空间。

在这个例子中,服务器将具有10.0.0.1的VPN地址,并且将提供从10.0.0.100到10.0.0.200的VPN地址到连接客户端。