当前位置:网站首页>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)
边栏推荐
- 2021-10-27
- Windows下MySQL的安装和删除
- 01仿B站项目业务架构
- 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
- An executable binary file contains more than machine instructions
- Stm32-hal library learning, using cubemx to generate program framework
- Swing transformer details-1
- Timer and counter of 51 single chip microcomputer
- Oracle database SQL statement execution plan, statement tracking and optimization instance
- 2312、卖木头块 | 面试官与狂徒张三的那些事(leetcode,附思维导图 + 全部解法)
猜你喜欢

03 fastjason solves circular references

There is no specific definition of embedded system

Which language should I choose to program for single chip microcomputer

Seven sorting of ten thousand words by hand (code + dynamic diagram demonstration)

yocto 技术分享第四期:自定义增加软件包支持

openEuler kernel 技術分享 - 第1期 - kdump 基本原理、使用及案例介紹

Fundamentals of Electronic Technology (III)_ Chapter 2 principle of amplification circuit__ Crystal triode and field effect triode

万字手撕七大排序(代码+动图演示)

An executable binary file contains more than machine instructions

嵌入式系统没有特别明确的定义
随机推荐
Pymssql controls SQL for Chinese queries
LeetCode - 508. 出现次数最多的子树元素和 (二叉树的遍历)
Getting started with JMX, MBean, mxbean, mbeanserver
在三线城市、在县城,很难毕业就拿到10K
MySQL 数据库基础知识(系统化一篇入门)
2.Elment Ui 日期选择器 格式化问题
使用sed替换文件夹下文件
is_ power_ of_ 2 judge whether it is a multiple of 2
Basic knowledge of communication interface
Oracle数据库 SQL语句执行计划、语句跟踪与优化实例
Design of charging pile mqtt transplantation based on 4G EC20 module
单片机学到什么程度能找到工作,这个标准不好量化
Circular queue related design and implementation reference 1
STM32 general timer output PWM control steering gear
自動裝箱與拆箱了解嗎?原理是什麼?
01仿B站项目业务架构
我想各位朋友都应该知道学习的基本规律就是:从易到难
Quelle langue choisir pour programmer un micro - ordinateur à puce unique
Project cost management__ Cost management technology__ Article 7 completion performance index (tcpi)
Introduction to chromium embedded framework (CEF)