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>
This commit is contained in:
Andre Muezerie
2026-03-17 14:48:50 -04:00
committed by GitHub
parent ef8e1c8dba
commit 65a8dd660f

View File

@@ -40,12 +40,12 @@ Note that WSL distro's launch in the Windows Console (unless you have taken step
### Collect WSL logs for networking issues
Install tcpdump in your WSL distribution using the following commands.
Install iptables and tcpdump in your WSL distribution using the following commands.
Note: This will not work if WSL has Internet connectivity issues.
```
# sudo apt-get update
# sudo apt-get -y install tcpdump
# sudo apt-get -y install iptables tcpdump
```
Install [WPR](https://learn.microsoft.com/windows-hardware/test/wpt/windows-performance-recorder)