Created attachment 1079464 [details] Excerpt of journalctl after disabling and enabling VPN Connection Description of problem: It is like i have no internet. No websites are loading in Google Chrome if my openconnect VPN is enabled. In Firefox i can actually visit google. But no other website including those websites (bugtracker, gitlab) in the VPN. But i can curl and ping any websites. It is like there is a name resolving issue? Version-Release number of selected component (if applicable): NetworkManager x86_64 1:1.0.6-5.fc22 How reproducible: Steps to Reproduce: 1. Enable an openconnect VPN 2. Try to visit any website (except google with FireFox Browser, this works for me) Actual results: Browser tries to load the website but can't. Expected results: The content of the website. Additional info: This Fedora 22 installation is quite new. End of August if i remember correct. The VPN actually worked some time ago (like 2 weeks ago?). I tried different options like maybe something wrong with the firewall? But since i didn't touch the firewall it couldn't. So i made a: sudo dnf downgrade NetworkManager --allowerasing And DNF downgraded the following packages: Downgrading: NetworkManager x86_64 1:1.0.2-1.fc22 NetworkManager-adsl x86_64 1:1.0.2-1.fc22 NetworkManager-bluetooth x86_64 1:1.0.2-1.fc22 NetworkManager-libnm x86_64 1:1.0.2-1.fc22 NetworkManager-team x86_64 1:1.0.2-1.fc22 NetworkManager-wifi x86_64 1:1.0.2-1.fc22 NetworkManager-wwan x86_64 1:1.0.2-1.fc22 And after a restart everything worked fine. Since there is no downgraded openconnect package i guess something is wrong with NetworkManager Package itself? This is my first bug report and i hope i provided enough informations to you.
There was a fix for VPN MTU in NetworkManager-1.0.6-6.fc22 - bug 1244547. Please update to that package and report if it fixes your issues.
Yes. The update fixed my problem, too. I actually read the bugreport before i posted mine but didn't expect it would be the same problem. Thanks.