Closed ProfaneServitor closed 4 days ago
Hello. Did you solve the issue?
I have the same troubles. Only change to TCP proto in conf make it work but unstable.
@ProfaneServitor if I get the log right it seems the server is getting a new connection and it is reporting his own IP as source IP? You have edited the client IP in several places with "SERVER IP". This is a bit confusing.
@ooVizieRoo No, I didn't solve anything. I have been using freemium browsers VPNs for months.
@ordex I edited the ips out because I don't want to be doxed. Can you elaborate what's the problem with server reporting the outcoming ip as its own? Shouldn't it do it by default?
Your log file is a server log (the "multi" lines wouldn't be in a client log) - so the OpenVPN server would normally never log client-related lines with SERVER_IP
. If your terminology is "this is the IP of the server in our office which is connecting to this OpenVPN server instance", this might make sense, but it's hard for us to follow. In an OpenVPN server log, there are no "server" IPs in a tls handshake.
That said, the handshake is all fine, and there are no errors in the log. It's possible that NetworkManager ate part of your config (it's ignoring the redirect-gateway def1
from the server, because NM always knows better). It's also possible that routing/NAT/firewalling config on the OpenVPN server was lost/messed-up.
What you need to do now is
ping 8.8.8.8
on the clienttcpdump -n -s0 -i tun1
according to the log) to see if packets go in the tunnel - if not, it's a local routing issue on the clientI will close this issue now, as there is no indication that there is an OpenVPN bug involved. User help requests should go to the openvpn-users@ mailing list, or to the forum. This place is for bug reports.
I live in Crimea. I used the same configuration of OpenVPN for last 4 years or so.
I used this script to install OpenVPN:
https://github.com/angristan/openvpn-install
2 days ago it mysteriously stopped working. My client can connect to VPN server, but when I
ping 8.8.8.8
while connected to it, all packets are lost.Here is
tail -f /var/log/syslog
output when I connect and try pinging anything:/etc/openvpn/server.conf:
journalctl -u NetworkManager.service:
I called my ISP, and they claim they didn't block anything. Also, shareware VPN providers like SetupVPN and hoxxcom still work, so I doubt it's the government doing it. What else can I do to diagnose or fix this problem?
EDIT:
I live in Crimea, so Russian government might interfere. The server is in Netherlands.