我是Linux新手,但是我会尽我所能expression我的问题。
现在我们使用Windows Server 2003作为DHCP服务器。 它也安装了PPTP VPN。 用户可以在办公室外进入VPN。
VPN服务器的公共IP地址(连接到Windows服务器的独立VPN服务器)为107.1.94.110
我们正在尝试迁移到SUSE Enterprise 11.以下是设置文件:
localip 10.89.64.1 remoteip 10.89.64.100-150
默认网关的本地IP地址是192.168.1.254 – 我不确定是否需要将其放入本地IP。 我select了10.子网来避免ip混淆。
# #Lock the port # # # We don't need the tunnel server to authenticate itself # noauth; # # Turn off transmission protocols we know won't be used refuse-pap refuse-chap refuse-mschap require-mschap-v2 require-mppe-128 ms-dns 66.119.143.2 ms-dns 66.119.143.3 ms-dns 151.164.11.201 proxyarp nodefaultroute lock nobsdcomp noipx mtu 1490 mru 1490
最后
# Secrets for authentication using CHAP # client server secret IP addresses username pptpd password *
我也尝试通过Yast的“networking连接”来设置它,但没有成功。
任何提示将不胜感激,谢谢!