Bug 1099489
Summary: | NM applet: connection information wrong for VPN | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Aleksandar Kostadinov <akostadi> |
Component: | network-manager-applet | Assignee: | Jirka Klimes <jklimes> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | dcbw, jklimes, rkhan |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | network-manager-applet-0.9.9.0-10.git20140123.fc20 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-06-19 22:50:34 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: |
Description
Aleksandar Kostadinov
2014-05-20 12:59:47 UTC
> $ rpm -qa | grep Netwo
> NetworkManager-openvpn-0.9.9.0-0.1.git20140128.fc20.x86_64
> NetworkManager-vpnc-0.9.8.2-2.fc20.x86_64
> NetworkManager-openvpn-gnome-0.9.9.0-0.1.git20140128.fc20.x86_64
> NetworkManager-glib-0.9.9.0-38.git20131003.fc20.x86_64
> NetworkManager-0.9.9.0-38.git20131003.fc20.x86_64
> NetworkManager-pptp-gnome-0.9.8.2-3.fc20.x86_64
> NetworkManager-openconnect-0.9.8.0-2.fc20.x86_64
> NetworkManager-vpnc-gnome-0.9.8.2-2.fc20.x86_64
> NetworkManager-pptp-0.9.8.2-3.fc20.x86_64
I have prepared a fix in upstream branch jk/applet-fix-con-info. You can test it using this scratch-build: http://koji.fedoraproject.org/koji/taskinfo?taskID=6874153 I just tried it. It seems to be working.
I'm seeing a strange default gateway though, some IP that I see nowhere else. My routing entry is:
> 10.36.116.0 0.0.0.0 255.255.252.0 U 0 0 0 tun0
Maybe it doesn't like 0.0.0.0 ?
Also I see VPN Banner empty. Perhaps it is really empty but I don't know how to check that.
Thank you!
(In reply to Jirka Klimes from comment #2) > I have prepared a fix in upstream branch jk/applet-fix-con-info. > > You can test it using this scratch-build: > http://koji.fedoraproject.org/koji/taskinfo?taskID=6874153 Looks good to me, except for the "Empty" in IPv6 information for VPN. Perhaps we should just not show the "IPv6" section at all when no IPv6 info is present? (In reply to Aleksandar Kostadinov from comment #3) > > Also I see VPN Banner empty. Perhaps it is really empty but I don't know how > to check that. Yes, most probably it's empty. The banner is only used by some VPN servers (providers). You could find it either in logs, or it is displayed by nm-applet as a popup upon connection establishment. The banner can be seen in nmcli output as well: nmcli con show act <VPN connection name/UUID> | grep BANNER (In reply to Dan Williams from comment #4) > (In reply to Jirka Klimes from comment #2) > > I have prepared a fix in upstream branch jk/applet-fix-con-info. > > > > You can test it using this scratch-build: > > http://koji.fedoraproject.org/koji/taskinfo?taskID=6874153 > > Looks good to me, except for the "Empty" in IPv6 information for VPN. > Perhaps we should just not show the "IPv6" section at all when no IPv6 info > is present? Fixed. Upstream master commit: 4c3d8e7 applet: fix displaying connection information for VPN (rh #1099489) network-manager-applet-0.9.9.0-10.git20140123.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/network-manager-applet-0.9.9.0-10.git20140123.fc20 Package network-manager-applet-0.9.9.0-10.git20140123.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing network-manager-applet-0.9.9.0-10.git20140123.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-7326/network-manager-applet-0.9.9.0-10.git20140123.fc20 then log in and leave karma (feedback). network-manager-applet-0.9.9.0-10.git20140123.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |