Closed KenleyC closed 2 years ago
Thank you for including a workaround in the issue description. Somehow I did not experience that issue on pi3 or 4 I tested my setup with.
_Changing the image from dperson/openvpn-client to dperson/openvpn-client:rpi (a much older image) in the docker-compose.yml file seems to have resolved this issue for me.
Might be the result of slightly different architecture between the rpi3 and rpi4? The latest openvpn-client image predates the LMDS tutorials on youtube._
I've had issues getting vpn-gateway to start on my rpi4. The container seemed to be completely unable to resolve DNS and would get stuck when connecting directly with an IP address (UDP link remote: [AF_INET] XXX.XXX.XXX.XXX and go no further). I tried both free VPNs via vpngate and paid/premium ones.
Changing the image from dperson/openvpn-client to dperson/openvpn-client:rpi (a much older image) in the docker-compose.yml file seems to have resolved this issue for me.
Might be the result of slightly different architecture between the rpi3 and rpi4? The latest openvpn-client image predates the LMDS tutorials on youtube.