New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Installing OpenVPN

Got problems with your B2 or B3? Share and get helped!
Post Reply
upsideduck
Posts: 4
Joined: 19 Dec 2010, 15:36

Installing OpenVPN

Post by upsideduck »

Love my Bubba2. Has been running perfectly for several years now. Today I was trying to install openvpn server on it but ran into some problems. I was using the guide in the wiki since I'm not a Linux prouser. However, I can not seem to get it working since I'm not meeting several of the dependencies:
The following packages have unmet dependencies:
openvpn: Depends: libc6 (>= 2.7-1) but 2.3.6.ds1-13etch10 is to be installed
Depends: liblzo2-2 but it is not going to be installed
Depends: libpam0g (>= 0.99.7.1) but 0.79-5+etch1 is to be installed
Depends: libpkcs11-helper1 but it is not going to be installed
Depends: libssl0.9.8 (>= 0.9.8g-9) but 0.9.8c-4etch9 is to be installed
Depends: openssl-blacklist (>= 0.4) but it is not going to be installed
I have tried to update these packages as well but no luck. I have run apt-get update, apt-get upgrade etc but nothing. Do I have to add more package repositories?
Asad
Posts: 31
Joined: 24 Sep 2010, 11:32

Re: Installing OpenVPN

Post by Asad »

not sure about this, but I would recommend strongswan or pptp vpn, they are on the wiki.
upsideduck
Posts: 4
Joined: 19 Dec 2010, 15:36

Re: Installing OpenVPN

Post by upsideduck »

Found a tip on a different website that worked. Instead of apt-get I used aptitude as root
aptitude install openvpn
This automatically installed all dependencies.
Post Reply