microsoft / WSA

Developer-related issues and feature requests for Windows Subsystem for Android
MIT License
1.52k stars 831 forks source link

Advanced Network Capabilities Supported While Connected to VPN #272

Open jake-brown-maps opened 1 year ago

jake-brown-maps commented 1 year ago

Is your feature request related to a problem? Please describe

When a machine connects to VPN, the WSA Advanced Networking capability is automatically disabled. We are hoping to be able to connect to an attached device (over TCP/IP - using the workaround https://github.com/microsoft/WSA/issues/213) while the machine is also connected to VPN.

Describe the solution you'd like

WSA could still access localhost while the machine is connected to VPN.

Describe alternatives you've considered

No response

Please specify the version of Windows Subsystem for Android

2302.40000.8.0

slavonnet commented 1 year ago

May be friend thread? https://github.com/microsoft/WSA/issues/273

keith-horton commented 1 year ago

Can you show what type of interface this VPN creates? If they used and Ethernet underlying type, it won't show up as a VPN:

Get-NetAdapter | select ifAlias,ifDesc,MediaType,PhysicalMediaType,Status,ConnectorPresent,HardwareInterface,Hidden

jake-brown-maps commented 1 year ago

@keith-horton - looks like status field changes for PANGP Virtual Ethernet Adapter Secure

ifAlias : Ethernet 2 ifDesc : PANGP Virtual Ethernet Adapter Secure MediaType : 802.3 PhysicalMediaType : Unspecified Status : Disabled ConnectorPresent : False HardwareInterface : False Hidden : False

ifAlias : Ethernet 2 ifDesc : PANGP Virtual Ethernet Adapter Secure MediaType : 802.3 PhysicalMediaType : Unspecified Status : Up ConnectorPresent : False HardwareInterface : False Hidden : False