Linux wireless network commands

Source: Internet
Author: User
Linux wireless network command-Linux Enterprise Application-Linux server application information. The following is a detailed description. 1. iwconfig

Iwconfig is one of the User-layer configuration tools for Linux Wireless Extensions (LWE. LWE is a tool for wireless network configuration in Linux, including Kernel support, user-layer Configuration tool, and Driver Interface Support. At present, many wireless network cards support LWE, and mainstream Linux versions, such as Redhat Linux and Ubuntu Linux, have already brought this configuration tool.

Usage: iwconfig interface [essid {NN | on | off}]

[Nwid {NN | on | off}]

[Mode {managed | ad-hoc | ...}

[Freq N. NNNN [k | M | G]

[Channel N]

[Ap {N | off | auto}]

[Sens N]

[Nick N]

[Rate {N | auto | fixed}]

[Rts {N | auto | fixed | off}]

[Frag {N | auto | fixed | off}]

[Enc {NNNN-NNNN | off}]

[Power {period N | timeout N}]

[Retry {limit N | lifetime N}]

[Txpower N {mW | dBm}]

[Commit]

Note: iwconfig is the most important tool for LWE. You can configure most parameters of the wireless network card.

Parameters:

Essid: Set the ESSID (Extension Service Set ID) of the wireless network adapter ). ESSID is used to distinguish different wireless networks. Normally, only wireless sites with the same ESSID can communicate with each other unless you want to listen to the wireless network. The following parameter is an ESSID string enclosed by double quotation marks, or any/on/off. If the ESSID string contains any/no/off, add "--".

Example:

# Iwconfig eth0 essid any allows any ESSID, that is, the hybrid mode

# Iwconfig eth0 essid "My Network" set ESSID to "My Network"

# Iwconfig eth0 essid -- "ANY" set ESSID to "ANY"

Nwid: Network ID, used only for the wireless Network card of the pre-802.11, 802.11 Nic uses ESSID and MAC address of AP to replace nwid, now basically do not need to set.

Example:

# Iwconfig eth0 nwid AB34

# Iwconfig eth0 nwid off

Nick: Nickname. This parameter must be set for some NICs, but is not used for the 802.11 protocol stack and MAC.

Example:

# Iwconfig eth0 nickname "My Linux Node"

Mode: Set the working mode of the wireless network card. It can be

Ad-hoc: point-to-point wireless network without AP

Managed: a network composed of multiple APs, which allows wireless devices to roam.

Master: sets the wireless network card as an AP

Repeater: set as a wireless network relay device to forward network packets.

Secondary: set as the backup AP/Repeater

Monitor: listening mode

Auto: the working mode is automatically selected by the wireless network adapter.

Example:

# Iwconfig eth0 mode Managed

# Iwconfig eth0 mode Ad-Hoc

Freq/channel: set the frequency or channel of the wireless network adapter. A parameter smaller than 1000 is considered as a channel, and a parameter greater than 10000 is considered as a frequency. The unit of frequency is Hz. k, M, and G can be attached to a number to change the order of magnitude, for example, 2.4G. The channel starts from 1. You can use the lwlist tool to view the frequency and channel supported by the wireless network card. The off/auto parameter indicates the automatic selection frequency of the wireless network.

Note: In Managed mode, the AP indicates the working frequency of the wireless network adapter. Therefore, the parameters set in this mode are ignored. In Ad-hoc mode, only the specified frequency is used for the initial wireless network. If an existing Ad-hoc network is added, the configured frequency parameter is ignored.

Example:

# Iwconfig eth0 freq2422000000

# Iwconfig eth0 freq 2.422G

# Iwconfig eth0 channel 3

# Iwconfig eth0 channel auto

Ap: connect to the specified AP or wireless network. The following parameters can be the MAC address of the AP or the identifier of iwlist scan. If it is Ad-hoc, it is connected to an existing Ad-hoc network. Use the off parameter to enable the wireless network adapter to enter the automatic mode without changing the connected AP. Any/auto parameter. The wireless network card automatically selects the best AP.

Note: If the wireless signal is low to a certain extent, the wireless network will automatically select the AP mode.

Example:

# Iwconfig eth0 ap 00: 60: 1D: 01: 23: 45

# Iwconfig eth0 ap any

# Iwconfig eth0 ap off

Rate/bit: If the wireless network card supports multiple rates, you can use this command to set the working rate. A parameter smaller than 1000 is defined by a specific wireless network card driver. It is generally the index value of the transmission rate. If it is greater than 1000, the speed is measured in bps. k, M, and, G to specify the order of magnitude. The auto parameter allows the wireless network adapter to automatically select the rate fixed parameter so that the wireless network adapter does not use the automatic rate mode.

Example:

# Iwconfig eth0 rate 11 M

# Iwconfig eth0 rate auto

# Iwconfig eth0 rate 5.5 M auto // automatically select the rate below 5 MB

Txpower: If the wireless network card supports multiple transmit power settings, use this parameter to set the transmit unit to dBm. If it is specified as W (MW), only the conversion formula is as follows:

DBm = 30 + log (W ). The on/off parameter can be used to enable or disable the transmitting unit. auto and fixed specify whether the transmitting power is automatically selected for the wireless device.

Example:

# Iwconfig eth0 txpower 15

# Iwconfig eth0 txpower 30 mW

# Iwconfig eth0 txpower auto

# Iwconfig eth0 txpower off

Sens: Set the lower limit of the receiver sensitivity. Under this lower limit, the wireless network adapter determines that the wireless network signal is too bad. Different network adapters will take different measures, some modern wireless NICS will automatically select a new AP. The positive parameter is raw data, which is directly transmitted to the wireless NIC Driver for processing. This is generally considered as a percentage. A negative value indicates the dBm value.

Example:

# Iwconfig eth0 sens-80

# Iwconfig eth0 sens 2

Retry: Set the retransmission mechanism of the wireless network adapter. Limit 'value' specifies the maximum number of retransmissions. lifetime 'value' specifies the maximum retry time, in seconds. You can use m and u to specify the unit in milliseconds and microseconds. If the wireless network adapter supports automatic mode, you can add min and max before limit and lifetime to specify the upper and lower limits.

Example:

# Iwconfig eth0 retry 16

# Iwconfig eth0 retry lifetime 300 m

# Iwconfig eth0 retry min limit 8

Rts: Specifies the RTS/CTS handshake mode. Using the RTS/CTS handshake will increase the overhead, but performance can be improved if there are hidden wireless nodes or many wireless nodes in the wireless network.

The following parameter specifies the minimum package size using this mechanism. If this value is equal to the maximum package size, this mechanism is not allowed. You can use auto/off/fixed

Parameters.

Example:

# Iwconfig eth0 rts 250

# Iwconfig eth0 rts off

Frag: Set the shard size of the sent data packet. Setting shards increases the overhead, but increases the packet arrival rate in a noisy environment. Generally, this parameter is smaller than the maximum package size. For some wireless NICs that support the Burst mode, you can set a value greater than the maximum package size to allow the Burst mode. You can also use the auto/fixed/off parameter.

Example:

# Iwconfig eth0 frag 512

# Iwconfig eth0 frag off

Key/enc [ryption]: Set the encryption key used by the wireless network adapter. Here is the encryption key for setting WEP mode. To use WPA, you need the wpa_supplicant toolkit.

Key parameters can be hexadecimal values in XXXX-XXXX-XXXX-XXXX or XXXXXXXX format, or ASCII characters in s: xxxxxx. If [index] is added before the key parameter, only the key corresponding to the index value is set and the current key is not changed. You can directly specify the [index] value to set which key is currently used. You can specify on/off to determine whether to use the encryption mode. Open/restricted specifies the encryption mode, depending on different wireless network adapters. Most wireless network adapters do not use encryption in the open mode and are allowed to receive unencrypted data packets. The restricted mode uses encryption. Multiple key parameters can be used, but only the last one takes effect.

The WEP key can be 40 bits, expressed by 10 hexadecimal digits or 5 ASCII characters, or bits, expressed by 26 hexadecimal digits or 13 ASCII values tables.

.

Example:

# Iwconfig eth0 key 0123-4567-89

# Iwconfig eth0 key [3] 0123-4567-89

# Iwconfig eth0 key s: password [2]

# Iwconfig eth0 key [2]

# Iwconfig eth0 key open

# Iwconfig eth0 key off

# Iwconfig eth0 key restricted [3] 0123456789

# Iwconfig eth0 key 01-23 key 45-67 [4] key [4]

Power: Set the power management mode of the wireless network card. Period 'value' specifies the wake-up period, and timeout 'value' specifies the waiting time for sleep. Before these two parameters, you can

Add min and max values. The unit of these values is seconds. You can append m and u to specify milliseconds and microseconds. Off/on parameter specifies whether to allow power management, all/unicast/multicast

Specifies the data packet type that can be awakened.

Example:

# Iwconfig eth0 power period 2

# Iwconfig eth0 power 500 m unicast

# Iwconfig eth0 power timeout 300u all

# Iwconfig eth0 power off

# Iwconfig eth0 power min period 2 power max period 4

Commit: Submit all parameters to the wireless NIC Driver. Some wireless network card drivers cache the parameter repair of the wireless network card. Use this command to make the parameter modification of the wireless network card take effect. However, you generally do not need to use this command, because the wireless NIC driver will eventually take effect with the parameter modification, which is generally used in debug.

-----------

Iwlist eth1 scan:

Show the searched Network (only one network is displayed here ):

Eth1 Scan completed:

Cell 01-Address: 00: 04: E2: E3: 04: FC

ESSID: "ap_demo"

Mode: Managed

Frequency: 2.437 GHz

Quality: 0/0 Signal level =-61 dBm Noise level =-96 dBm

Encryption key: on

Bit Rate: 1 Mb/s

Bit Rate: 2 Mb/s

Bit Rate: 5.5 Mb/s

Bit Rate: 11 Mb/s

Bit Rate: 6 Mb/s

Bit Rate: 9 Mb/s

Bit Rate: 12 Mb/s

Bit Rate: 18 Mb/s

Bit Rate: 24 Mb/s

Bit Rate: 36 Mb/s

Bit Rate: 48 Mb/s

Bit Rate: 54 Mb/s

Cell 02 ......

---------------

Set the channel of the Board

Iwlist eth1 channel 11

--------------

Setting Mode:

Iwconfig eth1 mode managed

Set the AP through MAC:

Iwconfig eth1 ap 00: 0A: EB: CA: 79: B0

AP connected to WEP on:

Iwconfig eth1 key s: 12345 is equivalent to iwconfig eth1 enc 3132333435 (12345 hex value) (why is the AP64bit password 40bit)

Iwconfig eth1 key on

Iwconfig eth1 essid sychip_demo

Disconnect WEP:

Iwconfig eth1 enc off

View IP Address:

Ifconfig eth1

Set IP Address:

Ifconfig eth1 10.3.1.74

Assign IP: 129.158.215.204, netmask: 255.255.255.0 to rh0,

# Ifconfig rh0 129.158.215.204 netmask 255.255.255.0

Obtain the IP address;

Ifconfig eth1 dhcp start (from eth1, dhcp can be performed without ip addresses)

Udhcpc-I eth1

Udhcpc -- help

Route processing:

To delete all routes in the IP route table starting with "10.", type:

Route delete 10 .*

Route del default

Route add-net 10.3.0.0 netmask route 0.0 eth1 (Use this command to display No such device before eth1 obtains the IP address)
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.