OpenVPN 分配固定IP
修改server.conf 添加一行:
client-config-dir /usr/local/openvpn-2.1.3/client
添加客户端固定IP
cat > /usr/local/openvpn-2.1.3/client/selboo
ifconfig-push 192.168.70.117 192.168.70.118
Ctrl+d
我之前配置为:
ifconfig-push 192.168.70.117 255.255.255.0
客户端连接就报错
Mon Jun 13 11:49:21 2011 There is a problem in your selection of –ifconfig endpoints [local=192.168.70.117, remote=255.255.255.0]. The local and remote VPN endpoints must e
…………
转载请注明:爱开源 » OpenVPN 分配固定IP