LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 05-10-2011, 05:16 AM   #1
newFreeBSD
Member
 
Registered: Mar 2006
Location: Malaysia, Putrajaya
Distribution: CentOS, Ubuntu, Fedora
Posts: 54

Rep: Reputation: 0
OpenVPN server on Fedora 12


Hi,

I already search in google doc about installation openvpn. Not all i got complete tutorial. When client connect to server, they got a few error.

Code:
Mon May 09 18:01:57 2011 us=774000 Re-using SSL/TLS context
Mon May 09 18:01:57 2011 us=774000 LZO compression initialized
Mon May 09 18:01:57 2011 us=774000 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Mon May 09 18:01:57 2011 us=774000 Socket Buffers: R=[8192->8192] S=[8192->8192]
Mon May 09 18:01:57 2011 us=790000 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Mon May 09 18:01:57 2011 us=790000 Local Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client'
Mon May 09 18:01:57 2011 us=790000 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-server'
Mon May 09 18:01:57 2011 us=790000 Local Options hash (VER=V4): '41690919'
Mon May 09 18:01:57 2011 us=790000 Expected Remote Options hash (VER=V4): '530fdded'
Mon May 09 18:01:57 2011 us=790000 UDPv4 link local: [undef]
Mon May 09 18:01:57 2011 us=790000 UDPv4 link remote: 184.22.103.184:443
Mon May 09 18:01:58 2011 us=55000 TLS: Initial packet from 184.22.103.184:443, sid=0fc50ac3 dde805e5
Mon May 09 18:01:59 2011 us=646000 VERIFY ERROR: depth=1, error=self signed certificate in certificate chain: /C=MY/ST=Selangor/L=Kajang/O=Maju_Mundur/OU=OA/CN=Maju_Mundur_Kajang/name=Kajang/emailAddress=client.ubuntu@gmail.com
Mon May 09 18:01:59 2011 us=646000 TLS_ERROR: BIO read tls_read_plaintext error: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Mon May 09 18:01:59 2011 us=646000 TLS Error: TLS object -> incoming plaintext read error
Mon May 09 18:01:59 2011 us=646000 TLS Error: TLS handshake failed
Mon May 09 18:01:59 2011 us=646000 TCP/UDP: Closing socket
Mon May 09 18:01:59 2011 us=646000 SIGUSR1[soft,tls-error] received, process restarting
Mon May 09 18:01:59 2011 us=646000 Restart pause, 2 second(s)
Mon May 09 18:02:01 2011 us=643000 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Mon May 09 18:02:01 2011 us=643000 Re-using SSL/TLS context
Mon May 09 18:02:01 2011 us=643000 LZO compression initialized
Mon May 09 18:02:01 2011 us=643000 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Mon May 09 18:02:01 2011 us=643000 Socket Buffers: R=[8192->8192] S=[8192->8192]
Mon May 09 18:02:01 2011 us=643000 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Mon May 09 18:02:01 2011 us=643000 Local Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client'
Mon May 09 18:02:01 2011 us=643000 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-server'
Mon May 09 18:02:01 2011 us=643000 Local Options hash (VER=V4): '41690919'
Mon May 09 18:02:01 2011 us=643000 Expected Remote Options hash (VER=V4): '530fdded'
Mon May 09 18:02:01 2011 us=643000 UDPv4 link local: [undef]
Mon May 09 18:02:01 2011 us=643000 UDPv4 link remote: 184.22.103.184:443
Mon May 09 18:02:01 2011 us=908000 TLS: Initial packet from 184.22.103.184:443, sid=b38afb9f 0fe36295
Mon May 09 18:02:03 2011 us=500000 VERIFY ERROR: depth=1, error=self signed certificate in certificate chain: /C=MY/ST=Selangor/L=Kajang/O=Maju_Mundur/OU=OA/CN=Maju_Mundur_Kajang/name=Kajang/emailAddress=client.ubuntu@gmail.com
Mon May 09 18:02:03 2011 us=500000 TLS_ERROR: BIO read tls_read_plaintext error: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Mon May 09 18:02:03 2011 us=500000 TLS Error: TLS object -> incoming plaintext read error
Mon May 09 18:02:03 2011 us=500000 TLS Error: TLS handshake failed
Mon May 09 18:02:03 2011 us=500000 TCP/UDP: Closing socket
Mon May 09 18:02:03 2011 us=500000 SIGUSR1[soft,tls-error] received, process restarting
Mon May 09 18:02:03 2011 us=500000 Restart pause, 2 second(s)
Mon May 09 18:02:05 2011 us=512000 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Mon May 09 18:02:05 2011 us=512000 Re-using SSL/TLS context
Mon May 09 18:02:05 2011 us=512000 LZO compression initialized
Mon May 09 18:02:05 2011 us=512000 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Mon May 09 18:02:05 2011 us=512000 Socket Buffers: R=[8192->8192] S=[8192->8192]
Mon May 09 18:02:05 2011 us=512000 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Mon May 09 18:02:05 2011 us=512000 Local Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client'
Mon May 09 18:02:05 2011 us=512000 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu
Please assist me to solve this problem. This error from client windows.

Thanks.
 
Old 05-10-2011, 06:46 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
step 1 is
install fedora 14

fedora 12 is past it's end of life and fedora 13 will hit end of life in about 60 days
there has been no support for 12 since Dec 2010 .
- then
http://docs.fedoraproject.org/en-US/...orks_VPNs.html
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenVPN client has not default gateway when connect to OpenVPN server sailershen Linux - Security 3 03-04-2010 02:20 AM
How does OpenVPN Linux server issues IP and netmask to OpenVPN clients on Windows XP pssompura Linux - Networking 0 12-24-2009 02:42 AM
OpenVPN on Fedora Core 5 Dujan Linux - Networking 2 01-12-2007 03:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 01:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration