当前位置:网站首页>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)
边栏推荐
- Project cost management__ Cost management technology__ Article 6 prediction
- 2021-11-11 standard thread library
- Notes on C language learning of migrant workers majoring in electronic information engineering
- My notes on intelligent charging pile development (II): overview of system hardware circuit design
- Uniapp realizes global sharing of wechat applet and custom sharing button style
- 应用最广泛的8位单片机当然也是初学者们最容易上手学习的单片机
- (2)接口中新增的方法
- 01仿B站项目业务架构
- 2. Elment UI date selector formatting problem
- Windows下MySQL的安装和删除
猜你喜欢
There is no specific definition of embedded system
学历是一张通行证,门票,你有了它,可以踏入更高层次的环境里
03 FastJson 解决循环引用
el-table X轴方向(横向)滚动条默认滑到右边
JS基础-原型原型链和宏任务/微任务/事件机制
Vector processor 9_ Basic multilevel interconnection network
Not many people can finally bring their interests to college graduation
How does the memory database give full play to the advantages of memory?
[Li Kou brush question notes (II)] special skills, module breakthroughs, classification and summary of 45 classic questions, and refinement in continuous consolidation
Gpiof6, 7, 8 configuration
随机推荐
2021-10-27
03 fastjason solves circular references
byte alignment
JS基础-原型原型链和宏任务/微任务/事件机制
Mysql database underlying foundation column
LeetCode - 673. 最长递增子序列的个数
Openeuler kernel technology sharing - Issue 1 - kdump basic principle, use and case introduction
一个可执行的二进制文件包含的不仅仅是机器指令
Idea remote breakpoint debugging jar package project
Gpiof6, 7, 8 configuration
Fundamentals of Electronic Technology (III)__ Logic gate symbols in Chapter 5
2021-11-11 standard thread library
Swing transformer details-2
Embedded systems are inherently flawed. Compared with the Internet, there are so many holes that it is simply difficult to walk away from
Stm32-hal library learning, using cubemx to generate program framework
Serial port programming
My notes on intelligent charging pile development (II): overview of system hardware circuit design
Project cost management__ Cost management technology__ Article 8 performance review
Screen display of charging pile design -- led driver ta6932
Yocto Technology Sharing Phase 4: Custom add package support