Link to home
Start Free TrialLog in
Avatar of jjoz
jjozFlag for Australia

asked on

How to create multiple (hundreds) IP address using powershell in single Windows Server VM ?

Hi All,

I'd like to perform a database application transactional and concurrent load testing which requires approx. 100 IP address in a single host (Windows box)
is there any quick way (Powershell 2.0 / netsh ) to create those IP address in one single box ?

ex.

Simulator1 - 10.2.1.1

10.2.1.2
10.2.1.3
10.2.1.4
10.2.1.5
.
.
.
10.2.1.102

Simulator2 - 10.2.2.1

10.2.2.2
10.2.2.3
10.2.2.4
10.2.2.5
.
.
.
10.2.2.102

i know how to do it in Windows Server 2003 manually one by one but that's too daunting to do it manually.

Thanks
SOLUTION
Avatar of Bryon H
Bryon H
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial