=====>添加网关 sudo route add default gw 192.168.1.1 dev eth0 iwconfig命令的用法 iwconfig wlan0 mode [xx] ====>设定网卡模式 Ad-hoc:不带AP的点对点无线网络 Managed:通过多个AP组成的网络,无线设备可以在这个网络中漫游 Master:设置该无线网卡为一个AP Repeater:设置为无线网络中继设备,可以转发网络包 Secondary:设置为备份的AP/Repeater Monitor:监听模式 Auto:由无线网卡自动选择工作模式 ====>设置essid iwco...
by fucj - Linux文档专区 - 2009-06-22 20:55:28 阅读(1078) 回复(0)
iwconfig是linux wireless extensions(lwe)的用户层配置工具之一。lwe是linux下对无线网络配置的工具,包括内核的支持、用户层配置工具和驱动接口的支持三部 分。目前很多无线网卡都支持lwe,而且主流的linux发布版本,比如redhat linux、ubuntu linux都已经带了这个配置工具。 1、iwconfig 用法: iwconfig interface [essid {nn|on|off}] [nwid {nn|on|off}] [mode {managed|...
# # Original File # ------------- # http://www.Linux-Wireless.org/Install-HOWTO/madwifi.txt # http://www.Linux-Wireless.org/Install-HOWTO/Commands.iwconfig.txt ( this file ) # http://www.Linux-Wireless.org/Install-HOWTO/NetGear.WG311.Install.RedHat.txt # # # 20-Apr-04 amo Sepaarate out the commands # 04-Jun-04 amo Moved to Linux-Wireless.org # 30-Jun-04 amo Added ESSID, BSSID # # # # WEP Key ...
iwconfig - configure a wireless network interface SYNOPSISiwconfig [interface] iwconfig interface [essid X] [nwid N] [freq F] [channel C] [sens S] [mode M] [ap A] [nick NN] [rate R] [rts RT] [frag FT] [txpower T] [enc E] [key K] [power P] [retry R] [commit] iwconfig --help iwconfig --version DESCRIPTIONiwconfig is similar to ifconfig (8), but is dedicated to the wireless interfaces. It i...
NAME iwconfig - configure a wireless network interface SYNOPSIS iwconfig [interface] iwconfig interface [essid X] [nwid N] [mode M] [freq F] [channel C][sens S ][ap A ][nick NN ] [rate R] [rts RT] [frag FT] [txpower T] [enc E] [key K] [power P] [retry R] [commit] iwconf...
linux下路由器的配置 http://www.readygo.com.cn/Linux/070131/151554CNsL.htm http://www.readygo.com.cn/Linux/070131/151604BMGW.htm 构建Linux系统下U盘路由器 防火墙 http://tech.sina.com.cn/s/2006-02-10/0745837252.shtml 在 Linux 上构建网络路由器 http://blog.chinaunix.net/u/23204/showart_251836.html 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/32515/showart_278921.html