Connecting to openvpn in jails

Status
Not open for further replies.

cake maker

Dabbler
Joined
Oct 16, 2016
Messages
13
Hi all,

Long shot here, because I think the problem is nothing to do with FreeNAS or jails, but I wondered if anyone here had any experience with this.
I set up a VPN using a guide and getting some sweet help from you guys, and can connect to it very easily and super quickly using my phone (android). However, when I try with Windows XP / Windows 7, it won't connect. I get the outputs as shown in the attached pic.

http://imgur.com/a/zO4S1

Would anyone have any idea what exactly is going wrong? It looks like a few things. The last two errors at the bottom keep repeating till a certain time out, before I'm asking for credentials again for a retry.
 
Joined
Jan 7, 2015
Messages
1,155
Permission denied adding route could be as easy as running openvpn client as an administrator.
 

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925
Permission denied adding route could be as easy as running openvpn client as an administrator.

That was certainly required to connect with OpenVPN with my wife's machine under W10.
 
Joined
Jan 7, 2015
Messages
1,155
Certainly it has to be permission related as the commands fail with permission denied. Curiously it is also trying to create a route with a 10.4 ip. Not sure what that is about. Im not much of a windows user so not sure what more to tell you. Looks like openvpn is having trouble meddling in the windows directory to me.
 

cake maker

Dabbler
Joined
Oct 16, 2016
Messages
13
Certainly it has to be permission related as the commands fail with permission denied. Curiously it is also trying to create a route with a 10.4 ip. Not sure what that is about. Im not much of a windows user so not sure what more to tell you. Looks like openvpn is having trouble meddling in the windows directory to me.

Thanks guys, I tried running as admin and it still didn't work, but I'll persist and post a result if I find one!
 

cake maker

Dabbler
Joined
Oct 16, 2016
Messages
13
It seemed to be an issue with the cipher setting, although I'm not sure why it wouldn't work on Windows, but would work on Android without that. Anyhow, I used a windows sample file, which came with the:

Code:
# Select a cryptographic cipher.
# If the cipher option is used on the server
# then you must also specify it here.
# Note that 2.4 client/server will automatically
# negotiate AES-256-GCM in TLS mode.
# See also the ncp-cipher option in the manpage
cipher AES-256-CBC


cipher config. It seems to work, but I need to do some more tests.
 
Status
Not open for further replies.
Top