ctyke

Members
  • Posts

    6
  • Joined

  • Last visited

ctyke's Achievements

Noob

Noob (1/14)

0

Reputation

  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. I tried the bahamas.ovpn and it DID NOT work for me either. So it must be something with their server.
  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. 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. 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.