Product SiteDocumentation Site

Chapter 5. Network Configuration

5.1. The NetworkManager Daemon
5.2. Interacting with the NetworkManager Applet
5.2.1. System and User Connections
5.3. Establishing Connections
5.3.1. Establishing a Wired (Ethernet) Connection
5.3.2. Establishing a Wireless Connection
5.3.3. Establishing a Mobile Broadband Connection
5.3.4. Establishing a VPN Connection
5.3.5. Establishing a DSL Connection
5.3.6. Establishing Routes
5.4. Configuring NetworkManager Connection Settings
5.4.1. Configuring the Wired Tab
5.4.2. Configuring the 802.1x Security Tab
5.4.3. Configuring the Wireless Tab
5.4.4. Configuring the Wireless Security Tab
5.4.5. Configuring the Mobile Broadband Tab
5.4.6. Configuring the PPP Settings Tab
5.4.7. Configuring the VPN Tab
5.4.8. Configuring the DSL Tab
5.4.9. Configuring the IPv4 Settings Tab
5.4.10. Configuring the IPv6 Settings Tab
5.5. NetworkManager Architecture
NetworkManager is a dynamic network control and configuration system that attempts to keep network devices and connections up and active when they are available. NetworkManager consists of a core daemon, a GNOME Notification Area applet that provides network status information, and graphical configuration tools that can create, edit and remove connections and interfaces. NetworkManager can be used to configure the following types of connections: Ethernet, wireless, mobile broadband (such as cellular 3G), and DSL and PPPoE (Point-to-Point over Ethernet). In addition, NetworkManager allows for the configuration of network aliases, static routes, DNS information and VPN connections, as well as many connection-specific parameters. Finally, NetworkManager provides a rich API via D-Bus which allows applications to query and control network configuration and state.
Previous versions of Fedora shipped with the Network Administration Tool, which was commonly known as system-config-network after its command line invocation. In Fedora 13, NetworkManager replaces the former Network Administration Tool while providing enhanced functionality, such as user-specific and mobile broadband configuration. It is also possible to configure the network in Fedora 13 by editing interface configuration files; refer to Chapter 4, Network Interfaces for more information.
NetworkManager should be installed by default on Fedora. To ensure that it is, you can run the following command as the root user:
~]# yum install NetworkManager

5.1. The NetworkManager Daemon

The NetworkManager daemon runs with root privileges and is usually configured to start up at boot time. You can determine whether the NetworkManager daemon is running by entering this command as root:
~]# service NetworkManager status
NetworkManager (pid  1527) is running...

The service command will report NetworkManager is stopped if the NetworkManager service is not running. To start it for the current session:
~]# service NetworkManager start

Run the chkconfig command to ensure that NetworkManager starts up every time the system boots:
~]# chkconfig NetworkManager on

For more information on starting, stopping and managing services and runlevels, refer to Chapter 6, Controlling Access to Services.