Wireshark

Wireshark 标签下共有 1 篇文章

利用 VirtualBox 和 Ubuntu 22 重现抓包实验

wireshark blog

实验介绍

《Wireshark网络分析就这么简单》 第一章,讲述了一道面试题。

HostA 和 HostB 在同一个局域网中,它们的 IP 配置如下,请问这两台机器能否 ping 通?

HostA: 
    IP: 192.168.26.129/24
    Gateway: 192.168.26.2
HostB: 
    IP: 192.168.26.3/27
    Gateway: …