当前位置:网站首页>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)
边栏推荐
- Yocto Technology Sharing Phase 4: Custom add package support
- openEuler kernel 技術分享 - 第1期 - kdump 基本原理、使用及案例介紹
- Quelle langue choisir pour programmer un micro - ordinateur à puce unique
- 万字手撕七大排序(代码+动图演示)
- 学习开发没有捷径,也几乎不存在带路会学的快一些的情况
- 03 fastjason solves circular references
- An executable binary file contains more than machine instructions
- 4G module at command communication package interface designed by charging pile
- STM32 general timer 1s delay to realize LED flashing
- Open Euler Kernel Technology Sharing - Issue 1 - kdump Basic Principles, use and Case Introduction
猜你喜欢

Fundamentals of Electronic Technology (III)__ Chapter 1 resistance of parallel circuit

03 fastjason solves circular references

Working mode of 80C51 Serial Port

It is difficult to quantify the extent to which a single-chip computer can find a job

Exception handling of arm

I didn't think so much when I was in the field of single chip microcomputer. I just wanted to earn money to support myself first

干单片机这一行的时候根本没想过这么多,只想着先挣钱养活自己

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

Gpiof6, 7, 8 configuration

学习开发没有捷径,也几乎不存在带路会学的快一些的情况
随机推荐
When you need to use some functions of STM32, but 51 can't realize them, 32 naturally doesn't need to learn
单片机学到什么程度能找到工作,这个标准不好量化
Stm32-hal library learning, using cubemx to generate program framework
手机都算是单片机的一种,只不过它用的硬件不是51的芯片
Design of charging pile mqtt transplantation based on 4G EC20 module
Stm32 NVIC interrupt priority management
干单片机这一行的时候根本没想过这么多,只想着先挣钱养活自己
2.Elment Ui 日期选择器 格式化问题
01 business structure of imitation station B project
Crash工具基本使用及实战分享
An executable binary file contains more than machine instructions
My openwrt learning notes (V): choice of openwrt development hardware platform - mt7688
Project cost management__ Cost management technology__ Article 6 prediction
使用密钥对的形式连接阿里云服务器
Sending and interrupt receiving of STM32 serial port
QT qcombobox QSS style settings
学历是一张通行证,门票,你有了它,可以踏入更高层次的环境里
自動裝箱與拆箱了解嗎?原理是什麼?
Project scope management__ Scope management plan and scope specification
STM32 general timer 1s delay to realize LED flashing