August 7, 201411 yr Hello all, Trying to install openvpn-server (32 bits) on my box, but i'm getting this error: file /boot/packages/lzo-2.03-i486-1.txz: downloading from http://slackware.cs.utah.edu/pub/slackware/slackware-13.37/slackware/l/lzo-2.03-i486-1.txz ... wget: error while loading shared libraries: libssl.so.0: cannot open shared object file: No such file or directory bad download, deleting Thanks in advance for your help, Zenshi
August 7, 201411 yr Author I did a fresh install with empty /boot/packages, and no other plugin installed, all works fine, could you have installed a x64 plugin by mistake before try this plugin ? file /boot/packages/lzo-2.03-i486-1.txz: downloading from http://slackware.cs.utah.edu/pub/slackware/slackware-13.37/slackware/l/lzo-2.03-i486-1.txz ... 2014-08-07 20:53:12 URL:http://slackware.cs.utah.edu/pub/slackware/slackware-13.37/slackware/l/lzo-2.03-i486-1.txz [77988/77988] -> "/boot/packages/lzo-2.03-i486-1.txz" [1] success upgradepkg --install-new /boot/packages/lzo-2.03-i486-1.txz ... +============================================================================== | Installing new package /boot/packages/lzo-2.03-i486-1.txz +============================================================================== Verifying package lzo-2.03-i486-1.txz. Installing package lzo-2.03-i486-1.txz: PACKAGE DESCRIPTION: # lzo (LZO Compression Library) # # LZO is a portable lossless data compression library written in ANSI C. # It offers pretty fast compression and very fast decompression. # # Homepage: http://www.oberhumer.com/opensource/lzo/ # Executing install script for lzo-2.03-i486-1.txz. Package lzo-2.03-i486-1.txz installed. success Start to remove other plugins and then try again with 32-bit version. //Peter
August 12, 201411 yr Hello Peter, I updated my plugin to version 1.1.31 and now i'm having a problem with easy-rsa... On the .plg you have cd $SERVER_PATH/easy-rsa-master/easy-rsa/2.0/ But when easy-rsa is downloaded, no easy-rsa folder exists, only an easyrsa3...
August 12, 201411 yr Author Very strange, my plugin do this when DL easy-rsa wget -O 2.x.zip --no-check-certificate https://github.com/OpenVPN/easy-rsa/archive/release/2.x.zip unzip -o 2.x.zip mv easy-rsa-release-2.x easy-rsa-master must check this when I'm at home...... //Peter
August 12, 201411 yr Hello, Peter, the problem is that the https://github.com/OpenVPN/easy-rsa/archive/release/ gives an 404 error
August 12, 201411 yr Hello, Peter, the problem is that the https://github.com/OpenVPN/easy-rsa/archive/release/ gives an 404 error Not relevant. The file is available. https://github.com/OpenVPN/easy-rsa/archive/release/2.x.zip works.
August 12, 201411 yr Author DL of easy-rsa works just fine. just did a fresh install. can you post both your config files ?
August 12, 201411 yr Hello, I think it must have been some kind of dns problem during the day or something, I just got home, rebooted the server and voilá, it downloaded! Now what happens is, when I try to run the daemon, I get this error: Options error: --crl-verify fails with '/mnt/cache/openvpn_cert/keys/crl.pem': No such file or directory Options error: Please correct these errors. I tried to generate the keys twice now, and the file isn't created.
August 13, 201411 yr Author Do you have these folders on your cache drive? if the server folder is empty, try to Generate the server certificates and keys again //Peter
August 13, 201411 yr Author Are your cache drive healthy? Try to start over again on new folders, and see what happens , I did a fresh install and all are OK
August 18, 201411 yr started getting this error Mon Aug 18 17:19:29 2014 TCP/UDP: Socket bind failed on local address [AF_INET]10.4.134.142:1194: Cannot assign requested address Mon Aug 18 17:19:29 2014 Exiting due to fatal error it was working before but stopped working. I am running the VPN Client as well to connect to a VPN but also had the server running as well and was able to connect before, but for some reason it stopped. any ideas would be great.
August 19, 201411 yr Author This must be some issue with the new OpenSSL that was added in current release! are previuse version OK ? //Peter
September 3, 201411 yr Author I have no clue how to create docker, what is the issue? And I don't use docker.
September 3, 201411 yr No issue with your plugin, it works great but it seems LT is preferring to move away from the plugins to docker
September 3, 201411 yr Author It's actual one package that is added to the plugin. And 2 for create user, if these are added to stock unraid we only need the GUI. Docker for this is to much :-)
September 3, 201411 yr I would agree, would prefer it to be added to core GUI by default. Perhaps we could request LT to include? Just so the packages are downloaded and would minimise conflict with other packages as I had with the older APCUPSD plugin
September 4, 201411 yr I've been trying to get this up and running and have a few questions. 1) I have OpenVPN server running on UnRAID, but noticed that even though the server IP is 192.168.1.52 it lists a VPN Server IP of 10.8.0.1. Is this correct? 2) Is there a requirement to install OpenVPN Client on UnRAID as well, or just on actual clients? 3) I have a double gateway scenario (public IP is on ISP provided gateway and I have an internal Linksys Gateway that my home network is behind. I have been able to route things like SMTP, HTTPS, RDP, etc without issue, but when I try and test with http://www.canyouseeme.org/ on port 1194 it fails (Error: I could not see your service. Reason: Connection timed out). I have both firewalls configured to allow UDP 1194, but can't get this to work. If I connect to my DMZ (inside ISP router, and outside Linksys) I can connect with OpenVPN client on my windows machine, but don't understand why it fails from outside. 4) If I connect with Windows OpenVPN client I get an IP address of 10.8.0.6, but I can't ping 10.8.0.1, or connect to UnRAID GUI using that IP, or actual IP of 192.168.1.52. How should I be able to connect to internal LAN? I seem to be close, but am missing a few things to get this finalized. If anyone with a better understanding of OpenVPN could help, it would be appreciated.
September 4, 201411 yr 1) yes 2) no just on the client machine 3) my ISP blocks 1194 try 443 instead 4) should be able to use internal lan address. Are you on v6 betas or v5?
September 4, 201411 yr 1) yes 2) no just on the client machine 3) my ISP blocks 1194 try 443 instead 4) should be able to use internal lan address. Are you on v6 betas or v5? Sorry, I forgot to add that I am on v6 with the latest OpenVPN build. Thanks for the clarifications, and the quick response. I tried changing to port 994 as 443 is used, but still get the same error (Connection timed out).
Archived
This topic is now archived and is closed to further replies.