@samitouri / QOSAMI-WSL / commits / 65a8dd66

Add iptables to list of apps to install in WSL (#14459)

There were instructions already on how to install tcpdump in WSL, but iptables are also needed for the log collection to be complete, so this PR adds instructions on how to also install iptables. Co-authored-by: Andre Muezerie <andremue@linux.microsoft.com>

Andre Muezerie committed Mar 17, 2026 at 14:48 UTC 65a8dd660f5e1b3d492fffb02c200e8a11cd2c8a
1 file changed +2 -2
CONTRIBUTING.md
+2 -2
@@ -40,12 +40,12 @@ Note that WSL distro's launch in the Windows Console (unless you have taken step
40
41 ### Collect WSL logs for networking issues
42
43 -Install tcpdump in your WSL distribution using the following commands.
43 +Install iptables and tcpdump in your WSL distribution using the following commands.
44 Note: This will not work if WSL has Internet connectivity issues.
45
46 ```
47 # sudo apt-get update
48 -# sudo apt-get -y install tcpdump
48 +# sudo apt-get -y install iptables tcpdump
49 ```
50
51 Install [WPR](https://learn.microsoft.com/windows-hardware/test/wpt/windows-performance-recorder)