当前位置:网站首页>Wireshark use
Wireshark use
2022-07-03 10:02:00 【Master Hao】
Address resolution protocol , namely ARP(Address Resolution Protocol), It's based on IP Address gets a physical address TCP/IP agreement . When the host sends the information, it will include the target IP Address of the ARP Request broadcast to all hosts on the LAN , And receive the return message , To determine the physical address of the target ; After receiving the return message, it will be IP The address and physical address are stored in the machine ARP Cache and keep it for a certain time , The next time you ask for it, look it up directly ARP Cache to save resources .
In general , image A Many of these IP Your server is routed like this : If you have one IP On the same subnet as the other party , From this IP Contract directly to the other party . If there is no one IP Same subnet as the other party , Just go to the default gateway . In this environment ,A Of 3 individual IP Obviously, both B Belong to different subnets , Then we should go to the default gateway . Could it be A There is something wrong with the communication with the default gateway ? I started from A On ping Check the gateway , The result is that it makes sense . Is it because the gateway did not forward the packet ? Or is it ping The request has been forwarded to B 了 , but ping The reply was lost on the way ? I feel like I have walked into a dead end . Whenever this time comes , I will think of the most trusted teammates ——Wireshark.
(1)ping-n1-l1
(2) Operation steps 1
(3)ping-n1-l2
(4) Operation steps 2
(5)ping-n1-l3
(6) Operation steps 3
n1 Refer to ping The number of entries
l3 Is the number of bytes , It can be distinguished by the number of bytes ping Outgoing interval .
Right click the interface , You can use the interface content as a filter .(ip.dst == 192.168.25.14) && (ip.src == 192.168.25.14)
边栏推荐
- 使用sed替换文件夹下文件
- Installation and removal of MySQL under Windows
- Mobile phones are a kind of MCU, but the hardware it uses is not 51 chip
- Development of intelligent charging pile (I): overview of the overall design of the system
- [untitled] proteus simulation of traffic lights based on 89C51 Single Chip Microcomputer
- is_ power_ of_ 2 judge whether it is a multiple of 2
- Problems encountered when MySQL saves CSV files
- uniapp 实现微信小程序全局分享及自定义分享按钮样式
- Runtime. getRuntime(). GC () and runtime getRuntime(). The difference between runfinalization()
- byte alignment
猜你喜欢

How does the memory database give full play to the advantages of memory?

STM32 interrupt switch

Oracle database SQL statement execution plan, statement tracking and optimization instance

SCM is now overwhelming, a wide variety, so that developers are overwhelmed

2021-10-27

Working mode of 80C51 Serial Port

Swing transformer details-2

单片机现在可谓是铺天盖地,种类繁多,让开发者们应接不暇

Fundamentals of Electronic Technology (III)__ Fundamentals of circuit analysis__ Basic amplifier operating principle

Basic knowledge of communication interface
随机推荐
Timer and counter of 51 single chip microcomputer
Embedded systems are inherently flawed. Compared with the Internet, there are so many holes that it is simply difficult to walk away from
Do you understand automatic packing and unpacking? What is the principle?
Interruption system of 51 single chip microcomputer
03 fastjason solves circular references
LeetCode - 673. 最长递增子序列的个数
手机都算是单片机的一种,只不过它用的硬件不是51的芯片
Idea remote breakpoint debugging jar package project
内存数据库究竟是如何发挥内存优势的?
The data read by pandas is saved to the MySQL database
Mysql database underlying foundation column
Synchronization control between tasks
2021-10-28
Runtime. getRuntime(). GC () and runtime getRuntime(). The difference between runfinalization()
Oracle数据库 SQL语句执行计划、语句跟踪与优化实例
Gpiof6, 7, 8 configuration
4G module at command communication package interface designed by charging pile
Education is a pass and ticket. With it, you can step into a higher-level environment
For new students, if you have no contact with single-chip microcomputer, it is recommended to get started with 51 single-chip microcomputer
My 4G smart charging pile gateway design and development related articles