Koozali.org: home of the SME Server

Openvpn

Offline p-jones

  • *
  • 594
  • +0/-0
Openvpn
« on: June 17, 2012, 05:49:52 AM »
Has anyone tried the Open vpn How-to from Jesper Knudson
Quote
http://wiki.contribs.org/OpenVPN
?

And how did you resolve the issue of missing dependacies ?

[root@server openvpn]# rpm -Uvh openvpn*.rpm
error: Failed dependencies:
        libcrypto.so.4 is needed by openvpn-2.0.9-1.el4.rf.i386
        libssl.so.4 is needed by openvpn-2.0.9-1.el4.rf.i386
...

Offline Jeppe Fugl

  • *
  • 33
  • +0/-0
Re: Openvpn
« Reply #1 on: June 18, 2012, 04:25:09 PM »
I've installed openvpn from the smecontribs repo

yum install --enablerepo=smecontribs

Offline chris burnat

  • ****
  • 1,135
  • +2/-0
    • http://www.burnat.com
Re: Openvpn
« Reply #2 on: June 18, 2012, 07:08:04 PM »
Moving to 8.xx SME contribs
- chris
If it does not work out of the box, please fill in a Bug Report @ Bugzilla (http://bugs.contribs.org)  - check: http://wiki.contribs.org/Bugzilla_Help .  Thanks.

Offline p-jones

  • *
  • 594
  • +0/-0
[SOLVED] Openvpn
« Reply #3 on: June 20, 2012, 12:34:15 PM »
The openvpn rpm in the SME contribs repo if for a site to site tunnel and will not install the TAP adaptor.

I resolved this by installing the openvpn rpm from the DAG repository (as documented in the HOW-TO) with yum localinstall rather than using rpm -Uvh option documented.

This is a really useful addition. It provides a rock solid alternative to the sometimes flakey PPTP option built in. Wish this was part of the standard build !!
...

Offline Daniel B.

  • *
  • 1,699
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: Openvpn
« Reply #4 on: June 20, 2012, 01:00:57 PM »
The openvpn rpm in smecontribs repo is the one from DAG. It will of course work both with tun and tap adaptators (they are not provided by openvpn but are in the kernel).

Regards, Daniel
C'est la fin du monde !!! :lol:

Offline p-jones

  • *
  • 594
  • +0/-0
Re: Openvpn
« Reply #5 on: June 20, 2012, 01:11:28 PM »
Didnt work for me. No tap adaptor, only a tun adaptor. (/dev).  Wouldnt run vpn up script and  a few more bugs also.

After nutting out the workaround, it all came up perfectly as described in Jesper Knudsen's How-to.
...