mirror of
https://github.com/microsoft/WSL.git
synced 2026-04-10 16:43:40 -05:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user