My first experience with Wireshark!
So during the programme, one of the stretch goals was to read a TCPdump file in Wireshark. But knowing it's going to be an essential tool for troubleshooting in the future I thought I'd start Chris Greer's Wireshark Masterclass YT playlist. Most important is he takes the time into how to capture packets using just the CLI, a good sign indeed. I have to say, during my first capture, I was blown away by the amount of information. I saw my wifi-extender sending out broadcast packets, I saw Youtube and even Blogger packets on the way! It was pretty impressive. I had, with no basis at all, always expected things to be far more static. For practice and just to cement my learning, I have also installed Centos 9 on a VM and just issued a tcpdump command just to see how I'll be exploring networking issues in AWS after all. Even from the screenshot I could notice that the network traffic goes through the virtualised hardware and even shows my ISP! Chris introduced the concept ...