digitalfox_007 发表于 2009-5-27 10:58

【求助】关于OpenVpn

因为才买了张1元WAP卡 家里的宽带是不限时的 所以想建立一个openvpn自己使用
路由器上已经配置好1.19版VPN的tomato
电脑为Win7 7100 安装了OpenVpn后有以下报错

Wed May 27 10:31:01 2009 OpenVPN 2.1_rc16 i686-pc-mingw32 built on May 17 2009
Wed May 27 10:31:01 2009 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Wed May 27 10:31:01 2009 Static Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Wed May 27 10:31:01 2009 Static Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed May 27 10:31:01 2009 Static Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Wed May 27 10:31:01 2009 Static Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed May 27 10:31:01 2009 LZO compression initialized
Wed May 27 10:31:01 2009 ROUTE default_gateway=192.168.0.1
Wed May 27 10:31:01 2009 TAP-WIN32 device [本地连接 3] opened: \\.\Global\{8111097F-E871-41C3-879A-54D8ABDED0A2}.tap
Wed May 27 10:31:01 2009 TAP-Win32 Driver Version 9.4
Wed May 27 10:31:01 2009 TAP-Win32 MTU=1500
Wed May 27 10:31:01 2009 NOTE: FlushIpNetTable failed on interface {8111097F-E871-41C3-879A-54D8ABDED0A2} (status=5) : 拒绝访问。
Wed May 27 10:31:01 2009 Data Channel MTU parms [ L:1579 D:1450 EF:47 EB:135 ET:32 EL:0 AF:3/1 ]
Wed May 27 10:31:01 2009 Local Options hash (VER=V4): '30b1d7b8'
Wed May 27 10:31:01 2009 Expected Remote Options hash (VER=V4): '810a7623'
Wed May 27 10:31:01 2009 Attempting to establish TCP connection with 10.0.0.172:80
Wed May 27 10:31:22 2009 TCP: connect to 10.0.0.172:80 failed, will try again in 5 seconds: Connection timed out (WSAETIMEDOUT)


可疑的就是这段
Wed May 27 10:31:01 2009 NOTE: FlushIpNetTable failed on interface {8111097F-E871-41C3-879A-54D8ABDED0A2} (status=5) : 拒绝访问。

请问应该如何解决???

PS:现在做实验的是中国移动的卡 所以是10.0.0.172

wokin 发表于 2009-5-27 11:00

自己搭建了一个??
搭建我就不懂了

ltxr 发表于 2009-5-27 22:10

请各位高人指点啊
我也正想自己建立一个VPN服务器啊,就是不知道应该怎么设置???

messup 发表于 2009-5-27 22:37

TCP: connect to 10.0.0.172:80 failed

一元卡不是应该连10.0.0.200:80么
页: [1]
查看完整版本: 【求助】关于OpenVpn