In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains "how linux uses the tcpdump command to monitor specified network packets". Interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how linux uses the tcpdump command to monitor specified network packets.
Print all communication packets between the local host and the host on the berkeley network (nt: ucb-ether, which can be understood here as the network address of the 'berkeley network'. The original meaning of this expression can be expressed as: print all packets with a network address of ucb-ether)
The copy code is as follows:
Tcpdump net ucb-ether
Print all ftp packets that pass through the gateway snup (note that the expression is enclosed in single quotation marks, which prevents shell from incorrectly parsing the parentheses)
The copy code is as follows:
Tcpdump 'gateway snup and (port ftp or ftp-data)'
Print all ip packets whose source or destination address is the local host
If the local network is connected to another network through a gateway, the other network does not count as the local network. (nt: this sentence is translated with twists and turns, need to be added). Localnet should really be replaced with the name of the local network.)
The copy code is as follows:
Tcpdump ip and not net localnet
At this point, I believe you have a deeper understanding of "how linux uses the tcpdump command to monitor specified network packets". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.