microsoft / WSL

Issues found on WSL
https://docs.microsoft.com/windows/wsl
MIT License
17.44k stars 822 forks source link

DNS fails occasionally on WSLv1 on Win11 (on host all works) - almost always when a WSLv1 session is used after laptop wake from hibernate #8299

Closed vadimkantorov closed 9 months ago

vadimkantorov commented 2 years ago

Version

Microsoft Windows [Version 10.0.22000.613]

WSL Version

Kernel Version

5.10.102.1

Distro Version

Ubuntu 20.04

Other Software

No response

Repro Steps

WSLv1 on Win11 occasionally loses network connectivity/DNS. At the same time the host machine can contact internet without any problem. After a minute or so, the connection gets restored.

ping github.com
# ping: github.com: Temporary failure in name resolution

Expected Behavior

Network Connectivity is same in WSLv1 as it is on host machine

Actual Behavior

WSLv1 occasionally loses network connectivity. This has never happened for me on Win10.

Diagnostic Logs

No response

OneBlue commented 2 years ago

/logs

ghost commented 2 years ago

Hello! Could you please provide more logs to help us better diagnose your issue? You can find instructions on how to attach logs here, please make sure to post the link to the Feedback Hub item in this chat so we can see it.

Thank you!

ghost commented 2 years ago

This issue has been automatically closed since it has not had any author activity for the past 7 days. If you're still experiencing this issue please re-open it.

Thank you!

vadimkantorov commented 2 years ago

I would have been happy to provide logs next time this problem happens, but could you advice me what kind of logs and how to collect them?

This problem typically lasted only a few minutes, so I'd need to act fast

vadimkantorov commented 2 years ago

If you're still experiencing this issue please re-open it.

btw re-opening function is not available after closing by the bot

vadimkantorov commented 2 years ago

Network loss from within WSLv1 happened again. I'll be happy to provide any logs if you can assist. Also please consider to reopen the issue.

vadimkantorov commented 2 years ago

dmesg is almost empty, /var/log/syslog does not exist on my Ubuntu 20.04 WSLv1

vadimkantorov commented 2 years ago

pings to 8.8.8.8 work:

ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=120 time=7.42 ms

But not to google.com:

ping google.com
ping: google.com: Temporary failure in name resolution

On the host system, pinging google.com works well:

Pinging google.com [2a00:1450:4007:818::200e] with 32 bytes of data:
Reply from 2a00:1450:4007:818::200e: time=3ms

So it seems that the current Wi-Fi network is using IPv6.

When I ping the google.com's IP on WSLv1, everything works:

ping 2a00:1450:4007:818::200e
PING 2a00:1450:4007:818::200e(2a00:1450:4007:818::200e) 56 data bytes
64 bytes from 2a00:1450:4007:818::200e: icmp_seq=1 ttl=116 time=7.07 ms

So it seems that the problem is confined to DNS and maybe IPv6

vadimkantorov commented 2 years ago

@craigloewen-msft could you please re-open this issue?

craigloewen-msft commented 2 years ago

Our logging instructions can be found here so if this issue pops up again could you please collect logs and attach them to this thread? Thanks!

vadimkantorov commented 2 years ago

what do these "WSL logs" include? my problem seems related to DNS (+maybe related to IPv6 + maybe recovery hibernate on another Wi-Fi network) - so probably quite low-level. I also found many people having similar problems at https://github.com/microsoft/WSL/issues/7141

Is there a WSLv1/Ubuntu20.04 specific way of accessing DNS low-level TCP logs? should I try to do tcpdump? will it work?

i wonder if the problem is related somehow to dhcp or not picking up updated dns servers, maybe some problems on regeneration of /etc/resolv.conf

craigloewen-msft commented 2 years ago

Ah I see you're using WSL 1, those logs do include networking info.

vadimkantorov commented 2 years ago

For me, this often happens after recovery from hibernate. Internet+DNS works from Chrome, but on long-open Terminal+WSLv1, DNS resolution fails. Then when I open a new tab and do a ping in this new tab, it works in the new tab, and then ping magically recovers even in the old tab.

Also, on recovery from Hibernate, even Windows itself can't reconnect to the Wi-Fi for minutes, so I have to turn-off+turn-on Wi-Fi again. But probably this is unrelated to WSLv1 DNS problems

vadimkantorov commented 2 years ago

I've tried running .\collect-wsl-logs.ps1 which returned an error and then .\networking.bat (both from admin-priveleged PowerShell session) which also returned some errors, but also resulted in existing WSL1 session (which again dropped DNS to print vadimkantorov@dell_de_vadim:/mnt/c/Users/vadim/natudump2$ The Windows Subsystem for Linux instance has terminated. [process exited with code 4294967295 (0xffffffff)] packets.zip

The current instructions at https://github.com/microsoft/WSL/blob/master/CONTRIBUTING.md#8-collect-wsl-logs-recommended-method are not clear on whether they are for WSL1 or for WSL2 and what these scripts are doing. E.g. my DNS-faulty session always works after I create a new session, so it's not clear to me whether these scripts are capturing the thing or not. Ideally, I would need to trigger event collection on existing WSL1 session without creating any new WSL1 sessions.

PS C:\Users\vadim> .\collect-wsl-logs.ps1                                                                                                                                                                                                       
    Directory: C:\Users\vadim

Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
d-----         9/27/2022  10:31 PM                WslLogs-2022-09-27_22-31-18
The operation completed successfully.
The operation completed successfully.
The operation completed successfully.
get-acl : Cannot find path 'C:\ProgramData\Microsoft\Windows\WindowsApps' because it does not exist.
At C:\Users\vadim\collect-wsl-logs.ps1:35 char:1
+ get-acl "C:\ProgramData\Microsoft\Windows\WindowsApps" | Format-List  ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (:) [Get-Acl], ItemNotFoundException
    + FullyQualifiedErrorId : GetAcl_PathNotFound_Exception,Microsoft.PowerShell.Commands.GetAclCommand

Log collection is running. Please reproduce the problem and press any key to save the logs.
Saving logs...
Press Ctrl+C to cancel the stop operation.
100%  [>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>]
The trace was successfully saved.
Logs saved in: C:\Users\vadim\WslLogs-2022-09-27_22-31-18.zip. Please attach that file to the GitHub issue.

PS C:\Users\vadim\Downloads\WSL-master\WSL-master\diagnostics> .\networking.bat
"WSL version (Might be help text if store WSL is not installed):"
Invalid command line option: --version
Copyright (c) Microsoft Corporation. All rights reserved.

Usage: wsl.exe [Argument] [Options...] [CommandLine]

Arguments for running Linux binaries:

    If no command line is provided, wsl.exe launches the default shell.

    --exec, -e <CommandLine>
        Execute the specified command without using the default Linux shell.

    --
        Pass the remaining command line as is.

Options:
    --cd <Directory>
        Sets the specified directory as the current working directory.
        If ~ is used the Linux user's home path will be used. If the path begins
        with a / character, it will be interpreted as an absolute Linux path.
        Otherwise, the value must be an absolute Windows path.

    --distribution, -d <Distro>
        Run the specified distribution.

    --user, -u <UserName>
        Run as the specified user.

    --system
        Launches a shell for the system distribution.

Arguments for managing Windows Subsystem for Linux:

    --help
        Display usage information.

    --install [Options]
        Install additional Windows Subsystem for Linux distributions.
        For a list of valid distributions, use 'wsl --list --online'.

        Options:
            --distribution, -d [Argument]
                Downloads and installs a distribution by name.

                Arguments:
                    A valid distribution name (not case sensitive).

                Examples:
                    wsl --install -d Ubuntu
                    wsl --install --distribution Debian

    --set-default-version <Version>
        Changes the default install version for new distributions.

    --shutdown
        Immediately terminates all running distributions and the WSL 2
        lightweight utility virtual machine.

    --status
        Show the status of Windows Subsystem for Linux.

    --update [Options]
        If no options are specified, the WSL 2 kernel will be updated
        to the latest version.

        Options:
            --rollback
                Revert to the previous version of the WSL 2 kernel.

Arguments for managing distributions in Windows Subsystem for Linux:

    --export <Distro> <FileName>
        Exports the distribution to a tar file.
        The filename can be - for standard output.

    --import <Distro> <InstallLocation> <FileName> [Options]
        Imports the specified tar file as a new distribution.
        The filename can be - for standard input.

        Options:
            --version <Version>
                Specifies the version to use for the new distribution.

    --list, -l [Options]
        Lists distributions.

        Options:
            --all
                List all distributions, including distributions that are
                currently being installed or uninstalled.

            --running
                List only distributions that are currently running.

            --quiet, -q
                Only show distribution names.

            --verbose, -v
                Show detailed information about all distributions.

            --online, -o
                Displays a list of available distributions for install with 'wsl --install'.

    --set-default, -s <Distro>
        Sets the distribution as the default.

    --set-version <Distro> <Version>
        Changes the version of the specified distribution.

    --terminate, -t <Distro>
        Terminates the specified distribution.

    --unregister <Distro>
        Unregisters the distribution and deletes the root filesystem.

    --mount <Disk>
        Attaches and mounts a physical disk in all WSL2 distributions.

        Options:
            --bare
                Attach the disk to WSL2, but don't mount it.

            --type <Type>
                Filesystem to use when mounting a disk, if not specified defaults to ext4.

            --options <Options>
                Additional mount options.

            --partition <Index>
                Index of the partition to mount, if not specified defaults to the whole disk.

    --unmount [Disk]
        Unmounts and detaches a disk from all WSL2 distributions.
        Unmounts and detaches all disks if called without argument.
Windows features:

FeatureName
-----------
Printing-PrintToPDFServices-Features
Printing-XPSServices-Features
WCF-Services45
WCF-TCP-PortSharing45
SMB1Protocol-Deprecation
MediaPlayback
WindowsMediaPlayer
MicrosoftWindowsPowerShellV2Root
MicrosoftWindowsPowerShellV2
WorkFolders-Client
Printing-Foundation-Features
Printing-Foundation-InternetPrinting-Client
MSRDC-Infrastructure
NetFx4-AdvSrvs
SearchEngine-Client-Package
SMB1Protocol
VirtualMachinePlatform
Microsoft-Windows-Subsystem-Linux

HNS objects:
{
    "ActivityId":"770B58ED-7704-4020-BA74-A7F174B0E40F",
    "AdditionalParams":{

    },
    "CompartmentGuid":"B1062982-2B18-4B4F-B3D5-A78DDB9CDD49",
    "CompartmentId":1,
    "Containers":[

    ],
    "Flags":0,
    "Health":{
        "LastErrorCode":0,
        "LastUpdateTime":133084222362885531
    },
    "ID":"910F7D92-BA2D-4C3F-98AE-7C0AC590D2DC",
    "IsDefault":true,
    "Policies":[

    ],
    "State":1,
    "Version":60129542144
}
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffffffc
    StartingPort     : 135
    EndingPort       : 135
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffffffb
    StartingPort     : 135
    EndingPort       : 135
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffed337
    StartingPort     : 139
    EndingPort       : 139
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1ffffffffffffee
    StartingPort     : 445
    EndingPort       : 445
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffed349
    StartingPort     : 5040
    EndingPort       : 5040
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffed712
    StartingPort     : 7680
    EndingPort       : 7680
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryIgnore
    ReservationType  : Exclusion
    SharingFlags     : Exclusion UnicastSpecificBind NonunicastSpecificBind
    Priority         : 0x1ffffffffffff10
    StartingPort     : 8884
    EndingPort       : 8884
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1ffffffffffff0f
    StartingPort     : 8884
    EndingPort       : 8884
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed354
    StartingPort     : 49289
    EndingPort       : 49289
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed317
    StartingPort     : 49347
    EndingPort       : 49347
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed305
    StartingPort     : 49365
    EndingPort       : 49365
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed2ff
    StartingPort     : 49371
    EndingPort       : 49371
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed2f8
    StartingPort     : 49378
    EndingPort       : 49378
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed335
    StartingPort     : 49501
    EndingPort       : 49501
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffffffe
    StartingPort     : 49664
    EndingPort       : 49664
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffffffd
    StartingPort     : 49664
    EndingPort       : 49664
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffffffa
    StartingPort     : 49665
    EndingPort       : 49665
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffffff9
    StartingPort     : 49665
    EndingPort       : 49665
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffffff8
    StartingPort     : 49666
    EndingPort       : 49666
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffffff7
    StartingPort     : 49666
    EndingPort       : 49666
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffffff6
    StartingPort     : 49667
    EndingPort       : 49667
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffffff5
    StartingPort     : 49667
    EndingPort       : 49667
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffffff2
    StartingPort     : 49668
    EndingPort       : 49668
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffffff1
    StartingPort     : 49668
    EndingPort       : 49668
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffffff0
    StartingPort     : 49669
    EndingPort       : 49669
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1ffffffffffffef
    StartingPort     : 49670
    EndingPort       : 49670
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1ffffffffffffed
    StartingPort     : 49671
    EndingPort       : 49671
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1ffffffffffffec
    StartingPort     : 49671
    EndingPort       : 49671
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed2c4
    StartingPort     : 49694
    EndingPort       : 49694
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1ffffffffffff9a
    StartingPort     : 49750
    EndingPort       : 49750
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed271
    StartingPort     : 49778
    EndingPort       : 49778
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed270
    StartingPort     : 49779
    EndingPort       : 49779
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed25f
    StartingPort     : 49796
    EndingPort       : 49796
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed228
    StartingPort     : 49851
    EndingPort       : 49851
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed223
    StartingPort     : 49856
    EndingPort       : 49856
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1f2
    StartingPort     : 49905
    EndingPort       : 49905
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1d4
    StartingPort     : 49935
    EndingPort       : 49935
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1ce
    StartingPort     : 49941
    EndingPort       : 49941
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1cd
    StartingPort     : 49942
    EndingPort       : 49942
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1cc
    StartingPort     : 49943
    EndingPort       : 49943
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1cb
    StartingPort     : 49944
    EndingPort       : 49944
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1c9
    StartingPort     : 49946
    EndingPort       : 49946
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1c7
    StartingPort     : 49948
    EndingPort       : 49948
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1c6
    StartingPort     : 49949
    EndingPort       : 49949
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1c5
    StartingPort     : 49950
    EndingPort       : 49950
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1c4
    StartingPort     : 49951
    EndingPort       : 49951
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1c3
    StartingPort     : 49952
    EndingPort       : 49952
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1c2
    StartingPort     : 49953
    EndingPort       : 49953
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1c1
    StartingPort     : 49954
    EndingPort       : 49954
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1c0
    StartingPort     : 49955
    EndingPort       : 49955
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1bf
    StartingPort     : 49956
    EndingPort       : 49956
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1be
    StartingPort     : 49957
    EndingPort       : 49957
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1bd
    StartingPort     : 49958
    EndingPort       : 49958
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1bc
    StartingPort     : 49959
    EndingPort       : 49959
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1bb
    StartingPort     : 49960
    EndingPort       : 49960
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1b9
    StartingPort     : 49962
    EndingPort       : 49962
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1b7
    StartingPort     : 49964
    EndingPort       : 49964
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1b6
    StartingPort     : 49965
    EndingPort       : 49965
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1b5
    StartingPort     : 49966
    EndingPort       : 49966
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1b3
    StartingPort     : 49968
    EndingPort       : 49968
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffed1b2
    StartingPort     : 49969
    EndingPort       : 49969
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryIgnore
    ReservationType  : Exclusion
    SharingFlags     : Exclusion UnicastSpecificBind NonunicastSpecificBind
    Priority         : 0x1fffffffffffff4
    StartingPort     : 50000
    EndingPort       : 50059
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : TCP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffffff3
    StartingPort     : 62522
    EndingPort       : 62522
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffef660
    StartingPort     : 123
    EndingPort       : 123
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffef65f
    StartingPort     : 123
    EndingPort       : 123
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffef6a8
    StartingPort     : 137
    EndingPort       : 137
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffef6a9
    StartingPort     : 138
    EndingPort       : 138
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffef6ce
    StartingPort     : 1900
    EndingPort       : 1900
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffef6cd
    StartingPort     : 1900
    EndingPort       : 1900
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffef6cc
    StartingPort     : 1900
    EndingPort       : 1900
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffef6cb
    StartingPort     : 1900
    EndingPort       : 1900
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffffffc
    StartingPort     : 5050
    EndingPort       : 5050
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffffea7
    StartingPort     : 5353
    EndingPort       : 5353
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffffea6
    StartingPort     : 5353
    EndingPort       : 5353
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffef6a5
    StartingPort     : 5353
    EndingPort       : 5353
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffef6a4
    StartingPort     : 5353
    EndingPort       : 5353
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffef633
    StartingPort     : 5353
    EndingPort       : 5353
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffef632
    StartingPort     : 5353
    EndingPort       : 5353
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffef6a1
    StartingPort     : 5355
    EndingPort       : 5355
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastSpecificBind
    SharingFlags     : Exclusion NonunicastSpecificBind NonunicastWildcardBind
    Priority         : 0x1fffffffffef6a0
    StartingPort     : 5355
    EndingPort       : 5355
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef1ee
    StartingPort     : 49312
    EndingPort       : 49312
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef1fc
    StartingPort     : 49314
    EndingPort       : 49314
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffffffd
    StartingPort     : 49664
    EndingPort       : 49664
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryIgnore
    ReservationType  : Exclusion
    SharingFlags     : Exclusion UnicastSpecificBind NonunicastSpecificBind
    Priority         : 0x1fffffffffffffe
    StartingPort     : 50000
    EndingPort       : 50059
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef1fb
    StartingPort     : 52065
    EndingPort       : 52065
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef6ca
    StartingPort     : 52830
    EndingPort       : 52830
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef6c9
    StartingPort     : 52831
    EndingPort       : 52831
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef6c8
    StartingPort     : 52832
    EndingPort       : 52832
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef6c7
    StartingPort     : 52833
    EndingPort       : 52833
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef203
    StartingPort     : 55111
    EndingPort       : 55111
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef1f5
    StartingPort     : 55557
    EndingPort       : 55557
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef279
    StartingPort     : 55733
    EndingPort       : 55733
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef1fe
    StartingPort     : 56078
    EndingPort       : 56078
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef1f2
    StartingPort     : 56519
    EndingPort       : 56519
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef1ec
    StartingPort     : 60274
    EndingPort       : 60274
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef250
    StartingPort     : 61820
    EndingPort       : 61820
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef1f6
    StartingPort     : 62001
    EndingPort       : 62001
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef261
    StartingPort     : 63268
    EndingPort       : 63268
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef2cb
    StartingPort     : 64473
    EndingPort       : 64473
OwningPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
TargetPartitionId : e0e16197-dd56-4a10-9195-5ee7a155a838 (Host Partition)
    Protocol         : UDP
    DeliveryMode     : DatapathDeliveryAllPackets
    ReservationType  : UnicastWildcardBind
    SharingFlags     : NonunicastSpecificBind
    Priority         : 0x1fffffffffef1f3
    StartingPort     : 65109
    EndingPort       : 65109
Routing table:
===========================================================================
Interface List
  4...........................Wintun Userspace Tunnel
 15...........................ProtonVPN Tunnel
 20...00 ff c5 d8 a9 52 ......TAP-Surfshark Windows Adapter V9
  7...00 ff 4e 09 d1 86 ......TAP-Windows Adapter V9
 13...00 ff 9c 21 4b f2 ......TAP-ProtonVPN Windows Adapter V9
 22...2c 6d c1 91 96 1a ......Microsoft Wi-Fi Direct Virtual Adapter
 14...2e 6d c1 91 96 19 ......Microsoft Wi-Fi Direct Virtual Adapter #2
 16...2c 6d c1 91 96 19 ......Killer(R) Wi-Fi 6 AX1650s 160MHz Wireless Network Adapter (201D2W)
  1...........................Software Loopback Interface 1
===========================================================================

IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0      192.168.0.1     192.168.0.27     40
        127.0.0.0        255.0.0.0         On-link         127.0.0.1    331
        127.0.0.1  255.255.255.255         On-link         127.0.0.1    331
  127.255.255.255  255.255.255.255         On-link         127.0.0.1    331
      192.168.0.0    255.255.255.0         On-link      192.168.0.27    296
     192.168.0.27  255.255.255.255         On-link      192.168.0.27    296
    192.168.0.255  255.255.255.255         On-link      192.168.0.27    296
        224.0.0.0        240.0.0.0         On-link         127.0.0.1    331
        224.0.0.0        240.0.0.0         On-link      192.168.0.27    296
  255.255.255.255  255.255.255.255         On-link         127.0.0.1    331
  255.255.255.255  255.255.255.255         On-link      192.168.0.27    296
===========================================================================
Persistent Routes:
  None

IPv6 Route Table
===========================================================================
Active Routes:
 If Metric Network Destination      Gateway
  1    331 ::1/128                  On-link
 16    296 fe80::/64                On-link
 16    296 fe80::35ca:dbea:6a86:41fc/128
                                    On-link
  1    331 ff00::/8                 On-link
 16    296 ff00::/8                 On-link
===========================================================================
Persistent Routes:
  None
Deleting HNS network
The service name is invalid.

More help is available by typing NET HELPMSG 2185.

The LxssManager service is stopping.
The LxssManager service was stopped successfully.

Name               : HnsPacketCapture
CaptureMode        : SaveToFile
LocalFilePath      : C:\Users\vadim\Downloads\WSL-master\WSL-master\diagnostics\\packets.etl
MaxFileSize        : 250 MB
TraceBufferSize    : 0 KB
MaxNumberOfBuffers : 0
SessionStatus      : NotRunning

Name               : Microsoft-Windows-NDIS-PacketCapture
SessionName        : HnsPacketCapture
Level              : 5
MatchAnyKeyword    : 0xFFFFFFFFFFFFFFFF
MatchAllKeyword    : 0x0
CaptureType        : BothPhysicalAndSwitch
VmCaptureDirection : IngressAndEgress
MultiLayer         : False
LinkLayerAddress   : {}
EtherType          : {}
IpAddresses        : {}
IpProtocols        : {}
TruncationLength   : 128

If you see 'ping: socket: Operation not permitted' errors, run this command as root.
+ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04 LTS
Release:        20.04
Codename:       focal
+ uname -a
Linux dell_de_vadim 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
+ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 52:c4:95:c5:39:da brd ff:ff:ff:ff:ff:ff
3: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether b2:78:b7:a3:16:ba brd ff:ff:ff:ff:ff:ff
4: tunl0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
    link/ipip 0.0.0.0 brd 0.0.0.0
5: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
    link/sit 0.0.0.0 brd 0.0.0.0
6: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 00:15:5d:a1:94:12 brd ff:ff:ff:ff:ff:ff
    inet 172.27.56.18/20 brd 172.27.63.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::215:5dff:fea1:9412/64 scope link
       valid_lft forever preferred_lft forever
+ ip route show
default via 172.27.48.1 dev eth0
172.27.48.0/20 dev eth0 proto kernel scope link src 172.27.56.18
++ ip route show
++ awk '/default/ { print $3 }'
+ gateway=172.27.48.1
+ ping -c 4 172.27.48.1
PING 172.27.48.1 (172.27.48.1) 56(84) bytes of data.

--- 172.27.48.1 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3152ms

+ ping -c 4 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=54 time=11.2 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=54 time=12.6 ms
64 bytes from 1.1.1.1: icmp_seq=3 ttl=54 time=17.0 ms
64 bytes from 1.1.1.1: icmp_seq=4 ttl=54 time=11.4 ms

--- 1.1.1.1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 11.196/13.048/17.022/2.356 ms
+ traceroute 1.1.1.1
bash: line 28: traceroute: command not found
+ cat /etc/resolv.conf
# This file was automatically generated by WSL. To stop automatic generation of this file, add the following entry to /etc/wsl.conf:
# [network]
# generateResolvConf = false
nameserver 172.27.48.1
+ type curl
+ curl -m 5 -v https://microsoft.com
*   Trying 20.84.181.62:443...
* TCP_NODELAY set
* Connected to microsoft.com (20.84.181.62) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256
* ALPN, server accepted to use h2
* Server certificate:
*  subject: C=US; ST=WA; L=Redmond; O=Microsoft Corporation; CN=microsoft.com
*  start date: Sep 27 17:03:03 2022 GMT
*  expire date: Sep 22 17:03:03 2023 GMT
*  subjectAltName: host "microsoft.com" matched cert's "microsoft.com"
*  issuer: C=US; O=Microsoft Corporation; CN=Microsoft Azure TLS Issuing CA 02
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x55cf07f657c0)
> GET / HTTP/2
> Host: microsoft.com
> user-agent: curl/7.68.0
> accept: */*
>
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
< HTTP/2 301
< date: Tue, 27 Sep 2022 19:34:40 GMT
< server: Kestrel
< location: https://www.microsoft.com/
< content-length: 0
< strict-transport-security: max-age=31536000; includeSubDomains
<
* Connection #0 to host microsoft.com left intact
Press Ctrl+C to cancel the stop operation.
100%  [>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>]
The trace was successfully saved.

This trace has dropped 18 events. Please record this trace again.
PS C:\Users\vadim\Downloads\WSL-master\WSL-master\diagnostics>
vadimkantorov commented 2 years ago

Is there a simple way to collect events from a given existing WSLv1 session? What would I need for this? Find a WSLv1 session parent bash PID?

vadimkantorov commented 2 years ago

Even just launching a new WSLv1 session (without even running ping in it) fixes broken network in existing sessions

keith-horton commented 2 years ago

A couple of comments for some of the issues being described here.

There's a known issue where the necessary Firewall Rules to all the DNS request to be proxied are incorrect, and thus block DNS requests from the WSL container. We have put a fix for this in this next WSL release: https://github.com/microsoft/WSL/releases/tag/0.70.5

Secondly, there's a known Firewall configuration which will always block proxied DNS requests from the WSL container: this is the "BlockAllInbound" setting on network profiles. You can see if this is set by opening "Windows Security" - clicking "Firewall & network protection" -- then clicking on one of the 3 Network Profiles which is being applied to your connected network adapters (Domain, Public, or Private). That page lists a setting, "Blocks all incoming connections, including those in the list of allowed apps." ---> if this is checked, then DNS requests will not be proxied from the WSL container.

vadimkantorov commented 2 years ago

was it related to recovery from hibernate and to WSLv1? (and often on a different Wi-Fi network) for me this has been the almost-always reproducing setup

maybe somehow firewall gets wild in this setup? but also things get fixed (even in existing WSLv1 sessions) when I just spawn a new WSLv1 tab in Terminal

vadimkantorov commented 2 years ago

Cause I have a faint feeling that the fix concerns only WSLv2 judging from the release notes

vadimkantorov commented 1 year ago

Another failure of DNS on WSLv1 on Win11 (maybe related to some IPv6 issues):

  1. in cmd.exe ping google.com works: image

  2. in WSLv2 + Ubuntu ping google.com works: image

  3. In WSLv1 + Ubuntu ping google.com does not work, but ping 8.8.8.8 works: image

vadimkantorov commented 1 year ago

Closing down the laptop and recovering again from hibernate fixed the issue this time. But it's clear that something gets broken at the intersection of Wi-Fi / DNS / WSLv1 / Hibernate / maybe IPv6

microsoft-github-policy-service[bot] commented 9 months ago

This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request.

Thank you!