josefernandeztrebol

Results 3 comments of josefernandeztrebol

Same here, i have the same problem, any updates?

U can setup a docker compose like this. version: '3' services: openvpn: build: context: . dockerfile: Dockerfile.openvpn image: openvpn:local command: /etc/openvpn/setup/configure.sh container_name: openvpn environment: OVPN_SERVER_NET: "192.168.100.0" OVPN_SERVER_MASK: "255.255.255.0" OVPN_PASSWD_AUTH: "true"...

If you want pass all trafic generated by user, you need edit the file ovpn-admin/templates/client.conf.tpl and uncomment redirect-gateway def1 ![image](https://github.com/flant/ovpn-admin/assets/108795235/66579c03-3921-4bc0-b65b-ca3c00f8d270) After that you can create the same user and download...