1

I want to do the same thing that is describe in this answer https://stackoverflow.com/a/1309096/1547704 But in C# code.

Let me explain. I want to simulate a multiple IP on one computer dynamically. I want to permit to the user of my program to create dynamically clients with ip address define by himself.

Can you help me ?

Community
  • 1
  • 1
Desnoxav
  • 354
  • 2
  • 7
  • 19

1 Answers1

1

You can do this using WMI. Check out Win32_NetworkAdapterConfiguration class. HTH

danish
  • 5,550
  • 2
  • 25
  • 28