Mr. Φίλιππος

Results 54 comments of Mr. Φίλιππος

hey @alexrjs you can check pull requests there is Docker build and Docker compose image for ARM x64 are ready to go, so you don't need to build it manually.

Will have a look on it and most probably, implement

This looks strange seems like your openvpn server container does not have all necessary kernel modules. Did you use included docker-compose with the latest image tag? could you share `docker...

It seems like there might be a mismatch between the version of iptables installed in our Docker image and the kernel version or the kernel modules available on your Linux...

OK, it fails here: ```bash echo 'NAT for OpenVPN clients' iptables -t nat -A POSTROUTING -s $TRUST_SUB -o eth0 -j MASQUERADE iptables -t nat -A POSTROUTING -s $GUEST_SUB -o eth0...

Hi @rspring, It seems iptables kernel modules does to loaded properly. Did you try to restart server? :)

Hi @reamasesa, This is mandatory file to initiate PKI at the first OpenVPN container start, as it contains [default EasyRSA vars](https://github.com/d3vilh/openvpn-server/blob/main/config/easy-rsa.vars). It is described in [Container Deployment details](https://github.com/d3vilh/openvpn-server#container-deployment-details) and would...

This was fixed as well for [Raspberry-Gareway](https://github.com/d3vilh/raspberry-gateway/commit/6aecd6887fa77121bd6b144ab6c7aa04cbdd8501) and [openvpn-server](https://github.com/d3vilh/openvpn-server/commit/9af908ab9164fe2c4970b3de2ac604100557b31e) Now it lists all the parameters correctly. I'll rebuild openvpn-server container soon and close this issue.

@a-reznic[ here is nice WA](https://github.com/d3vilh/openvpn-server/issues/14#issuecomment-2063162458) for the same problem (wget the file). Supposed to be fixed, but it seems not. Let me have a look on it. I just reinstall...

Hi @Niroda OpenVPN-UI [do supports MFA with Authenticator app](https://github.com/d3vilh/openvpn-ui?tab=readme-ov-file#two-factor-authentication-2fa), out of the box, you could try it.