summary refs log tree commit diff
path: root/debian/network-manager.README.Debian
blob: d56a14b5f081246c78c1e1017830fe3031281444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
NetworkManager consists of two parts: one is on the system level daemon that
manages the connections and gathers information about new networks. The other
is a systray applet that users can use to interact with the NetworkManager
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.
After that you have to reload D-Bus with the command "service dbus reload".

Alternatively you can install the "consolekit" package which will grant access
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".

The config to select unmanaged/managed mode is in
/etc/NetworkManager/NetworkManager.conf:

  [ifupdown]
  managed=true/false

Unmanaged mode will make NetworkManager not touch any wired/wireless device
matching an interface name configured in /etc/network/interfaces.

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".


Dial-up configuration
~~~~~~~~~~~~~~~~~~~~~

Your dialup configurations can now be done in nm-connection-editor.
Because of that /etc/network/interfaces configurations are considered "legacy"
from a network manager point of view.

However, if you want to use your /etc/network/interfaces configuration make
sure that you have the ifupdown plugin in "Unmanaged mode" and take care that
the used wired/wireless device is also configured in /etc/network/interfaces.

Note that NetworkManager 0.7 will not provide UI hooks to up and down ppp
connections managed outside of NetworkManager itself (not that it ever worked
nicely before).