المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How do I create a virtual LAN?



C# Programming
11-14-2009, 08:30 PM
I'm building a network communication app and had a windows connection manager question. I am needing to add a virtual LAN to the connection manager which I can then use pass local network data (shared folders/services) through. This virtual lan will be the local system's entry/exit point for my app's data. How can C# accomplish this task?

The virtual LAN will also allow my other apps to 'securely' access the connected network. Services like Hamachi accomplish our goal but due to security requirements we cannot use any 3rd party product.