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


Skip to content

OpenVPN

51 Topics 376 Posts
  • Domain auto-configuration - import profile using URL ?

    3
    0 Votes
    3 Posts
    3k Views
    girishG

    This is more involved. First, there is HEAD request with /?embedded=true. Then, there is a POST request to /RPC2. We have to reverse engineer a bit to implement this.

    There's more info in parts at

    https://forums.openvpn.net/viewtopic.php?f=36&t=29767 https://github.com/ryanharrison554/pyovpn-as/blob/a5d4ad36a952b982cc74c4573595b9031369239a/pyovpn_as/api/cli.py * https://forums.openvpn.net/viewtopic.php?t=28491 http://blog.manton.im/2016/02/reverse-engineering-openvpn-as-login.html
  • TCP: connect to [AF_INET]209.xxx.xxx.xxx:7494 failed: Unknown error

    7
    0 Votes
    7 Posts
    6k Views
    mehdiM

    Recognizing TCP OpenVPN traffic is really not easy, as it kinda looks like any other TLS encrypted stream. As far as I know, doing so requires advanced Deep Packet Inspection capabilities that are only available to few countries, and even this is not foolproof.

    May I ask, @hasan, where are you based?

  • Support VPN Client

    Moved
    15
    1 Votes
    15 Posts
    1k Views
    JOduMonTJ

    @mehdi said in Support VPN Client:

    I don't know a single commercial VPN provider that provides a public IP to each VPN connection

    It is probably because you didn't fell the need 🙂

    I lived in Switzerland and before in Canada, where Torrenting and self hosting is not an issue.
    But since I'm in Thailand; first, Torrenting is it as the Government fell about you, and the Internet is monitored and limited (not as much than China but still) they block several ports and websites.

    It took me a while to find and I chat with a lot of online support to find few of them
    Has I will not recommend it but still a good example PureVPN support this
    you control which port you open with OpenVPN but the IP is dynamic and yes it still through a NAT, and you could buy a static IP available via only PPTP (which they don't claim at loud).

    If I remember well mullvad also offer this kind of service

    My idea came from: https://labriqueinter.net

  • OpenVPN Admin UI Access

    Moved Solved
    5
    0 Votes
    5 Posts
    736 Views
    J

    @girish Awesome thanks! I'm looking forward to Wireguard more, if possible haha.

  • Can the OpenVPN package be used for remote LAN parties?

    6
    0 Votes
    6 Posts
    801 Views
    M

    Thanks to everyone, I managed to get a few games going, some did not work, but they probably wouldn't run in an actual LAN either. Didn't have to adjust anything, The game I was trying was just not working properly.

    Cheers!

  • Adding custom dns server

    10
    0 Votes
    10 Posts
    1k Views
    robiR

    avoid the $

  • OpenVPN Admin UI

    Solved
    9
    0 Votes
    9 Posts
    973 Views
    nebulonN

    The just released app package now contains the first settings for admins and also there is a file at /app/data/config.ini now to grant admin rights to users.

    a2f94f88-64eb-4714-b442-15217a9fe3d3-image.png

  • Common Name (CN) issue

    Solved
    9
    0 Votes
    9 Posts
    907 Views
    girishG

    I have added docs at https://cloudron.io/documentation/apps/openvpn/#custom-client-configuration

  • Unable to Uninstall

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    girishG

    @Trankery https://git.cloudron.io/cloudron/box/-/commit/b46d3e74d6be94718c3a3df7899dbb6af0b4a407 is the fix for the crash itself.

    But the real solution is to move the domain away from Cloudflare OR change the domain provider to Wildcard. Sucks that they made such a big change with no announcement.

  • Using Cloudron OpenVPN

    Moved
    5
    0 Votes
    5 Posts
    847 Views
    V

    @girish so is the process I understand about the installing steps the right way for this? thanks for the suggestion, I just know that we can do my.vpnserver.domain.com. Am intending for consumer use for now.

  • Multiple VPNs use the same IP-Network

    Moved Solved
    6
    1 Votes
    6 Posts
    873 Views
    girishG

    I have opened https://git.cloudron.io/cloudron/openvpn-app/issues/20