 |
 |
 |
 |
| EOL (End Of Life) Versions This is a Forum to discuss problems and workarounds for versions of Fedora that have passed End of Life. |

11th May 2011, 04:09 AM
|
|
Registered User
|
|
Join Date: May 2011
Posts: 1

|
|
|
OpenVPN on Fedora 12
Hi,
I've setup openvpn using yum. So i already generate key for client. But from client side, i got this error:
Code:
Tue May 10 11:00:56 2011 OpenVPN 2.2.0 Win32-MSVC++ [SSL] [LZO2] built on Apr 26 2011
Tue May 10 11:00:56 2011 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Tue May 10 11:00:56 2011 LZO compression initialized
Tue May 10 11:00:56 2011 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Tue May 10 11:00:56 2011 Socket Buffers: R=[8192->8192] S=[8192->8192]
Tue May 10 11:00:56 2011 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Tue May 10 11:00:56 2011 Local Options hash (VER=V4): '69109d17'
Tue May 10 11:00:56 2011 Expected Remote Options hash (VER=V4): 'c0103fa8'
Tue May 10 11:00:56 2011 Attempting to establish TCP connection with 184.22.103.184:443
Tue May 10 11:00:56 2011 TCP connection established with 184.22.yyy.xxx:443
Tue May 10 11:00:56 2011 TCPv4_CLIENT link local: [undef]
Tue May 10 11:00:56 2011 TCPv4_CLIENT link remote: 184.22.yyy.xxx:443
Tue May 10 11:01:08 2011 TCP/UDP: Closing socket
Tue May 10 11:01:08 2011 SIGTERM[hard,] received, process exiting
This is from /var/log/message
Code:
May 11 06:58:11 web01 openvpn[1854]: Local Options hash (VER=V4): '530fdded'
May 11 06:58:11 web01 openvpn[1854]: Expected Remote Options hash (VER=V4): '41690919'
May 11 06:58:11 web01 openvpn[1854]: Socket Buffers: R=[137216->131072] S=[137216->131072]
May 11 06:58:11 web01 openvpn[1854]: UDPv4 link local (bound): [undef]:443
May 11 06:58:11 web01 openvpn[1854]: UDPv4 link remote: [undef]
May 11 07:00:11 web01 openvpn[1854]: [UNDEF] Inactivity timeout (--ping-restart), restarting
May 11 07:00:11 web01 openvpn[1854]: TCP/UDP: Closing socket
May 11 07:00:11 web01 openvpn[1854]: SIGUSR1[soft,ping-restart] received, process restarting
May 11 07:00:11 web01 openvpn[1854]: Restart pause, 2 second(s)
May 11 07:00:13 web01 openvpn[1854]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
May 11 07:00:13 web01 openvpn[1854]: Re-using SSL/TLS context
May 11 07:00:13 web01 openvpn[1854]: LZO compression initialized
May 11 07:00:13 web01 openvpn[1854]: Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
May 11 07:00:13 web01 openvpn[1854]: Preserving previous TUN/TAP instance: tun0
May 11 07:00:13 web01 openvpn[1854]: Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
May 11 07:00:13 web01 openvpn[1854]: 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-server'
May 11 07:00:13 web01 openvpn[1854]: 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-client'
May 11 07:00:13 web01 openvpn[1854]: Local Options hash (VER=V4): '530fdded'
May 11 07:00:13 web01 openvpn[1854]: Expected Remote Options hash (VER=V4): '41690919'
May 11 07:00:13 web01 openvpn[1854]: Socket Buffers: R=[137216->131072] S=[137216->131072]
May 11 07:00:13 web01 openvpn[1854]: UDPv4 link local (bound): [undef]:443
May 11 07:00:13 web01 openvpn[1854]: UDPv4 link remote: [undef]
May 11 07:02:13 web01 openvpn[1854]: [UNDEF] Inactivity timeout (--ping-restart), restarting
May 11 07:02:13 web01 openvpn[1854]: TCP/UDP: Closing socket
May 11 07:02:13 web01 openvpn[1854]: SIGUSR1[soft,ping-restart] received, process restarting
May 11 07:02:13 web01 openvpn[1854]: Restart pause, 2 second(s)
May 11 07:02:15 web01 openvpn[1854]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
May 11 07:02:15 web01 openvpn[1854]: Re-using SSL/TLS context
May 11 07:02:15 web01 openvpn[1854]: LZO compression initialized
May 11 07:02:15 web01 openvpn[1854]: Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
May 11 07:02:15 web01 openvpn[1854]: Preserving previous TUN/TAP instance: tun0
May 11 07:02:15 web01 openvpn[1854]: Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
May 11 07:02:15 web01 openvpn[1854]: 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-server'
May 11 07:02:15 web01 openvpn[1854]: 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-client'
May 11 07:02:15 web01 openvpn[1854]: Local Options hash (VER=V4): '530fdded'
May 11 07:02:15 web01 openvpn[1854]: Expected Remote Options hash (VER=V4): '41690919'
May 11 07:02:15 web01 openvpn[1854]: Socket Buffers: R=[137216->131072] S=[137216->131072]
May 11 07:02:15 web01 openvpn[1854]: UDPv4 link local (bound): [undef]:443
May 11 07:02:15 web01 openvpn[1854]: UDPv4 link remote: [undef]
[root@web01 openvpn]#
Please assist me. Is this a bug?
Thanks.
|

25th May 2011, 01:34 PM
|
 |
Registered User
|
|
Join Date: Nov 2008
Location: Canada
Posts: 2,049

|
|
|
Re: OpenVPN on Fedora 12
May 11 07:02:15 web01 openvpn[1854]: 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-client' Nope. It's you with mismatched client/server configurations.
|

25th May 2011, 01:35 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: OpenVPN on Fedora 12
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 07:04 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|