个人工具

UbuntuHelp:NetworkAdmin

来自Ubuntu中文

Wikibot讨论 | 贡献2008年5月9日 (五) 19:14的版本 (新页面: {{From|https://help.ubuntu.com/community/NetworkAdmin}} {{Languages|UbuntuHelp:NetworkAdmin}} The Ubuntu graphical configuration tool ( “network-admin” ) is a tool to configure networ...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

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 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 the Network adapter. This may make it harder to diagnose connection problems.

Start

There are two ways to start network-admin first thing is you can use your terminal:

  • to type “sudo network-admin” it will start up
  • or you can go to System—>Administration —>Networking

Profiles And Settings

network-admin stores the profiles -locations- in: /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. 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. You may diagnose these network settings by activating and deactivating the wireless network interface from the Terminal, which shows some diagnostic messages:

  sudo ifdown wlan0
  sudo ifup wlan0
  

You may also diagnose the network adapter status with commands:

  ifconfig
  iwconfig
  
  dmesg
  tail /etc/var/messages
  

See also