Skip to content

Instantly share code, notes, and snippets.

@scheffler
Last active October 11, 2019 18:29
Show Gist options
  • Save scheffler/d0b90aa8899937d4cfc0e08abe8e25d7 to your computer and use it in GitHub Desktop.
Save scheffler/d0b90aa8899937d4cfc0e08abe8e25d7 to your computer and use it in GitHub Desktop.
Fix VPN connection issue for BankPoint
#
# Occassionally, you won't be able to connect to Azure VMs when you've properly connected to the BankPoint VPN.
# If you ping the server and you get a non 10.x.x.x address then you can pretty much be certain that's your problem.
# https://www.windowscentral.com/how-change-priority-order-network-adapters-windows-10
# Get-NetIPInterface
# To correct, you need to bump up the priority of your VPN interface
#
# First, make sure that you're connected to the BankPoint Azure VPN
#
# Then, open up a powershell console window in Administrator mode and then run the following
#
#
set-netipinterface -interfacealias "Bankpoint Azure Dev VPN" -interfacemetric 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment