个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/NetworkAdmin}}
 
{{From|https://help.ubuntu.com/community/NetworkAdmin}}
 
{{Languages|UbuntuHelp:NetworkAdmin}}
 
{{Languages|UbuntuHelp:NetworkAdmin}}
The Ubuntu graphical configuration tool ( “network-admin” ) is a tool to configure networking. This is an alternative, more native method to using the GNOME nm-applet (GNOME front end for [[UbuntuHelp:NetworkManager|NetworkManager]]).
+
{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconNIC.png%7D%7D 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]]).
/!\ nm-applet does not use the standard [[UbuntuHelp:NetworkAdmin|NetworkAdmin]] file <code><nowiki>/etc/network/interfaces</nowiki></code> to store the Wireless Network settings, so you will not be able to use '''ifup''' and '''ifdown''' commands to start / stop the Network adapter. This may make it harder to diagnose connection problems.
+
/!\ <code><nowiki>nm-applet</nowiki></code> does not use the standard [[UbuntuHelp:NetworkAdmin|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.
=== Start ===
+
== Start ==
There are two ways to start network-admin first thing is you can use your terminal:
+
There are two ways to start <code><nowiki>network-admin</nowiki></code>:
* to type “sudo network-admin” it will start up
+
<ol><li>{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconGNOMETerminal.png%7D%7D Type <code><nowiki>network-admin</nowiki></code> into a [[UbuntuHelp:UsingTheTerminal| terminal]] (Hardy Heron and newer).</li></ol>
* or you can go to System—>Administration >Networking
+
 
=== Profiles And Settings ===
+
* in Gutsy and older, you need to run <code><nowiki>gksudo network-admin</nowiki></code>
network-admin stores the profiles -locations- in:
+
<ol><li>{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=navigate.png%7D%7D From your menu bar, go to System->Administration->Networking</li></ol>
/etc/gnome-system-tools/network/profiles.xml
+
 
During startup, the system will activate the Network Admin settings kept in the file {{/etc/network/interfaces}}}, where the Networking tool saves its settings.
+
{{https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=unlock.png%7D%7D
Removing those (and having them replaced with new ones, after doing a backup copy of the old ones) may help some if they are having network problems, specially problems dealing with saving settings.
+
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 may diagnose these network settings by activating and deactivating the wireless network interface from the [[UbuntuHelp:Terminal|Terminal]], which shows some diagnostic messages:
+
{{https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=authenticate.png%7D%7D
 +
== Configuration ==
 +
{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconHammer2.png%7D%7D
 +
If you are using a dialup modem, see [[UbuntuHelp:DialupModemHowto/SetUpDialer#head-f5120acdc3ef62fe7d37bfd3f0c9157ebe9c8ef| 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".
 +
{{https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=roaming.png%7D%7D
 +
Wireless connections can prove a little more tricky, and are usually easily configured using <code><nowiki>nm-applet</nowiki></code> 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 <code><nowiki>nm-applet</nowiki></code>.
 +
=== Advanced Configuration ===
 +
{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconControlCenter2.png%7D%7D
 +
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.
 +
{{https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=static.png%7D%7D
 +
==== 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.
 +
{{https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=general.png%7D%7D
 +
==== 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.
 +
{{https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=dns.png%7D%7D
 +
==== Hosts tab ====
 +
This is data stored in the <code><nowiki>/etc/hosts</nowiki></code> file.  Here is a generic example, most computers will have very similar values:
 
<pre><nowiki>
 
<pre><nowiki>
  sudo ifdown wlan0
+
127.0.0.1 localhost
  sudo ifup wlan0
+
127.0.1.1 your_computer_name
  </nowiki></pre>
+
::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
 +
</nowiki></pre>
 +
{{https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=hosts.png%7D%7D
 +
=== Storage of Profiles And Settings ===
 +
<code><nowiki>network-admin</nowiki></code> stores information about different Profiles in the following directory:
 +
<pre><nowiki>
 +
~/.gnome2/network-admin-locations
 +
</nowiki></pre>
 +
During startup, the system will activate the network interfaces stored in the file <code><nowiki>/etc/network/interfaces</nowiki></code>.
 +
== Troubleshooting ==
 +
{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconFAQ.png%7D%7D
 +
A very good place to begin is by restarting the networking service:
 +
<pre><nowiki>
 +
sudo /etc/init.d/networking restart
 +
</nowiki></pre>
 +
Another good method is to stop/restart the network interface(s) from the terminal, one at a time, which shows some diagnostic messages.  <code><nowiki>wlan0</nowiki></code> is used as an example, but this applies to all interfaces:
 +
<pre><nowiki>
 +
sudo ifdown wlan0
 +
sudo ifup wlan0
 +
</nowiki></pre>
 
You may also diagnose the network adapter status with commands:
 
You may also diagnose the network adapter status with commands:
 
<pre><nowiki>
 
<pre><nowiki>
  ifconfig
+
ifconfig
  iwconfig
+
iwconfig
 
+
dmesg
  dmesg
+
tail /var/log/messages
  tail /etc/var/messages
+
</nowiki></pre>
  </nowiki></pre>
+
=== Ask for Help ===
=== See also ===
+
{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=info.png%7D%7D The [[UbuntuHelp:UbuntuForums]] provide great community support, so check out the [http://ubuntuforums.org/forumdisplay.php?f=336 Networking & Wireless] area of the forums.
 +
== Other Resources ==
 +
{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconBook-small.png%7D%7D
 
* [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]
* http://www.linuxtopia.org/online_books/system_administration_books/ubuntu_starter_guide/ch07.html
+
* Ubuntu:ZeroConfNetworking
* https://wiki.ubuntu.com/ZeroConfNetworking
+
* [[UbuntuHelp:WifiDocs/WiFiHowTo]]
* [[UbuntuHelp:WifiDocs/WiFiHowTo|WifiDocs/WiFiHowTo]]
+
* Ubuntu:NetworkRoaming
* https://wiki.ubuntu.com/NetworkRoaming  
+
* [[UbuntuHelp:DnsAndDhcp]]
* [http://ubuntuforums.org/forumdisplay.php?f=336 Ubuntu Forum : Networking & Wireless]
+
* Getting Support: [http://ubuntuforums.org/forumdisplay.php?f=336 Ubuntu Forums: Networking & Wireless]
 
----
 
----
[[category:CategoryNetworking]]
+
[[category:CategoryDocumentation]] [[category:CategoryNetworking]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 19:47的版本

{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconNIC.png%7D%7D 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.

Start

There are two ways to start network-admin:

  1. {{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconGNOMETerminal.png%7D%7D Type network-admin into a terminal (Hardy Heron and newer).
  • in Gutsy and older, you need to run gksudo network-admin
  1. {{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=navigate.png%7D%7D From your menu bar, go to System->Administration->Networking

{{https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=unlock.png%7D%7D 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 RootSudo). {{https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=authenticate.png%7D%7D

Configuration

{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconHammer2.png%7D%7D 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". {{https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=roaming.png%7D%7D 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

{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconControlCenter2.png%7D%7D 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.

{{https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=static.png%7D%7D

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. {{https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=general.png%7D%7D

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. {{https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=dns.png%7D%7D

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

{{https://help.ubuntu.com/community/NetworkAdmin?action=AttachFile&do=get&target=hosts.png%7D%7D

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

{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconFAQ.png%7D%7D 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

{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=info.png%7D%7D The UbuntuHelp:UbuntuForums provide great community support, so check out the Networking & Wireless area of the forums.

Other Resources

{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconBook-small.png%7D%7D