Closed EarthlingX closed 5 years ago
A question I can answer without needing my still dead development computer - yea!
Information displayed here comes from ConnMan. The data comes via DBus from net.connman.Manager in response to a getServices() call. I created the interface element you see based on what information could be returned based on the ConnMan documentation. If the fields are empty and your vpn is working I would expect that there is nothing worth displaying in the opinion of the ConnMan developers.
If you want to make sure you might be able to use the command line conmannctl interface built into ConnMan. I'm not sure on that as the data structure returned is quite complicated. If connmanctl does not have a way of viewing it I generally fall back to a dbus debugger.
First to relax: My VPN works completely fine and probably this is not even an issue... :-)
Just a very simple question:
Where does CMST take it's information to fill out the fields "Type" and "Host" within the VPN display chart? I am wondering about, because they are empty in my case:
The corresponding VPN provisioning file looks like that:
I think all regarding lines are existent in the provisioning file, maybe there is something missing (which is necessary for those two fields)?
Thanks a lot for your help!