-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poor debug lines #1250
Comments
As far as I can see, it hangs there because establishing the tunnel has succeeded.
What do you mean by that? Are you able to ping IP addresses? It could be that routing is not set properly, see other tickets about routing and/or DNS issues on macOS. |
Nope, it was the opposite: the tunnel did not succeed, I got no IP. |
I see. I guess openfortivpn calls a network function that is blocked by the firewall. The firewall doesn't implement any timeout so openfortivpn gets stucks forever. Isn't that a firewall issue? I mean, we won't implement a timeout in openfportivpn just to print a debug message. |
Maybe debug lines could be reordered a bit so that:
so user would get stuck on "establishing connection" line. |
I am trying to debug why a connection to the new endpoint simply doesn't succeed and I run
sudo openfortivpn
with-vvv
key and yet I get useless output:and it just hangs there and nothing happens and this log doesn't let me figure out the reason.
The text was updated successfully, but these errors were encountered: