Open wrossmann opened 4 days ago
Mentioned here with the same solution a few comments down in the discussion.
Google failed me utterly, and I lost an afternoon to tracking this down.
Going to leave this one open, though. IMO there should be an issue specifically about it even if the discussion is happening elsewhere. Though I won't get salty if a maintainer disagrees.
One of my devs upgraded to Fedora 41 which broke his VPN with the message "Connection failed, Try Again".
We've tracked it down to
/opt/awsvpnclient/Resources/openvpn/configure-dns
which logged the following:Which indicates that the
ip
binary cannot be found. This may have something to do with the Fedora changes surroundingsbin
lately, but the PATH in the environment in which this script is running seems to have neither/sbin/
nor/usr/sbin
in its PATH.We have temporarily worked around this with
ln -s /usr/sbin/ip /bin/ip
which seems to let the VPN work.I have replicated this issue and workaround on a fresh Fedora 41 install in a VM.