NetworkManager and ConnMan (Dan Williams' Blog)
Posted Jun 29, 2009 11:48 UTC (Mon) by
jlokier (subscriber, #52227)
In reply to:
NetworkManager and ConnMan (Dan Williams' Blog) by dcbw
Parent article:
NetworkManager and ConnMan (Dan Williams' Blog)
Since you ask, these things don't work with NM in my experience so far:
- Simple configurations which are already in /etc/network/interfaces. Don't ask me why, I've been told they should work with the appropriate NM setting. Why do I have *two* identical "wired eth0" entries in nm-applet, but only one works. I don't know.
- Interfaces with bridges, so that local KVMs can be used. These need the DHCP client and/or static IP settings to be done on the bridge interface, but the rest of management - wireless keys or wired signal detection - to use the real interface. It's a real pain to have to kill NM and manually set up a wireless network when I want to use KVM, particularly as it means wireless config is duplicated inside and outside NM, and the nice NM roaming isn't available.
- OpenVPN with additional options not listed in the GUI.
- 3g bluetooth connections - I have a script which kills NM to use 3g, and restart NM when I've finished using 3g.
- Command line use, for when you log in but not with a GUI, or X is broken. Sure, that's unusual, but when it happens it's really unhelpful that your wireless network configuration is stored only in a place where you can't use or even read it.
- Automatic NM-managed wireless connection when not logged in. Others have mentioned uses.
If there's a simple plugin interface where all these things can be scripted to work properly, or a simple configuration file like most daemons, well "man" didn't show anything useful. Make it more accessible in a unixy way - with a proper man page, proper options and a proper config file, and I think that will clear up most user's concerns.
(
Log in to post comments)