Open pavelsr opened 7 years ago
@pavelsr , I had the same issues, then re-do the whole steps again under root
user and seems to work fine now.
I'm also having this issue. Performed the quick setup on host machine A, connected from machine B. However, I was not able to connect to the container running on A from the host machine A. I attempted to connect by targeting A's IP address, 0.0.0.0
, localhost
, DNS hostname pointing at A, and 127.0.0.1
. I also attempted --network=host
. Attempting to send udp packets to A's port 1194 resulting in hanging (same results as from B) which indicates that port 1194 is being treated differently than other ports on A (which reject packets immediately).
Machine A is also able to connect to other openvpn server.
UPDATE: Viewing the logs output it seems they were talking to each other but the certificate on machine A was rejected. It mentioned that A's certificate was self signed, and since A's certificate was named the same as the server's I generated a new one with a different name. All worked after that.
Set up container at server exactly like in Quick setup section.
When I'm trying to connect to openvpn server from client process got stucked:
here is a log from server with
DEBUG
enabled:What could be wrong ? I also tried to run container at server with
--network=host
option, but same result. Any suggestion is much appreciated.