Chapter 5. Network Configuration
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.
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