User Guide - NetworkManager f13

From FedoraProject

Jump to: navigation, search

Contents

The Network Manager Applet Icon

Network Manager is the application that, since Fedora 11, the GNOME Desktop uses to handle a wide variety of network devices and connections, that allows you to access the Internet. Network Manager is used to configure all your network connections from wired to wireless network, mobile broadband to xDSL network and VPN, too. And if you don't know about DNS, DHCP or pppoe, Network Manager does it all for you. If you use your computer at home, and have an xDSL connection, it is already up, you dont need to configure anything. With a wireless or broadband connection, the steps needed to setup them are simple and easy to do, just a fiew clicks and fill in your personal informations.
Network Manager executes automatically when you start your session and it is visible as an applet Icon, on the top right of the desktop. If you move the mouse over it, it views the active connection. Left-clicking on it, appears a menu divided in three sections:


Right clicking on the applet, appears another little menu, that allows to

Mobile Broadband

In Fedora 13, once inserted your card, you can easily create a Mobile Broadband connection, as indicated below. For many mobile broadband cards, Network Manager can visualize in NM applet icon, cellular signal strength and technology, and listen for signal strength changes, or poll modem-manager for such changes while connected. In this way, you are able to know when the device has a signal and if it is roaming or not.
Network Manager in Fedora 13, uses the gnome-bluetooth plugin to help to configure your Mobile Broadband with the service provider.
If you have a Bluetooth adapter and a mobile phone (GPRS) that supports Bluetooth DUN,

Idea.png
Supported Mobile Broadband
For a list of supported devices, look at NetworkManager - Mobile Broadband, on the gnome.org site. If your device is not supported, please contact us in the mailing list, with informations on your device.


Create a Mobile Broadband network connection

Right-click on the Network Manager applet Icon and select Edit Connections.... Then select the Mobile Broadbandtab, and click on the Add button. A wizard will open that will assist you in the configuration, questioning some information about your provider; specifically, you should know:

The wizard displays:

Then you need to setup your Mobile connection.

Note.png
My Service Provider is not listed
If your Service Provider, or plan (ie, APN) is not listed, you can contact us in Bugzilla, or at Bugzilla Gnome and tell us your provider name, your country, the common name of your plan, and the APN you use, helping us to make the things work better.

Setup a Mobile Broadband connection

Enter your information for the Mobile Broadband connection in following tabs.

Mobile Broadband Tab

PPP-Settings Tab

(default values)

Mobile Broadband-IPv4

References

Access to Network Manager window

To acceed to Network Manager window for setup your network devices & connections:

Note.png
Be root to save your configurations
Before creating your new configuration, the O.S. pops up a window to confirm your operation, asking you the root password.


Some items in the Network Manager window

When editing, in the Network Manager window, you find this items:


Setup a Wireless connection

Most common items you should fill in, when using a Wireless connection :

(to modify into xml)

Wireless Tab

Wireless Security Tab

IPv4-Settings Tab

View IPv4 Tab in the wired section.

References


Setup an xDSL connection

Here are the items generally used in the xDSL connections

xDSL Tab

Wired & PPP-Settings Tabs

xDSL-IPv4 Tab

References


Setup a wired connection

In this section a common user, generally, doesn't need to do any configuration.

Wired Tab

ifconfig | grep HWaddr
eth0      Link encap:Ethernet  HWaddr 00:21:D0:1F:C3:29


802.1x Tab

If you want cipher your Ethernet communications (defualt is unset)

IPv4 Tab

References


Setup a VPN connection

Here are some items, depending on the VPN connection type, founded when configuring a VPN connection:

VPN Tab

VNP-IPv4 Settings Tab

References


References

For more information on Network Manager, you can refer to:


nmcli: Network Manager in a CLI

nmcli, is the console command that makes Network Manager available in a console. nmcli has the following format:
nmcli [OPTIONS] OBJECT { COMMAND | help }.

Type nmcli OBJECT help to see a list of the available actions. For example for nm, the COMMAND are:

nmcli nm help
Usage: nmcli nm { COMMAND | help }

 COMMAND := { status | sleep | wakeup | wifi | wwan }

  status
  sleep
  wakeup
  wifi [on|off]
  wwan [on|off]

So, running nmcli nm status, we have:

NM running:               running
NM state:                 connected
NM wireless hardware:     enabled
NM wireless:              enabled
NM WWAN hardware:         enabled
NM WWAN:                  enabled

Refer to man NetwkorManager for more informations.

nm-tools

nm-tool utility provides information about Network Manager, device, and wireless networks. For example:

$ nm-tool
NetworkManager Tool

State: connected

- Device: eth0  [System eth0] --------------------------------------------------
  Type:              Wired
  Driver:            8139too
  State:             connected
  Default:           yes
  HW Address:        00:21:C0:C1:B3:29

  Capabilities:
    Carrier Detect:  yes
    Speed:           100 Mb/s

  Wired Properties

    Carrier:         on

  IPv4 Settings:
    Address:         192.137.1.2
    Prefix:          24 (255.255.255.0)
    Gateway:         192.137.1.1

    DNS:             192.137.1.1
$

Other Networking Tools

In Fedora 13, Network Manager is the default GUI of the GNOME Desktop, handling the network devices and connections. Though there is another tool, (system-config-network or System -> Administration -> Network) used to network setup. Probably in next releases of Fedora it will be removed. As seen, Network Manager is cool!

To Access a Remote Server

In Fedora 13, the GNOME Desktop has a tool that allows you to access to a Remote Server using its file manager, Nautilus. In the menu-bar select Places -> Connect to Server... Once filled in the necessary connection informations, for quick selection, you can (Add) Bookmark the Server, in Nautilus and in the first section of your Places menu.