-
Notifications
You must be signed in to change notification settings - Fork 326
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
openfortivpn won't connect, ppp timeout, modem hanging up #1138
Comments
The PPP protocol is handled by
|
Same issue as you on ArchLinux. pppd was recently updated to 2.5.0 |
Same problem here. |
Like @Xplouder said, i had to downgrade |
The Try enabling the
In arch is in the
|
Adding flag |
|
EDIT: I tried to disconnect and reconnect to the VPN (after successfully connecting on ppp 2.5.0-1) and it established but wouldn't pass traffic. Rebooted and now it's working. |
I haven't had time to diagnose the issue, but traffic won't pass through the VPN after the VPN is disconnected until a reboot. Has anyone else run into this issue? I want to avoid rolling back ppp if possible. Thanks! |
@trevorludgate Your post does not provide actionable information (Linux distribution, logs, error messages). Did you really mean to write "traffic won't pass through the VPN after the VPN is disconnected"? Perhaps "traffic won't pass through the VPN after the VPN is stopped and restarted"? Maybe a routing issue, such as routes not being properly reset when leaving openfortivpn. Try comparing the logs of the first run and second run of openfortivpn. How do they differ? |
Yes, "traffic won't pass through the VPN after the VPN is stopped and restarted" is phrased better. In the end, my issue is that I had both network-manager and dhcpcd services enabled. Dhcpcd was adding a second IP address on the same interface and duplicating my routes. I suspect this was causing the issue. |
Yup, same problem here and the solution from @rodarima seems to work. Is there any way to pass this parameter also via networkmanager gui? |
It looks like there are two different issues here:
|
My system
6.5.3-1-MANJARO
1.20.5
My config (very basic, hasn't been changed recently)
The problem
When I start openfortivpn, it will get stuck for a few seconds, then exit with status code 16. I have tried connecting with the same configuration using the official Forticlient software and it has worked without a problem.
Log (shortened)
$ sudo openfortivpn -v
This is where the seemingly suspicious parts of the log output start:
The last two lines (gateway ---> pppd) then get repeated a bunch of times, then a single instance of the first two lines is repeated. This whole thing is again repeated a few times, then this follows:
And then again, the lines
Got Address: redacted
,if_config: not ready yet...
are repeated a lot of times in the output, then finally openfortivpn crashes:The text was updated successfully, but these errors were encountered: