Closed Sp3ctroR3tro closed 1 year ago
Either use pppd < 2.5.0 or use the latest openfortivpn version.
When looking at the packages for fedora it appears that I am using the most recent version of openforticlient and for fedora 39 it appears that I can’t downgrade past 2.5.0.
If you cannot downgrade pppd, use the latest version of openfortivpn (1.21).
Alternatively, find a way to pass option ipcp-accept-remote
to pppd
. Typically, you would have to add it to a file under /etc/ppp
or something similar.
I was able to edit the options file to add the recommend entry and was able to connect again.
I just changed the issue title (Fedora 29 → Fedora 39).
Connection now works on F39 with specified options (thanks !) but I cannot reach any IP inside remote network
Connection now works on F39 with specified options (thanks !) but I cannot reach any IP inside remote network
Same here. After the option "ipcp-accept-remote", I can connect. I even see the correct routes are added. But I cannot access the IP addresses.
Edit: I have seen the following error on journal, but even after this error VPN connection stays up together with the ppp interface and routes. In reality it is not working.
pppd[20265]: Can't execute /etc/ppp/ip-up: Permission denied
NetworkManager[20265]: Can't execute /etc/ppp/ip-up: Permission denied
NetworkManager[1623]: <info> [1699614458.9584] device (ppp0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
kded5[3255]: org.kde.plasma.nm.kded: Unhandled VPN connection state change: NetworkManager::VpnConnection::GettingIpConfig
NetworkManager[1623]: <info> [1699614458.9742] device (ppp0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'external')
@yakupkaya You can use openconnect as a alternative client to use at least until this issue is resolved.
@yakupkaya You can use openconnect as a alternative client to use at least until this issue is resolved.
Sure, I can try that. Thank you very much!
Connection now works on F39 with specified options (thanks !) but I cannot reach any IP inside remote network
Same here..
This issue is closed, posting "#metoo" messages here just adds noise. Note that there are two issues at hand:
ipcp-accept-remote
issue solved in openfortivpn 1.21,resolveconf
.
I just updated to Fedora 39 while using version 1.19.0 of openfortivpn and since then I haven't been able to connect. When running I get the following error:
INFO: Negotiation complete. Peer refused to agree to his IP address
. I have seen other posts regarding this issue and have tried runningpppd ipcp-accept-remote
andipcp-accept-local
to resolve the issue and neither one seems to work.I have tried, re-installation of openforti, kernel switching, and attempted downgrading of ppp from 2.5.0. To this point nothing has worked so far.