Bug 290649 - network interfaces does not show gateway ip address
Summary: network interfaces does not show gateway ip address
Status: RESOLVED FIXED
Alias: None
Product: Network Management
Classification: Miscellaneous
Component: Plasma Widget (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
: 296619 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-01-05 00:05 UTC by illumilore
Modified: 2012-07-22 06:17 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: master branch


Attachments
Display Gateway, Netmask, DNS details in inteface details tab (3.95 KB, patch)
2012-04-10 05:34 UTC, Rajeesh K V
Details

Note You need to log in before you can comment on or make changes to this bug.
Description illumilore 2012-01-05 00:05:23 UTC
Version:           unspecified
OS:                Linux

when using the plasma widget for networking, and you click on your connection, the ip address of the gateway is not shown, nor is there any way to get it to show.

Reproducible: Always

Steps to Reproduce:
na

Actual Results:  
na

Expected Results:  
na
Comment 1 Lamarque V. Souza 2012-03-25 16:01:32 UTC
*** Bug 296619 has been marked as a duplicate of this bug. ***
Comment 2 Maarten Bezemer 2012-03-25 19:20:49 UTC
Besides the gateway information, it would also be nice to see other information about my currently connected network, like information about IP address, DNS servers, netmask, etc.
Comment 3 Rajeesh K V 2012-04-10 05:34:20 UTC
Created attachment 70281 [details]
Display Gateway, Netmask, DNS details in inteface details tab

Here's a patch implementing the requested feature, showing default gateway, broadcast address, subnet mask and primary/secondary/ternary DNS details.
I dislike this implementation for the reason that the height of Plasma NM applet is now way too much (visit the interface details tab, and click on 'Back' button to come back and observe the height increase). 
Lamarque, I see that you have planned to add GSM details in another tab. Should we go that way - what do yo suggest?
Comment 4 Lamarque V. Souza 2012-04-10 09:09:10 UTC
I prefer to create a dialog to select which details to show like the one that existed for knetworkmanager. I started to implement such a dialog but has never finished it.
Comment 5 Lamarque V. Souza 2012-07-22 06:17:09 UTC
Commit http://commits.kde.org/networkmanagement/a051905b894ee5a3c1becfc9dc78f763df10bb8e implements the details editor and allows you to select to show the default gateway. Just a warning that at least NetworkManager 0.9.2.0 and 0.9.4.0 do not report the default gateway IPv4 address if the interface is using static configuration. I have tested it using qdbusviewer so this is an upstream bug.