Linux operating system wireless network commands

Source: Internet
Author: User

This article describes in detail the basic use of wireless network commands in Linux and the basic syntax rules.

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 power. Unit: 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

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.