4 Copyright (C) 2007-2010 Intel Corporation. All rights reserved.
7 Functionality and features
8 ==========================
10 The following features are built-in into Connection Manager:
11 - Generic plugin infrastructure
12 - Device and network abstraction (with basic storage support)
13 - IPv4, routing and DNS configuration
15 Various plugins can be enabled for networking support:
17 - WiFi plugin with WEP40/WEP128 and WPA/WPA2 (personal only) support
20 Also plugins with additional features are available:
21 - DHCP plugin (dhclient)
22 - Resolver plugin (DNS proxy)
27 Compilation and installation
28 ============================
30 In order to compile Connection Manager you need following software packages:
34 - PolicyKit (optional)
37 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
39 Configure automatically searches for all required components and packages.
41 To compile and install run:
45 Configuration and options
46 =========================
48 For a working system, certain configuration options need to be enabled:
52 Enable support for Ethernet network cards
56 Enable support for WiFi devices (requires wpa_supplicant)
61 Enable support for Bluetooth devices (requires BlueZ)
65 Enable DHCP client support for ISC dhclient based systems
67 The location of the dhclient binary is auto-detected, but it
68 can be overwritten via --with-dhclient=<path-to-binary>.
70 At least one DHCP client option should be selected. It is
71 possible to select both and then uDHCP will be tried first
72 before falling back to dhclient.
76 Enable DNS proxy support for /etc/resolv.conf abstraction
78 The best solution for multiple connections and proper DNS
79 handling is a DNS proxy server. This binds a DNS proxy
80 server to port 53 on the loopback interface (127.0.0.1).
82 The /etc/resolv.conf file needs a "nameserver 127.0.0.1"
83 entry, but can now set the immutable bit or be on a read-only
84 filesystem. No further modification to that file will be made.
86 It is important that this is not used together with other
87 DNS proxy solution like dnsmasq.
91 Enable setup of loopback device
93 For distributions with a really minimal init system and no
94 networking scripts this can take care of setting up the
95 loopback device and enabling it.
97 It is safe to select this option even if networking scripts
98 are in place. It detects an already configured loopback
99 device and leaves it as it is.
103 Enable support for PolicyKit authorization
105 This allows to check every D-Bus access against a security
106 policy and so restrict access to certain functionality.