我正在尝试在家用台式机和笔记本电脑之间设置一个testingvpn。 到目前为止,我已经在桌面上的服务器连接好,但我不能让我的笔记本电脑来完成连接。 我尝试了几种不同的configuration,他们都给了我相同的结果。 显然这与我的客户端configuration无关,但可能是我的笔记本电脑上的东西?
这是我在日志中获得的消息,当它停止,然后重新启动。
Mon Oct 18 20:10:55 2010 UDPv4 link local: [undef] Mon Oct 18 20:10:55 2010 UDPv4 link remote: 74.190.29.236:1194 Mon Oct 18 20:11:55 2010 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) Mon Oct 18 20:11:55 2010 TLS Error: TLS handshake failed
这里是我的configuration
port 1194 proto udp dev tun ca ca.crt cert server.crt key server.key dh dh1024.pem server 10.8.0.1 255.255.255.252 ifconfig-pool-persist ipp.txt push "route 10.0.0.1 255.255.255.0" push "dhcp-option WINS 10.0.0.5" push "dhcp-option DNS 10.0.0.5" push "dhcp-option DOMAIN acme.com.local" keepalive 10 120 comp-lzo max-clients 1 persist-key persist-tun status openvpn-status.log verb 3
client proto udp dev tun remote doublel.hopto.org 1194 resolv-retry infinite nobind persist-key persist-tun ca ca.crt cert client1.crt key client1.key comp-lzo verb 3 dev tun local 206.162.148.9 remote 134.28.54.2 ifconfig 192.168.99.1 192.168.99.2 route 10.0.0.0 255.0.0.0 192.168.99.2
我只需要一个简单的VPN用户。 我走向正确的道路吗?
谢谢,拉里
你能telnet doublei.hopto.org 1194吗?
您是否使用easy-rsa (AFAICR)文档中的软件生成了证书?