(windows 7 64位系统,用的是lug编译后的客户端)1.开始连接OpenVPN后不能打开ipv6网站,结果把本地连接改成英文名就行了
2.OpenVPN无法通过ipv6进行连接(还没有解决方案)开始我在ovpn文件里把remote vpn.lug.ustc.edu.cn 1194 改成remote 2001:da8:d800:f001::99 1194,remote [2001:da8:d800:f001::99] 1194都不行后来我在hosts文件里面加了2001:da8:d800:f001::99 vpn.lug.ustc.edu.cn提示RESOLVE: Cannot resolve host address: vpn.lug.ustc.edu.cn: The requested name is valid, but no data of the requested type was found. 还是不行没办法了,谁能提供一个解决方案的?
3.在OpenVPN连接状态里有log:read from TUN/TAP [State=AT?c Err=[c:\users\samuli\tap-windows-github\src\tapdrvr.c/2638] #O=9 Tx=[37380,0] Rx=[30057,0] IrpQ=[0,1,16] PktQ=[0,21,64] InjQ=[0,1,16]]: General failure (ERROR_GEN_FAILURE) (code=31)好像没有什么影响??不知道是什么原因
--
-- 来自USTC LUG
请使用gmail订阅,不要灌水。
更多信息more info:http://groups.google.com/group/ustc_lug?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups "USTC_LUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ustc_lug+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
(windows 7 64位系统,用的是lug编译后的客户端)1.开始连接OpenVPN后不能打开ipv6网站,结果把本地连接改成英文名就行了贴一下 openvpn 的 log 看看。
LUG VPN 服务器没有监听 IPv6,因此只能通过 IPv4 连接。2.OpenVPN无法通过ipv6进行连接(还没有解决方案)开始我在ovpn文件里把remote vpn.lug.ustc.edu.cn 1194 改成remote 2001:da8:d800:f001::99 1194,remote [2001:da8:d800:f001::99] 1194都不行后来我在hosts文件里面加了2001:da8:d800:f001::99 vpn.lug.ustc.edu.cn提示RESOLVE: Cannot resolve host address: vpn.lug.ustc.edu.cn: The requested name is valid, but no data of the requested type was found. 还是不行没办法了,谁能提供一个解决方案的?DNS 里还有 IPv6 地址,我把它去掉了,过一会儿应该就能生效。
如果本地连接是中文的话就提示ERROR: netsh command failed: returned error code 1 ,改成英文就正常了
2013/12/27 Rizza SSZ <rizza2...@gmail.com>如果本地连接是中文的话就提示ERROR: netsh command failed: returned error code 1 ,改成英文就正常了我之前修的就是这个 bug,在 Win8 和 Win8.1 上测试都正常。你那里 log 里的 netsh 命令 ”本地连接“ 几个字是不是乱码?
刚更新的 OpenVPN 2.3.3 的 Changelog[1] 里有这么一句:
Heiko Hund (2):
Support non-ASCII TAP adapter names on Windows
Support non-ASCII characters in Windows tmp path
看来现在不用改「本地连接」了。
[1] https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23