I'm creating simple program to add address via windows form. It's actually only call this command:
netsh interface ip add address
The address was successfully added, but after executing that command, I lost my internet connection. I had to restart to regain the connection.
Is there a command to add second ip address without losing internet connection?
Thanks