Catherine Mitchell

Results 24 comments of Catherine Mitchell
trafficstars

Have you opened a shell on the running container to confirm that the auth file is there and the perms are correct? On Thu, Aug 13, 2020, 4:19 PM Henry...

Can you try running openvpn directly from a shell on the container and seeing what happens?

Try explicitly running `sh` as the command passed to `docker run`. The VPN will still attempt to start, but `sh` will be the primary process, so as long as that...

Are you asking how to programmatically choose a random file from a given set of files?

Does this mean that you're already building your `.ovpn` files into `/configs/` in the VPN container? If so, then the next step is to include a `start.sh` script in ``...

I'm going to put up a repo for you that contains the required changes

Try this: https://github.com/gynnantonix/openvpn-client Just dump your `*.ovpn` config files into the `configs` dir, along with `vpn.auth` containing your VPN username and password on separate lines, build the container, and the...

I'd be interested to know what the other computers think the gateway for 192.168.1.0/24 is? Are you using DHCP?

Another thought: You probably need to configure NAT so that addresses for hosts on the Pi's network can be translated to the single address provided by AirVPN. However, AirVPN would...