个人工具

“UbuntuHelp:NetworkAdmin”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第3行: 第3行:
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconNIC.png In Ubuntu, the graphical configuration tool to configure network interfaces is called <code><nowiki>network-admin</nowiki></code>.  This is an alternative to using <code><nowiki>nm-applet</nowiki></code> (GNOME front end for [[UbuntuHelp:NetworkManager|NetworkManager]]).
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconNIC.png In Ubuntu, the graphical configuration tool to configure network interfaces is called <code><nowiki>network-admin</nowiki></code>.  This is an alternative to using <code><nowiki>nm-applet</nowiki></code> (GNOME front end for [[UbuntuHelp:NetworkManager|NetworkManager]]).
 
/!\ <code><nowiki>nm-applet</nowiki></code> does not use the standard NetworkAdmin file <code><nowiki>/etc/network/interfaces</nowiki></code> to store the Wireless Network settings, so you will not be able to use <code><nowiki>ifup</nowiki></code> and <code><nowiki>ifdown</nowiki></code> commands to start/stop network adapters. This can make it more difficult to diagnose connection problems.
 
/!\ <code><nowiki>nm-applet</nowiki></code> does not use the standard NetworkAdmin file <code><nowiki>/etc/network/interfaces</nowiki></code> to store the Wireless Network settings, so you will not be able to use <code><nowiki>ifup</nowiki></code> and <code><nowiki>ifdown</nowiki></code> commands to start/stop network adapters. This can make it more difficult to diagnose connection problems.
 +
== Install ==
 +
In Ubuntu 8.10 (Intrepid Ibex) and newer, install the package <code><nowiki>gnome-network-admin</nowiki></code> through [[UbuntuHelp:SynapticHowto|Synaptic]], or through the [[UbuntuHelp:UsingTheTerminal| terminal]] with:
 +
<pre><nowiki>
 +
sudo apt-get install gnome-network-admin
 +
</nowiki></pre>
 +
In Ubuntu 8.04 (Hardy Heron), <code><nowiki>network-admin</nowiki></code> is installed by default and is part of the <code><nowiki>gnome-system-tools</nowiki></code> package.  No installation steps are required.
 
== Start ==
 
== Start ==
 
There are two ways to start <code><nowiki>network-admin</nowiki></code>:
 
There are two ways to start <code><nowiki>network-admin</nowiki></code>:
<ol><li>https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconGNOMETerminal.png Type <code><nowiki>network-admin</nowiki></code> into a [[UbuntuHelp:UsingTheTerminal| terminal]] (Hardy Heron and newer).</li></ol>
+
<ol><li>https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconGNOMETerminal.png Type <code><nowiki>network-admin</nowiki></code> into a terminal.
 
+
</li><li>https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=navigate.png From your menu bar, go to System->Administration->Network</li></ol>
* in Gutsy and older, you need to run <code><nowiki>gksudo network-admin</nowiki></code>
+
<ol><li>https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=navigate.png From your menu bar, go to System->Administration->Network</li></ol>
+
  
 
https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=unlock.png
 
https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=unlock.png
In Hardy Heron and newer you will need to click the Unlock button and enter your password to make changes (assuming you have admin/sudo privileges on your user account - see [[UbuntuHelp:RootSudo|RootSudo]]).
+
You will need to click the Unlock button and enter your password to make changes (assuming you have admin/sudo privileges on your user account - see [[UbuntuHelp:RootSudo|RootSudo]]).
 
https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=authenticate.png
 
https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=authenticate.png
 
== Configuration ==
 
== Configuration ==
第77行: 第81行:
 
== Other Resources ==
 
== Other Resources ==
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconBook-small.png
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconBook-small.png
 +
* Network Manager:
 +
* Ubuntu 8.10 (Intrepid Ibex) and newer: [[UbuntuHelp:NetworkManager0.7|NetworkManager0.7]]
 +
* Ubuntu 8.04 (Hardy Heron) and older: [[UbuntuHelp:NetworkManager|NetworkManager]]
 
* [http://www.debianadmin.com/ubuntu-networking-for-basic-and-advanced-users.html Ubuntu Networking Configuration Using Graphical Tool]
 
* [http://www.debianadmin.com/ubuntu-networking-for-basic-and-advanced-users.html Ubuntu Networking Configuration Using Graphical Tool]
 
* Ubuntu:ZeroConfNetworking
 
* Ubuntu:ZeroConfNetworking
第84行: 第91行:
 
* Getting Support: [http://ubuntuforums.org/forumdisplay.php?f=336 Ubuntu Forums: Networking & Wireless]
 
* Getting Support: [http://ubuntuforums.org/forumdisplay.php?f=336 Ubuntu Forums: Networking & Wireless]
 
----
 
----
[[category:CategoryDocumentation]] [[category:CategoryNetworking]]
+
[[category:CategoryNetworking]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年5月12日 (二) 18:11的版本

IconsPage?action=AttachFile&do=get&target=IconNIC.png In Ubuntu, the graphical configuration tool to configure network interfaces is called network-admin. This is an alternative to using nm-applet (GNOME front end for NetworkManager). /!\ nm-applet does not use the standard NetworkAdmin file /etc/network/interfaces to store the Wireless Network settings, so you will not be able to use ifup and ifdown commands to start/stop network adapters. This can make it more difficult to diagnose connection problems.

Install

In Ubuntu 8.10 (Intrepid Ibex) and newer, install the package gnome-network-admin through Synaptic, or through the terminal with:

sudo apt-get install gnome-network-admin

In Ubuntu 8.04 (Hardy Heron), network-admin is installed by default and is part of the gnome-system-tools package. No installation steps are required.

Start

There are two ways to start network-admin:

  1. IconsPage?action=AttachFile&do=get&target=IconGNOMETerminal.png Type network-admin into a terminal.
  2. IconsPage?action=AttachFile&do=get&target=navigate.png From your menu bar, go to System->Administration->Network

NetworkAdmin?action=AttachFile&do=get&target=unlock.png You will need to click the Unlock button and enter your password to make changes (assuming you have admin/sudo privileges on your user account - see RootSudo). NetworkAdmin?action=AttachFile&do=get&target=authenticate.png

Configuration

IconsPage?action=AttachFile&do=get&target=IconHammer2.png If you are using a dialup modem, see here. Wired connections generally work out of the box, but if the connection fails, select your "Wired connection" and hit the Properties button. Now check the box for "Enable roaming mode". NetworkAdmin?action=AttachFile&do=get&target=roaming.png Wireless connections can prove a little more tricky, and are usually easily configured using nm-applet from the tray area. If you would rather use this method, select "Wireless connection" and hit the Properties button. Enter your wireless network's ESSID and WEP/WPA password (if applicable). Under Connection Settings, you will most likely want to select "Automated Configuration (DHCP)" for the "Configuration" option.

  • The preferred method is to "Enable roaming mode" - this often fixes problems when trying to connect to networks using nm-applet.

Advanced Configuration

IconsPage?action=AttachFile&do=get&target=IconControlCenter2.png Please consult your router's manual for help with accessing router configuration pages, which may be needed for using advanced networking options. Most of these are available in PDF format online, just Google your router's make/model.

Static IP address

This applies to both wired and wireless network settings. First, be sure that roaming mode is disabled. I have provided you with an example using a Linksys router, but every make and model router can be a little different:

  • Configuration: Static IP Address
  • IP address: 192.168.1.200 - the last octet of the IP address should usually be between 150 and 255, which is outside the DHCP range of a standard Linksys router.
  • Subnet mask: 255.255.255.0
  • Gateway address: 192.168.1.1 - this is usually your router's internal IP address.

NetworkAdmin?action=AttachFile&do=get&target=static.png

General tab

Here you can set your computer's Host name and Domain name. These are needed when sharing files, folders, and printers between computers on a network. All computers should be on the same domain, and your host name is your computer's unique identifier. NetworkAdmin?action=AttachFile&do=get&target=general.png

DNS tab

Most people will not want to fiddle with this unless they are using their own DNS servers, or their computer is not auto-detecting them. Since this varies between ISPs and networks, we will not cover examples here. NetworkAdmin?action=AttachFile&do=get&target=dns.png

Hosts tab

This is data stored in the /etc/hosts file. Here is a generic example, most computers will have very similar values:

127.0.0.1 localhost
127.0.1.1 your_computer_name
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

NetworkAdmin?action=AttachFile&do=get&target=hosts.png

Storage of Profiles And Settings

network-admin stores information about different Profiles in the following directory:

~/.gnome2/network-admin-locations

During startup, the system will activate the network interfaces stored in the file /etc/network/interfaces.

Troubleshooting

IconsPage?action=AttachFile&do=get&target=IconFAQ.png A very good place to begin is by restarting the networking service:

sudo /etc/init.d/networking restart

Another good method is to stop/restart the network interface(s) from the terminal, one at a time, which shows some diagnostic messages. wlan0 is used as an example, but this applies to all interfaces:

sudo ifdown wlan0
sudo ifup wlan0

You may also diagnose the network adapter status with commands:

ifconfig
iwconfig
dmesg
tail /var/log/messages

Ask for Help

IconsPage?action=AttachFile&do=get&target=info.png The UbuntuForums provide great community support, so check out the Networking & Wireless area of the forums.

Other Resources

IconsPage?action=AttachFile&do=get&target=IconBook-small.png