-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenVPN 2.5 #606
Comments
@kylemanna: The final is out! OpenVPN 2.5.0 (2020-10-27): Announcement: OpenVPN 2.5 is a new major release with many new features:
Overview of changes in OpenVPN v2.5: Overview of changes in OpenVPN v2.4: |
Waiting and watching for it to land in Alpine: https://pkgs.alpinelinux.org/packages?name=openvpn&branch=edge |
Looks like it is ready |
Can those interested test out the
|
I do not have any problems beside the Issues that were present before. |
I have now deployed the edge container to my server, several clients (Linux desktop / Android phones) work fine as before. I am not using any advance configurations though. |
I am still using it since the last time I wrote and never had problems. |
@kylemanna could you tag |
With 2.5.1 out, it'd be great to have edge updated! |
Yes, please make that explicit. |
What's the status of this? |
The image with the |
@kylemanna: Are there any plans to update the container image to the latest OpenVPN version? Or is this project deprecated? |
Seems that developer has no interest in this project anymore... |
No news?? |
I use the script below to build a new image which is saved to Gitlab's registry. If you use this you must update the Gitlab URL's. Feel free to use and/or improve it (it is a bit hacky)
|
Latest OpenVPN version: |
@lisenet : |
@nextcloudfan simply use the new image and it should "just work". I used the same Docker file but had updated the repo to the stable one. |
@lisenet |
@nextcloudfan not sure TBH as I'm running on Kubernetes. Via Portainer WebUI I presume? How did you deploy the image in the first place? |
@lisenet |
@nextcloudfan the key here is the container is built by an image where all container data is kept in a separate volume. So as long as you did follow the instructions, all your container VPN data is in a storage volume. So if you swap your container image for @lisenet ones, you would have access to the same configuration. I am not sure how to work with portainer, but conceptually I would:
@lisenet as @kylemanna is less active on Github (perhaps not supporting this image anymore), should we have a discussion migrating to a new maintainer? |
@nextcloudfan your certs, config and data in general is not stored in the docker image but a separate volume, therefore you should be able to simply change the Docker image. |
@juriansluiman that sounds sensible to me. |
@lisenet @juriansluiman |
@nextcloudfan that's Docker Hub, they've been having problems with their service lately: https://status.docker.com/pages/history/533c6539221ae15e3f000031 |
@lisenet @ruimarinho : Docker hub is working again. @lisenet : Is there a possibility in your Image to use to different Port ? Right now I´m on 1194 UDP. Had some issues in the past where this port was blocked. My idea is to use 1194 UDP and 443 TCP parallel. But I already hae things running on 44e TCP. I heard about OpenVpn prt forwarding, but did not manage it running with any image. |
@nextcloudfan my image uses the same Dockerfile as the original image, with some very minor tweaks to pull the latest stable OpenVPN version. I did not customise it in any way therefore the port remains the same. I have my container using 1194 UDP but on the outside I port-forward through my load balancer via 443 UDP. E.g. PUBLIC_IP_OF_THE_LOAD_BALANCER:443 > PRIVATE_IP_OF_THE_CONTAINER_SERVICE:1194 |
thank you very much @lisenet |
Do you have a changelog for the version provided on the last days of Dec 2022? |
@nextcloudfan https://github.com/lisenet/docker-openvpn/releases/tag/2.6.6-build20 Latest OpenVPN version: |
This is the repo that I maintain: https://hub.docker.com/r/lisenet/openvpn It gets the latest version short after one has been published. |
@lisenet could you please share the Dockerfile ? thanks |
Hi,
first beta versions of 2.5 are out. Could u provide such images please?
The text was updated successfully, but these errors were encountered: