Results 1 to 6 of 6

Thread: Installing OpenVPN 2.5.9 on Ubuntu 24.04 LTS

  1. #1
    Join Date
    Jul 2024
    Beans
    3

    Installing OpenVPN 2.5.9 on Ubuntu 24.04 LTS

    Hello,

    i cannot find any way on how to install this older openvpn 2.5.9 version on my ubuntu. Dies anyone have any documentation about this?
    Thanks in advance!

  2. #2
    currentshaft is offline Oops! My Coffee Cup is empty.
    Join Date
    May 2024
    Beans
    Hidden!

    Re: Installing OpenVPN 2.5.9 on Ubuntu 24.04 LTS

    Quote Originally Posted by misiaala View Post
    Hello,

    i cannot find any way on how to install this older openvpn 2.5.9 version on my ubuntu. Dies anyone have any documentation about this?
    Thanks in advance!
    Clone the source code at that revision and run make?

    What problem are you trying to solve with this version of openvpn?
    Last edited by Irihapeti; 1 Week Ago at 01:59 PM. Reason: Restored original content

  3. #3
    Join Date
    Jul 2024
    Beans
    3

    Re: Installing OpenVPN 2.5.9 on Ubuntu 24.04 LTS

    Hi, i'm trying to circumvent the topic that openvpn >2.6 is not allowing connections to SHA1 gateways. But i still need this for some months.

    And sorry, i have no idea on how to "clone the source code at that revision and run make".

  4. #4
    currentshaft is offline Oops! My Coffee Cup is empty.
    Join Date
    May 2024
    Beans
    Hidden!

    Re: Installing OpenVPN 2.5.9 on Ubuntu 24.04 LTS

    Quote Originally Posted by misiaala View Post
    Hi, i'm trying to circumvent the topic that openvpn >2.6 is not allowing connections to SHA1 gateways. But i still need this for some months.

    And sorry, i have no idea on how to "clone the source code at that revision and run make".
    wget https://build.openvpn.net/downloads/...n-2.5.9.tar.gz

    tar xf openvpn-2.5.9.tar.gz

    cd openvpn-2.5.9

    ./configure

    make

    sudo make install

    You may need to install additional libraries such as liblzo2-dev, etc.

    However, I strongly advise against running an older version of OpenVPN, because it is full of vulnerabilities which will put your computer at risk, possibly including giving the remote server code execution capability to your local system.
    Last edited by Irihapeti; 1 Week Ago at 02:00 PM. Reason: Restored original content

  5. #5
    Join Date
    Jul 2024
    Beans
    3

    Re: Installing OpenVPN 2.5.9 on Ubuntu 24.04 LTS

    While typing in "./configure" i get "checking additionally if OpenSSL is available and version >= 1.0.2...configure: error: OpenSSL version too old".
    That's the reason why i asked here this question on how to install older versions.

  6. #6
    currentshaft is offline Oops! My Coffee Cup is empty.
    Join Date
    May 2024
    Beans
    Hidden!

    Re: Installing OpenVPN 2.5.9 on Ubuntu 24.04 LTS

    Quote Originally Posted by misiaala View Post
    While typing in "./configure" i get "checking additionally if OpenSSL is available and version >= 1.0.2...configure: error: OpenSSL version too old".
    That's the reason why i asked here this question on how to install older versions.
    You'll have to modify the source code you downloaded to make it work.

    But it's honestly a waste of time. You need to update to a modern version of openssl and openvpn.
    Last edited by Irihapeti; 1 Week Ago at 02:01 PM. Reason: Restored original content

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •