Linux 下的网络管理工具

图形化管理工具

  1. NetworkManager, nm-applet
  2. Wcid

命令行

  1. ifconfig
  2. 无线:iwconfig, iwlist

如下命令可以通过命令行设置无线网络:

su -
ifconfig eth1 up
iwconfig eth1 essid "teset" key xxxxxxxx
dhclient eth1

使用 iwlist 可以查询更多无线信息,如:

su -
iwlist eth1 scan

参考 —

  1. Fixing Fedora’s Wi-Fi with Wicd
  2. How to Configure Wireless on Any Linux Desktop
  3. Quick HOWTO: Ch13 : Linux Wireless Networking

Table Of Contents

Previous topic

Linux 动态库查找与链接相关知识

Next topic

linux 远程传送文件

This Page