Lab 3 part 2 - observe packet with wireshark but VPN

Lab 3 part 2 - observe packet with wireshark but VPN

par Tom Louis Demont,
Number of replies: 2

Hello,

Is there a way to observe the packets sent and received by PDC.py when we are connected through the VPN? Because I can only see the encrypted UDP packets sent but it's not very helpful. Otherwise I can go on campus but wanted to know if there's another way.

Thanks!

In reply to Tom Louis Demont

Re: Lab 3 part 2 - observe packet with wireshark but VPN

par Marc Fabien Egli,
Hello,

I think that you are capturing the wrong interface on your machine with wireshark and seeing the encapsulated packets of your VPN. Also you should look for TCP packets at it says : "In this part of the lab you are required to develop a solution that uses IPv4 sockets."
The best you can do run wireshark on the lca2 VM. By doing this you should see all packets without the VPN issue.

Marc,