How can i get the ip from a PPP or PPPT vpn connection?
I know the name of the VPN connection, so how can i filter
var nics = NetworkInterface.GetAllNetworkInterfaces();
to only get the vpn interface with the name “VPNConnection”, and get the given ip address?
Perhaps:
EDIT: Whoops I didn’t finish: