![]() |
2009-07-09
, 16:17
|
|
Posts: 129 |
Thanked: 60 times |
Joined on Jul 2009
@ Castello d'Argile (BO)
|
#2
|
![]() |
2009-07-10
, 10:16
|
Posts: 2 |
Thanked: 0 times |
Joined on Jul 2009
@ Central, NJ
|
#3
|
connect to my VPN service I get a SIGUSR1 reset and the connection socket gets dropped, and openvpn then tries
again....this goes on until finally openvpn gives up.
Any help would be so cool....thanks
The following is how my client.conf file is configured:
client
ns-cert-type server
tls-client
tls-auth /etc/openvpn/ta.key 1
remote xxx.xxx.xxx.xxx 1194
remote xxx.xxx.xxx.xxx 1195
proto tcp
dev tun
dev-type tap
pull
resolv-retry infinite
nobind
comp-lzo
cipher BF-CBC
ca /etc/openvpn/ca.crt
cert /etc/openvpn/my-nokia.crt
key /etc/openvpn/my-nokia.key
daemon
user user
group operator
resolv-retry infinite
persist-tun
persist-key
log /tmp/openvpn-client.log
management tunnel 11950 /etc/openvpn/myvpnaccesspt
verb 3
From the logs I can gleam:
Thu Jan 8 11:02:54 2009 Re-using SSL/TLS context
Thu Jan 8 11:02:54 2009 LZO compression initialized
Thu Jan 8 11:02:54 2009 Attempting to establish TCP connection with 167.206.184.61:1195
Thu Jan 8 11:02:55 2009 TCP connection established with 167.206.184.61:1195
Thu Jan 8 11:02:55 2009 TCPv4_CLIENT link local: [undef]
Thu Jan 8 11:02:55 2009 TCPv4_CLIENT link remote: 167.206.184.61:1195
Thu Jan 8 11:03:21 2009 Connection reset, restarting [0]
Thu Jan 8 11:03:21 2009 SIGUSR1[soft,connection-reset] received, process restarting
Thu Jan 8 11:03:26 2009 IMPORTANT: OpenVPN's default port number is now 1194, based on an official port number assignment by IANA. OpenVPN 2.0-beta16 and earlier used 5000 as the default port.
Thu Jan 8 11:03:26 2009 Re-using SSL/TLS context
Thu Jan 8 11:03:26 2009 LZO compression initialized
Thu Jan 8 11:03:26 2009 Attempting to establish TCP connection with 167.206.184.61:1194
Thu Jan 8 11:03:26 2009 TCP connection established with 167.206.184.61:1194
Thu Jan 8 11:03:26 2009 TCPv4_CLIENT link local: [undef]
Thu Jan 8 11:03:26 2009 TCPv4_CLIENT link remote: 167.206.184.61:1194
Thu Jan 8 11:03:51 2009 Connection reset, restarting [0]
Thu Jan 8 11:03:51 2009 SIGUSR1[soft,connection-reset] received, process restarting
Thu Jan 8 11:03:56 2009 IMPORTANT: OpenVPN's default port number is now 1194, based on an official port number assignment by IANA. OpenVPN 2.0-beta16 and earlier used 5000 as the default port.
Thu Jan 8 11:03:56 2009 Re-using SSL/TLS context
Thu Jan 8 11:03:56 2009 LZO compression initialized
Thu Jan 8 11:03:56 2009 Attempting to establish TCP connection with 167.206.184.61:1195
Thu Jan 8 11:03:57 2009 TCP connection established with 167.206.184.61:1195
Thu Jan 8 11:03:57 2009 TCPv4_CLIENT link local: [undef]
Thu Jan 8 11:03:57 2009 TCPv4_CLIENT link remote: 167.206.184.61:1195
Thu Jan 8 11:04:21 2009 Connection reset, restarting [0]
Thu Jan 8 11:04:21 2009 SIGUSR1[soft,connection-reset] received, process restarting
Thu Jan 8 11:04:26 2009 IMPORTANT: OpenVPN's default port number is now 1194, based on an official port number assignment by IANA. OpenVPN 2.0-beta16 and earlier used 5000 as the default port.
Thu Jan 8 11:04:26 2009 Re-using SSL/TLS context
Thu Jan 8 11:04:26 2009 LZO compression initialized
Thu Jan 8 11:04:26 2009 Attempting to establish TCP connection with 167.206.184.61:1194
Thu Jan 8 11:04:27 2009 TCP connection established with 167.206.184.61:1194
Thu Jan 8 11:04:27 2009 TCPv4_CLIENT link local: [undef]
Thu Jan 8 11:04:27 2009 TCPv4_CLIENT link remote: 167.206.184.61:1194