February 14, 20197 yr Is there a way to run software like Wireshark or something similar on Unraid in order to test traffic inbound and outbound from the server? In searching, it seems a lot of people test communication from another device to their server, but not really on the server itself. Any ideas of what could be used? For example, if I want to examine all the traffic on port 8080 at the Unraid server.
February 14, 20197 yr Author So I discovered the Nerd Tools has tcpdump so I can use that to export all the activity from the port to a file, and then import that file into wireshark on my PC. For example, this command will monitor all traffic on TCP port 8080 and write to a file called report.pcap until you kill the process. $ tcpdump 'tcp port 8080' -w report.pcap Edited February 14, 20197 yr by scud133b
Archived
This topic is now archived and is closed to further replies.