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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -