c# - Multiple VPN Connections over single IP (multithreaded)? -
is there way make each thread in c# connect single vpn? if yes, how?
vpns not thread based or process based. they're low level drivers emulate network connections.
theoretically can initiate multiple vpns @ once must configured allow local network , each route appropriate addresses. in practice, vpn profiles prohibit local network access (and other vpn access) due security ramifications. also, vpn software conflicts other vpn software.
Comments
Post a Comment