I setup an openvpn client container based on alpine that connects to a openvpn server, don't know where is it. The idea is I want to reach a server is in this vpn network not from the container with openvpn (which I can ping successfully) but from another one, like a curl or ping to that server.
I setup a basic bridge in docker and both the container (the openvpn client and the bash where I try to launch curl) are connected to it.
Am I miss something? Because i can't reach any server is connected to the vpn.