Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

VPN

59 Topics 434 Posts
  • Built-in DNS Server - Not resolving connected clients

    Solved
    2
    1 Votes
    2 Posts
    407 Views
    G
    I continued debugging the issue and fortunately, I finally found the root cause and solution. Turns out the Ubuntu client wasn't updating the DHCP settings automatically, so I added the following lines to the ovpn file: up /etc/openvpn/update-systemd-resolved down /etc/openvpn/update-systemd-resolved And also installed the following dependencies: sudo apt install resolvconf openvpn-systemd-resolved With that, I was able to solve the issue and now all the clients are resolving automatically.
  • OpenVPN app and privacy

    Moved
    4
    3 Votes
    4 Posts
    1k Views
    svtxS
    @girish That's excellent news indeed!
  • OpenVPN with IPv4 and IPv6

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    svtxS
    @archos Do what most other sensible IT Pros do: Disable IPv6 for as long as possible
  • Purpose of OpenVPN

    Moved
    7
    3 Votes
    7 Posts
    1k Views
    svtxS
    I would be fantastic to integrate other apps to "require Cloudron VPN connection" in order to access them. It would solve many of our problems.
  • Not able to make user openvpn admin

    Moved Solved
    4
    0 Votes
    4 Posts
    491 Views
    W
    This seems to have resolved the issue. Many thanks
  • Throttling

    7
    0 Votes
    7 Posts
    970 Views
    girishG
    I can see 3,4 being generally useful to have. 1,2 are for service providers. Happy to accept any PRs at https://git.cloudron.io/cloudron/openvpn-app . This has the complete app along with the UI.
  • Separate IP addresses for OpenVPN

    Unsolved
    6
    0 Votes
    6 Posts
    841 Views
    girishG
    @jayonrails yes , use the Directory integration. First, enable LDAP server in the first one - https://docs.cloudron.io/user-management/#directory-server . Then, use it in the second one - https://docs.cloudron.io/user-management/#cloudron
  • Log location?

    2
    0 Votes
    2 Posts
    273 Views
    girishG
    @RazielKanos they should be in log viewer (atleast whatever openvpn writes out). Maybe you can turn up the log level for more output.
  • OpenVPN DNS leaks?

    openvpn dns leaks security
    7
    0 Votes
    7 Posts
    1k Views
    girishG
    Maybe @mehdi has some ideas here since he wrote the initial app. If I understand correctly, you are trying to put the OpenVPN certs into openwrt and this somehow leaks DNS. How are you testing this?
  • Missing logo.png

    Solved
    3
    0 Votes
    3 Posts
    429 Views
    nebulonN
    Fixed with latest package version now.
  • OpenVPN Access Server Question

    openvpn access server ubqiuiti unifi udm-pro
    4
    0 Votes
    4 Posts
    635 Views
    M
    Thx a lot, I can try it but is there any way someone can create a package? Not for free for sure..
  • password

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    dynimightiD
    @girish, good day. sorry, should have said, fixed. i was using the same subdomain name as before the reinstall and for whatever reason that stopped everything from working.
  • OpenVPN - TLS verify error

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    robiR
    @nebulon Update: after restarting the OpenVPN App, it connects and verifies TLS just fine. Shrug, restart fixed it.
  • Making User Admin in config.ini

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    aessenA
    @nebulon said in Making User Admin in config.ini: @aessen yes it has to be the Cloudron user's username. OMG you rock, all of you. That worked and it also helps me better understand the proper syntax for code like this. Many thanks.
  • Unable to connect to OpenVPN from Asus Router

    1
    0 Votes
    1 Posts
    303 Views
    No one has replied
  • Modify OpenVPN Server Config

    Moved Solved openvpn
    10
    0 Votes
    10 Posts
    2k Views
    andreasduerenA
    Hijacking this thread. I don't think. it's currently possible to do port forwarding, is it? Use case is: I would like to conect a raspberry pi running yunohost at home to the vpn to get a static IP address which I won't get at home.
  • OpenVPN shows local IP address

    8
    0 Votes
    8 Posts
    1k Views
    A
    @girish Thank you, all looking good so far!
  • Bad argument `eth0' openvpn after update

    24
    0 Votes
    24 Posts
    3k Views
    girishG
    Would be good if you guys put a note on which clients have this issue. See https://community.openvpn.net/openvpn/wiki/IPv6#Clientissues for OpenVPN/IPv6 issues. I mostly only tested only on Linux and it works there.
  • OpenVPN with Adguard

    35
    1 Votes
    35 Posts
    10k Views
    girishG
    @BrutalBirdie said in OpenVPN with Adguard: register-dns block-outside-dns Good to know these! Apparently, these are Windows only directives - https://iflorian.com/openvpn-block-outside-ds/
  • Auth failed to connect with OpenVPN with tunnelblick

    2
    0 Votes
    2 Posts
    773 Views
    girishG
    @timo-betz I missed this post somehow. Did you manage to figure this out?