diff options
| author | Michael Biebl <biebl@debian.org> | 2010-09-22 01:09:33 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-09-22 01:09:33 +0000 |
| commit | 73603cd2e3585aa0797004a2a148544dad0c0d9a (patch) | |
| tree | cf18c687bd89d3448b0e586ec67fe440a9b45f00 /debian/network-manager.README.Debian | |
| parent | 33896cc3b9f8ebd62f58d177333448de5c1127e0 (diff) | |
* debian/network-manager.README.Debian
- Add a section briefly explaining system settings and add references to
the online documentation and the system settings spec. (Closes: #594849)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@3737 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/network-manager.README.Debian')
| -rw-r--r-- | debian/network-manager.README.Debian | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/debian/network-manager.README.Debian b/debian/network-manager.README.Debian index d56a14b5..43fad371 100644 --- a/debian/network-manager.README.Debian +++ b/debian/network-manager.README.Debian @@ -5,6 +5,7 @@ daemon. Security ~~~~~~~~ + To allow users to connect to the NetworkManager daemon they have to be in the group "netdev". If you want to add a user to group "netdev" use the command "adduser username netdev" or one of the graphical user management frontends. @@ -16,6 +17,7 @@ for all locally logged in users. Managed vs. Unmanaged mode and /etc/network/interfaces ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + Devices listed in /etc/network/interfaces _will_ be managed by NetworkManager unless the ifupdown system-config-setting is enabled and is setup to run in "Unmanaged mode". @@ -33,11 +35,35 @@ Managed mode will make NetworkManager manage all devices and will make NetworkManager honour all dhcp and static configurations for wired and wireless devices. - After modifying /etc/NetworkManager/NetworkManager.conf _or_ /etc/network/interfaces you may want to tell NetworkManager about the changes by running "service network-manager restart". +System settings +~~~~~~~~~~~~~~~ + +System settings allow to setup network connections which are available at +boot time, before login and to all users of the machine. The settings are +stored in a system-wide location. +There are plugins for different configuration sources. +By default the ifupdown and keyfile plugin are enabled, see +/etc/NetworkManager/NetworkManager.conf: + + [main] + plugins=ifupdown,keyfile + +The ifupdown plugin is read-only and reads the native ifupdown configuration +file /etc/network/interfaces. + +The keyfile plugin is read-write. The configuration files for network +connections are stored in /etc/NetworkManager/system-connections/. + +For more information see NetworkManager.conf(5) or +http://live.gnome.org/NetworkManager/SystemSettings + +The keyfile specification is available at +http://projects.gnome.org/NetworkManager/developers/settings-spec-08.html + Dial-up configuration ~~~~~~~~~~~~~~~~~~~~~ |