Quantcast
Channel: Michael, Author at Michael Akin
Viewing all articles
Browse latest Browse all 29

Enable WSL2 to access Global Protect VPN Tunnel

$
0
0

To enable Ubuntu via WSL2 to access the Prisma Global Protect VPN Tunnel use the following commands from a Powershell command line with Admin Access:

Get-NetIPInterface -InterfaceAlias "vEthernet (WSL)" | Set-NetIPInterface -InterfaceMetric 1
Get-NetAdapter | Where-Object {$_.InterfaceDescription -Match "PANGP Virtual Ethernet Adapter"} | Set-NetIPInterface -InterfaceMetric 6000

Be sure to check the names above by doing a ipconfig /all

Also check this post to if the previous solution does not work. I did do some of the things there before, so maybe that contributed to the fix.


Viewing all articles
Browse latest Browse all 29

Trending Articles