|
|
Hi all this is my server.ovpn --- dev tap ifconfig 10.0.0.1 255.255.255.0 route 10.0.0.0 255.255.255.0 10.0.0.1 secret /etc/openvpn/key.txt cipher DES-EDE3-CBC persist-tun comp-lzo verb 4 mute 10 ---- When i load openvpn with # openvpn --config server.ovpn i have this message, the server doesn't finish the process of initilize ----- Mon Oct 10 16:39:36 2005 us=697178 Current Parameter Settings: Mon Oct 10 16:39:36 2005 us=697305 config = 'server.ovpn' Mon Oct 10 16:39:36 2005 us=697317 mode = 0 Mon Oct 10 16:39:36 2005 us=697328 persist_config = DISABLED Mon Oct 10 16:39:36 2005 us=697338 persist_mode = 1 Mon Oct 10 16:39:36 2005 us=697348 show_ciphers = DISABLED Mon Oct 10 16:39:36 2005 us=697358 show_digests = DISABLED Mon Oct 10 16:39:36 2005 us=697367 show_engines = DISABLED Mon Oct 10 16:39:36 2005 us=697377 genkey = DISABLED Mon Oct 10 16:39:36 2005 us=697387 key_pass_file = '[UNDEF]' Mon Oct 10 16:39:36 2005 us=697397 NOTE: --mute triggered... Mon Oct 10 16:39:36 2005 us=697422 165 variation(s) on previous 10 message(s)suppressed by --mute Mon Oct 10 16:39:36 2005 us=697435 OpenVPN 2.0 i386-pc-linux [SSL] [LZO] [EPOLL] built on Apr 18 2005 Mon Oct 10 16:39:36 2005 us=697485 IMPORTANT: OpenVPN's default port number isnow 1194, based on an official port number assignment by IANA. OpenVPN 2.0-beta16 and earlier used 5000 as the default port. Mon Oct 10 16:39:36 2005 us=697674 WARNING: file '/etc/openvpn/key.txt' isgroupor others accessible Mon Oct 10 16:39:36 2005 us=697713 Static Encrypt: Cipher 'DES-EDE3-CBC'initialized with 192 bit key Mon Oct 10 16:39:36 2005 us=697735 Static Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication Mon Oct 10 16:39:36 2005 us=697748 Static Decrypt: Cipher 'DES-EDE3-CBC'initialized with 192 bit key Mon Oct 10 16:39:36 2005 us=697761 Static Decrypt: Using 160 bit message hash'SHA1' for HMAC authentication Mon Oct 10 16:39:36 2005 us=697791 LZO compression initialized Mon Oct 10 16:39:36 2005 us=715898 TUN/TAP device tap0 opened Mon Oct 10 16:39:36 2005 us=716015 TUN/TAP TX queue length set to 100 Mon Oct 10 16:39:36 2005 us=716081 /sbin/ifconfig tap0 10.0.0.1 netmask 255.255.255.0 mtu 1500 broadcast 10.0.0.255 Mon Oct 10 16:39:36 2005 us=726122 /sbin/route add -net 10.0.0.0 netmask 255.255.255.0 gw 10.0.0.1 Mon Oct 10 16:39:36 2005 us=732784 Data ChannelMTU parms[ L:1577 D:1450EF:45 EB:23 ET:32 EL:0 AF:3/1 ] Mon Oct 10 16:39:36 2005 us=732998 Local Options String: 'V4,dev-type tap,link-mtu 1577,tun-mtu 1532,proto UDPv4,ifconfig 10.0.0.0 255.255.255.0,comp-lzo,cipher DES-EDE3-CBC, auth SHA1,keysize 192,secret' Mon Oct 10 16:39:36 2005 us=733056 Expected Remote Options String: 'V4,dev-typetap,link-mtu 1577,tun-mtu 1532,proto UDPv4,ifconfig 10.0.0.0 255.255.255.0,comp-lzo,cipher DES-EDE3-CBC,auth SHA1,keysize 192,secret' Mon Oct 10 16:39:36 2005 us=733190 Local Options hash (VER=V4): 'ce2eb8b6' Mon Oct 10 16:39:36 2005 us=733300 Expected Remote Options hash (VER=V4): 'ce2eb8b6' Mon Oct 10 16:39:36 2005 us=733395 Socket Buffers: R=[107520->131072] S=[107520->131072] Mon Oct 10 16:39:36 2005 us=733484 UDPv4 link local (bound): [undef]:1194 Mon Oct 10 16:39:36 2005 us=733533 UDPv4 link remote: [undef] ----------- Can you help me? This is my route -n 212.**.**.** 0.0.0.0 255.255.255.128 U 0 0 0 eth1 10.0.0.0 10.0.0.1 255.255.255.0 UG 0 0 0 tap0 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 tap0 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 212.**.***.* 0.0.0.0 UG 0 0 0 eth1 ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |