microsoft / Windows-Sandbox

Disposable, secure and lightweight Windows Desktop Environment
https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-sandbox/windows-sandbox-overview
MIT License
359 stars 48 forks source link

[Bug]: Networking broken in windows sandbox - win 11 pro #52

Open flyingllama87 opened 3 months ago

flyingllama87 commented 3 months ago

Windows Sandbox version

N/A

Windows build number

Windows 11 Pro 10.0.22631.0

Other software

I don't think these are causing issues but I'll reports them:

SentinelOne PaloAlto GlobalProtect

Steps to reproduce the bug

Start a sandbox with:

<Configuration>
  <VGpu>Enable</VGpu>
  <Networking>Default</Networking>
  <MappedFolders>
    <MappedFolder>
      <HostFolder>S:\Games</HostFolder>
      <SandboxFolder>C:\Games</SandboxFolder>
      <ReadOnly>false</ReadOnly>
    </MappedFolder>
  </MappedFolders>
  <MemoryInMB>8192</MemoryInMB>
  <CPUs>4</CPUs>
</Configuration>

Expected result

The sandbox to have network access

Actual result

There is no network access within the sandbox, nor is there a connection when running ncpa.cpl

Included System Information

Name SwitchType NetAdapterInterfaceDescription


Default Switch Internal

- Running on wifi.

Get-NetAdapter

Name InterfaceDescription ifIndex Status MacAddress LinkSpeed


Bluetooth Network Conn... Bluetooth Device (Personal Area Netw... 28 Disconnected 54-6C-EB-XX-XX-XX 3 Mbps Wi-Fi Intel(R) Wi-Fi 6E AX211 160MHz 20 Up 54-6C-EB-XX-XX-XX 44 Mbps Ethernet 7 PANGP Virtual Ethernet Adapter Secure 17 Disabled 02-50-41-XX-XX-XX 2 Gbps Npcap Loopback Adapter Npcap Loopback Adapter 6 Up 02-00-4C-XX-XX-XX 1.2 Gbps

kavyamsft commented 1 month ago

@flyingllama87 Are you still seeing this issue? Are you on a device that is controlled by group policy or managed by your organization?