Jump to content

ctyke

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by ctyke

  1. Hey, thanks for getting this docker out there. I tried to use the builtin support (and YouTube video) without success.  For those of you struggling.... I am only using one user for now, just to get it working... I installed it, didn't change any settings, and ran the command line to fix permissions.  ON the mac, I didn't map any drives or connect to it in Finder. I just went into TimeMachine, it saw the advertised disk, clicked on that and away it went backing up. Super easy!! 

  2. 13 hours ago, ab5g said:

     

    It seems like the error is related to the MariaDB container being upgraded and as a result MariaDB being upgraded from 10.1 to MariaDB 10.2. 

    To get rid of this ssh into the Mariadb container and delete the binary log file in /config/databases (these log file are called "ib_logfile0", ""ib_logfile1" etc).  After deleting restart the MariaDB container. 

     

     

    https://mariadb.com/kb/en/upgrading-from-mariadb-101-to-mariadb-102/+comments/2903

     

    Thank You!!! fixed my issue. 

  3. Here is mine, I don't see "cipher aes-256-cbc" in yours. 

     

    client
    dev tun
    proto udp
    remote ca-toronto.privacy.network 1197
    resolv-retry infinite
    nobind
    persist-key
    persist-tun
    cipher aes-256-cbc
    data-ciphers-fallback aes-256-gcm
    auth sha256
    tls-client
    remote-cert-tls server
    
    auth-user-pass
    compress
    verb 1
    reneg-sec 0
    <crl-verify>

     

  4. 9 minutes ago, Lignumaqua said:

    Unfortunately this and GitHub A22 didn't help. Same problems as before. :( The only think that works for me is reverting to the prior build.

    I note that you say to use the 4096 crt and pem files certificates. Where did you get those from? The only ones in nextgen.zip are the 2048 versions. What am I missing here? 

    Hmmm. 

    I got those from https://www.privateinternetaccess.com/openvpn/openvpn-strong-nextgen.zip I guess in all the different try's they ended up in my folder and didn't realize I wasn't using the 2048 versions...

     

    Not sure if it matters, but I am using the CA Toronto.ovpn file.

     

  5. 19 minutes ago, binhex said:

    Thank you, this worked. 

    For everyone trying this, here is what i did.

     

    downloaded the nextgen files from the link in GitHub A19 https://www.privateinternetaccess.com/openvpn/openvpn-nextgen.zip

     

    Modified the one .OPVN file I wanted to use using Atom by adding the line from Github A22

    data-ciphers-fallback aes-256-gcm

     

    deleted everything except credentials from openvpn folder in the container

     

    copied the following to opnevpn folder

    ca.rsa.4096

    crl.rsa.4096

    The modified .opvn from the previous step.

     

    Hope this helps someone.

×
×
  • Create New...