DeBaschdi

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by DeBaschdi

  1. 23 minutes ago, ChalkyChalkson said:

    Thank you so much for doing this! I did have quite a bit of TLS friction with this plugin without any obvious ways to fix it except disabling TLS outright (oof), but at least I finally have a server running again :D

    The first TLS error I ran into was telling me that client (open vpn 2.4.9 windows client) and server had no ciphersuites in common with the suggestion to relax --tls-cipher options. Any plans to maybe expose that? I guess I can always telnet in and do that stuff in the consol, but your plugin is so user friendly otherwise ❤️ 

     

    Hi, i can´t confirm an tls Problem with Linux and / or Windows Client´s, check my Settings :

    My Win 10 OVPN Client :

    https://swupdate.openvpn.org/community/releases/openvpn-install-2.4.9-I601-Win10.exe

     

    Unbenannt.thumb.png.fb21ea61efac699d534ce79a512a2055.png

     

     

  2. Hi there,

    I would like to point out again that I forked the petersm1 project on GitHub a long time ago.

    I modified the plugin, It now uses Layer 2 (tab device) by default, i.e. a network bridge to the existing br0 in Unraid.

     

    If you prefer layer 3, i.e. a routed network, you should switch to Wireguard or something similar.

     

    Layer 2 has the advantage that it is seen like a "real" LAN cable, broadcast etc. comes through,

    I personally use it to connect with my friends online and to be able to play classic "LAN" Games together.

     

    However, if you want to access with Android, you need the app "openvpn pro", because android can only emulate tap without being routed, which is also the only app that I know of.

    Windows, Linux and Mac have no problems whatsoever.

     

    openvpn 2.4.9 is used,

    The easyrsa installation has also been fixed.

     

    who wants to start openvpn automatically after a system restart (without a started array because it is encrypted) can add that to /boot/config/go :

     

    ##OPENVPN-SERVER
    source /boot/config/plugins/openvpnserver/openvpnserver_cert.cfg
    logger "Starting OpenVPN Server"
    /usr/local/emhttp/plugins/openvpnserver/scripts/rc.openvpnserver start | logger

     

    https://github.com/DeBaschdi/openvpnserver

     

    Plugin :

    https://raw.githubusercontent.com/DeBaschdi/openvpnserver/master/openvpn_server_x64.plg

     

  3. Hello everybody,

    Some time ago I forked the petersm1 Project on Github, modified the Code to be able to use a bridged tap instead of tun.  (layer 2).

     

    This works good, but everyone has to be aware that Layer 2 has a bit more overheat, I modified it to be able to use Lan Games which use a broadcast. Also, Layer 2 (tap device) does not work under Android, but there is a paid APP that emulates the tap device. You can find my Fork here:

    https://github.com/DeBaschdi/openvpnserver