Mar 28, 2019
By default, Limestone only binds your first primary IP address. This is because there are different methods of applying your additional IPs that may require that they not be bound originally.
Basic
Here is the simplest way of binding your additional IPs:
Advanced
If you are adding multiple IP addresses, you can also use the following in the command prompt.
FOR /L %I IN (x,1,y) DO netsh interface ip add address "Local Area Connection
2" 216.245.218.%I 255.255.255.224
You will need to change "216.245.218." and "255.255.255.224" to match your IPs and subnet.