shanminlove 发表于 2014-5-8 15:38

【求助】openvpn cmwap 求助

服务器端架设好了,使用电脑也能链接了
在手机链接时报:ifconfig addresses are not in zhe same /30 subnet(topology net 30)
是什么原因?
不在一个网段?
服务器要怎么设置?

下面是服务器配置文件:

port 1443

proto tcp

dev tap



ca ca.crt
cert server.crt
key server.key
dh dh1024.pem


server 10.8.0.0 255.255.255.0


ifconfig-pool-persist ipp.txt

push "route 0.0.0.0 0.0.0.0"


push "redirect-gateway def1"

push "dhcp-option DNS 218.2.135.1"

user nobody
group nobody

keepalive 10 120


comp-lzo


persist-key
persist-tun

status openvpn-status.log


log         openvpn.log
log-appendopenvpn.log


verb 4

shanminlove 发表于 2014-5-8 16:25

是不是 虚拟网卡的网段设置问题?
页: [1]
查看完整版本: 【求助】openvpn cmwap 求助