“Network tools”的版本间的差异

来自百问网嵌入式Linux wiki
→‎ping
第4行: 第4行:
  
 
== ifconfig ==
 
== ifconfig ==
Please refer to the dedicated page [[Ifconfig|ifconfig]]
+
请参考专用页面 [[Ifconfig|ifconfig]]
  
 
== route ==
 
== route ==

2020年11月6日 (五) 14:36的版本

ping

手册页位于 ping(8)
ping 使用ICMP协议的强制性ECHO_REQUEST数据报来从主机或网关引出ICMP ECHO_RESPONSE。ECHO_REQUEST数据报具有IP和ICMP标头,后跟一个struct timeval,然后是任意数量的“ pad”字节,用于填充数据包。

ifconfig

请参考专用页面 ifconfig

route

Man page at route(8)
route command is used to show/manipulate the IP routing table. It is primarily used to setup static routes to specific host or networks via an interface.

traceroute

Man page at traceroute(8)
traceroute is a built-in tool for displaying the route and measuring the delay of packets across a network.

netstat

Please refer to the dedicated page netstat

ip

Please refer to the dedicated page ip

ethtool

Man page at ethtool(8)
ethtool utility is used to view and change the ethernet device parameters.

iw

Man page at iw(8)
iw utility is used to view and change the wireless device parameters.

wpa_supplicant

Man page at wpa_supplicant
wpa_supplicant is a WPA Supplicant for Linux, BSD, Mac OS X, and Windows with support for WPA and WPA2 (IEEE 802.11i / RSN). It is suitable for both desktop/laptop computers and embedded systems. Supplicant is the IEEE 802.1X/WPA component that is used in the client stations. It implements key negotiation with a WPA Authenticator and it controls the roaming as well as IEEE 802.11 authentication/association of the wlan driver.

brctl

Man page at brctl(8)
brctl is used to set up, maintain, and inspect the ethernet bridge configuration in the linux kernel. An ethernet bridge is a device commonly used to connect different physical Ethernet networks together, so that these physical networks appear as one unified network to the users.

iptables

Man page at iptables(8)
iptables is an administration tool for IPv4 packet filtering and NAT.
It is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. Several different tables may be defined. Each table contains a number of built-in chains and may also contain user-defined chains.
Each chain is a list of rules which can match a set of packets. Each rule specifies what to do with a packet that matches. This is called a 'target', which may be a jump to a user-defined chain in the same table.

gatttool

Man page at [1] <securetransclude src="ProtectedTemplate:PublicationRequestId" params="10432 | 2019-01-24 | BrunoB"></securetransclude>