Notices


Reply
Thread Tools
Posts: 171 | Thanked: 13 times | Joined on Nov 2009
#1
Hi

When I run vpn I get the following erros:

Sat Feb 20 16:11:24 2010 OpenVPN 2.1_rc20 arm-unknown-linux-gnueabi [SSL] [LZO2] [EPOLL] [MH] [PF_INET6] built on Nov 29 2009
Sat Feb 20 16:11:24 2010 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Sat Feb 20 16:11:24 2010 /usr/bin/openssl-vulnkey -q -b 1024 -m <modulus omitted>
Sat Feb 20 16:11:24 2010 ******* WARNING *******: 'Client01.key' cannot be verified as a non-vulnerable key. See 'man openssl-vulnkey' for details.
Sat Feb 20 16:11:24 2010 LZO compression initialized
Sat Feb 20 16:11:24 2010 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Sat Feb 20 16:11:26 2010 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Sat Feb 20 16:11:26 2010 Local Options hash (VER=V4): '41690919'
Sat Feb 20 16:11:26 2010 Expected Remote Options hash (VER=V4): '530fdded'
Sat Feb 20 16:11:26 2010 failed to find GID for group openvpn
Sat Feb 20 16:11:26 2010 Exiting


I have setup OpenVPN as per these instructions:

http://www.readynas.com/forum/viewto...wnload&start=0

Any ideas as not sure if its failing on the hash or the GID. I have double checked groups on my readynas and openvpn is listed.

Thanks

Scott
 
Posts: 171 | Thanked: 13 times | Joined on Nov 2009
#2
Update, heres my stripped out server config:

client
dev tun
proto udp
dyns_address.net 1194
nobind
user openvpn
group openvpn
persist-key
persist-tun
cert Client01.crt
key Client01.key
comp-lzo
verb 3

Now, if I change the group and user to root, it connects. I get a ip of 10.8.0.6 subnet 255.255.255.255 but of course I cannot get to anything on the local lan as my local ip range is 192.168.0.x and subnet of 255.255.255.0

Any ideas how to resolve?

Thanks

Scott
 
Posts: 1,208 | Thanked: 1,028 times | Joined on Oct 2007
#3
You probably need to add something like this:
Code:
push "route 192.168.0.0 255.255.255.0"
More info from http://openvpn.net/index.php/open-so...mentation.html
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:49.