GreenFrogSB / LMDS

LMDS - Linux Media Delivery System
https://greenfrognest.com
GNU General Public License v3.0
213 stars 45 forks source link

Openvpn & Raspberry Pi 4 #27

Closed KenleyC closed 2 years ago

KenleyC commented 2 years ago

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.

GreenFrogSB commented 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._