《计算机网络:自顶向下方法》实验5:NAT协议分析 Wireshark实验

实验12:NAT协议分析

1

What is the IP address of the client?

《计算机网络:自顶向下方法》实验5:NAT协议分析 Wireshark实验_第1张图片
客户端的 IP 地址是192.168.1.100

2

The client actually communicates with several different Google servers in order to implement “safe browsing.” (See extra credit section at the end of this lab). The main Google server that will serve up the main Google web page has IP address 64.233.169.104. In order to display only those frames containing HTTP messages that are sent to/from this Google, server, enter the expression http && ip.addr == 64.233.169.104 (without quotes) into the Filter: field in Wireshark .

《计算机网络:自顶向下方法》实验5:NAT协议分析 Wireshark实验_第2张图片

已过滤。

你可能感兴趣的:(WireShark,计算机网络实验,计算机网络,wireshark,网络)