Connect to a network

If you change the settings of your network connection or connect to a different network than usual, you may have to enable the connection yourself.

Use Network Manager to connect to a network

If your network connection is managed by Network Manager (as most are), the connection should be enabled automatically.

If the connection is not enabled automatically:

  1. Find the Network Manager icon in the notification area. It should look like a small signal strength indicator or a computer monitor and will probably be close to the clock

  2. Right-click the icon and ensure that Enable Networking is ticked

  3. If you have a wireless network connection, also ensure that Enable Wireless is ticked

  4. Left-click once on the Network Manager icon and then click on the network you want to connect to

  5. After a short period you should receive a message which says Connection Established

  6. You should now be connected to a network.

If you are not connected to a network after following the procedure above:

  1. Left-click the Network Manager icon again and press Manual configuration...

  2. Select the Connections tab

  3. Tick the box next to your network connection to enable the connection

  4. The connection process make take a short while

  5. Press Close

Use the ifup command to connect to a network

ifup is a command-line tool for enabling network connections.

To enable a network connection:

  1. Press Applications → Accessories → Terminal to open a Terminal

  2. Type sudo ifdown eth1 in the Terminal and press Return, replacing eth1 with the name of your network interface if it is different

  3. Enter your password if prompted

  4. Type sudo ifup eth1 in the Terminal and press Return, again replacing eth1 with the name of your network interface

  5. If you have connected successfully, you should see a message similar to the following (the numbers may be different):

    DHCPACK from 192.168.2.1 bound to 192.168.2.4 -- renewal in 536349522 seconds.