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

55 Topics 396 Posts
  • OpenVPN - Package Updates

    Pinned
    27
    0 Votes
    27 Posts
    2k Views
    Package UpdatesP

    [2.0.0-1]

    The app is now called "VPN" Wireguard support (IPv4, IPv6, QR Code scannable clients) First user is now an admin Unified client database for OpenVPN and Wireguard
  • New VPN version

    1
    3 Votes
    1 Posts
    32 Views
    No one has replied
  • 1 Votes
    1 Posts
    18 Views
    No one has replied
  • Wireguard not connecting

    11
    0 Votes
    11 Posts
    107 Views
    J

    @necrevistonnezr said in Wireguard not connecting:

    @Jenova said in Wireguard not connecting:

    @robi said in Wireguard not connecting:

    @Jenova said in Wireguard not connecting:

    adblocking and VPN without needing Adguard

    How do you not need Adguard?

    RethinkDB uses Wireguard as a proxy. It also has firewall and Adblocking stuff. It's like Adguard on steroids and it's free.

    I guess you’re talking about RethinkDNS at https://rethinkdns.com/ (with „paid plans coming soon“)?
    RethinkDB (https://rethinkdb.com/) is a different software…

    Haha omg yes RethinkDNS is what I was talking about. Omg sorry they're so similarly named. I feel dumb now. Sorry for hyping you up @robi

  • VPN: can't get WireGuard & AdGuard working

    6
    1 Votes
    6 Posts
    139 Views
    sponchS

    same here but definitely worked for some hours ...
    DNS requests come to Adguard - ping, tracerout etc. don't work ...

  • 0 Votes
    2 Posts
    76 Views
    nebulonN

    Currently the OpenVPN interface we have built will only show connections per-user. Also note that the superadmin status is not automatically transferred from Cloudron to the apps as such.

    Maybe this could be a feature request to the openvpn app for us. But it is currently simply not implemented.

    "I even had him log in to my account and he can still only see the accounts he has created." that I am not sure about which accounts you are expecting to see to be honest.

  • Using OpenVPN on Cloudron as a client for other VPN services?

    10
    0 Votes
    10 Posts
    1k Views
    G

    Hello people!
    I have been searching far and wide for a solution to this exact problem, and I couldn't find anything but this 4 years old discussion about a prototype (https://forum.cloudron.io/topic/3667/openvpn-client-with-poll). Any change you would have an ETA for this feature, or a workaround you could recommend?

  • Change protocol from TCP to UDP

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    J

    @girish Looks good, thanks!

  • How to debug slow VPN?

    Moved
    8
    1 Votes
    8 Posts
    551 Views
    dsp76D

    Check the network speed with an SFTP connection directly to your server. Upload / download a file from your location to your server.

    The speed check on our server performed by our hoster was also fine. No surprise - as the speed test software connects to the best available server, which might be connected on a different network than yours.

    The direct test without VPN showed the same issue - so it was not related to VPN, but to the general connection between my office, homeoffice + other places and our server.

  • OpenVPN Split Tunnel?

    2
    1 Votes
    2 Posts
    159 Views
    girishG

    @teamcrw the split tunnel happens because of client side vpn configs. Atleast on linux, I can override this when I set up the connection.

    image.png

  • 2FA in OpenVPN App

    11
    2 Votes
    11 Posts
    1k Views
    S

    @girish I believe so. We were using the "OpenVPN Connect" Mac app on the front-end, which supports this. My understanding is that the Cloudron build of the OpenVPN server would need to be built with the libpam-google-authenticator package, in order to enable a user to enable it from the app-specific terminal (and to configure the server app to require it.)

    I ended up going a different route (switching to AWS Client VPN) so this is no longer pressing for us, but I do think it would enable a nice security enhancement.

  • OpenVPN only supports one person connected to the server

    7
    0 Votes
    7 Posts
    585 Views
    girishG

    @santabroo I haven't tested but I think if you add duplicate-cn directive in /app/data/openvpn.conf and restart the app, it will support multiple connections on one certificate.

  • OpenVPN login with password

    2
    1 Votes
    2 Posts
    140 Views
    girishG

    You have to use the ovpn file to connect.

  • OpenVPN with AdGuard ?

    4
    1 Votes
    4 Posts
    1k Views
    girishG

    I tried following setup and it works:

    Install AdGuard Home Install VPN app in same cloudron In VPN app, set DNS to public IP of cloudron (where AdGuard is installed). Connected from linux

    I can see all DNS requests are going via AdGuard. I can see that in systemctl status systemd-resolved the DNS of tun0 is set correctly.

  • OpenVPN Limitations ?

    6
    1 Votes
    6 Posts
    536 Views
    girishG

    Ah, I see why. You are referring to OpenVPN AS maybe - https://openvpn.net/vpn-server-resources/limitations-of-an-unlicensed-openvpn-access-server/ ?

    @santabroo the OpenVPN app on Cloudron is completely different from OpenVPN AS. The OpenVPN UI was initially written by @mehdi, further developed now by the Cloudron team and not feature compatible or comparable with OpenVPN AS.

  • OpenVPN chain multiple servers

    2
    1 Votes
    2 Posts
    225 Views
    robiR

    @santabroo No. VPNs are point-to-point.

    What you may be wanting is a Tailscale/Headscale type solution that is a VPN mesh concept (not-point to-point).

  • Built-in DNS Server - Not resolving connected clients

    Solved
    2
    1 Votes
    2 Posts
    281 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
    1k 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
    771 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.