Bug 1820906
| Summary: | NetworkManager-fortisslvpn overwrites /etc/resolv.conf | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomas Kovar <tomas> | ||||
| Component: | NetworkManager-fortisslvpn | Assignee: | Simone Caronni <negativo17> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 31 | CC: | bgalvani, fgiudici, lkundrak, negativo17, thaller | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | NetworkManager-fortisslvpn-1.3.90-7.fc32 NetworkManager-fortisslvpn-1.2.10-4.fc30 NetworkManager-fortisslvpn-1.3.90-7.fc31 NetworkManager-fortisslvpn-1.2.8-7.el7 NetworkManager-fortisslvpn-1.2.10-4.el8 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-04-25 02:23:08 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Tomas Kovar
2020-04-04 15:12:56 UTC
Created attachment 1676257 [details]
Fix for /etc/resolv.conf overwriting
Ok, so the issue is the patch that's in the 1.3.90-4 rpm. It removes the '--no-dns' option, and adds '--pppd-use-peerdns=1'. While the second is needed, so that the ppppd plugin can relay the DNS info to NetworkManager, removing the first option causes the openfortivpn to default to '--set-dns=1', and to overwrite `/etc/resolv.conf`. The attached patch keeps the first option and adds the second. It does that conditionally, so the ignore-auto-dns option is respected. It was also submitted upstream at https://gitlab.gnome.org/GNOME/NetworkManager-fortisslvpn/-/merge_requests/15. FEDORA-EPEL-2020-0aff0a0cca has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-0aff0a0cca FEDORA-EPEL-2020-b243b0dcb6 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-b243b0dcb6 FEDORA-2020-c0388bdbd5 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2020-c0388bdbd5 FEDORA-2020-de1078f994 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-de1078f994 FEDORA-2020-eacbf2f402 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-eacbf2f402 FEDORA-2020-eacbf2f402 has been pushed to the Fedora 31 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-eacbf2f402` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-eacbf2f402 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2020-b243b0dcb6 has been pushed to the Fedora EPEL 7 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-b243b0dcb6 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-c0388bdbd5 has been pushed to the Fedora 30 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-c0388bdbd5` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-c0388bdbd5 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2020-0aff0a0cca has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-0aff0a0cca See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-de1078f994 has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-de1078f994` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-de1078f994 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-de1078f994 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2020-c0388bdbd5 has been pushed to the Fedora 30 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2020-eacbf2f402 has been pushed to the Fedora 31 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-EPEL-2020-b243b0dcb6 has been pushed to the Fedora EPEL 7 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-EPEL-2020-0aff0a0cca has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report. |