Help - Search - Members - Calendar
Full Version: Add extra IP addresses to your server
The Planet Forums > Operating Systems > Microsoft Windows > Windows HOWTOs
jamesthurley
First request your new IP addresses from Rackshack from the members area. Once you've recieved the new addresses, you just need to bind them to your ethernet adapter.

kelani gave these nice clear instructions in another thread:

1. Start - Settings - Control Panel - doubleclick on Network Connections

2. Rightclick on Local Area Connection and choose Properties

3. Scroll down to Internet Profocol (TCP/IP) select it, and click Properties

4. Click the Advanced tab at the bottom right

5. You will see your current IP address. Click ADD and add the two IP addresses with the correct Subnet Mask provided with them by RS.

6. Click OK to all windows, and the network service should restart. If not, reboot. They should be assigned after that.
elevator
If you'd like to automate this in a script for example:

Start -> Run -> cmd.exe
netsh interface ip add address "Local Area Connection" 192.168.1.1 255.255.255.0
devo-x
QUOTE
Originally posted by elevator
If you'd like to automate this in a script for example:

Start -> Run -> cmd.exe
netsh interface ip add address "Local Area Connection" 192.168.1.1 255.255.255.0


Make sure to put the above lines in a *.bat script

You might want to use a 'routable' IP address icon_wink.gif
rubaljain
I have a quick question ..

i have added extra IP address following "jamesthurley" s post.


But i cant see IP addresses in IIS's dropdown list .. How can i see IP addresses there ..
devo-x
Greetings!

Please refer to THIS thread icon_wink.gif
rubaljain
Thanks .. nice One
Vinnie Pasetta
BEFORE ADDING YOUR IP ADDRESSES...

Logon to your server and ping each one.

Recently, I have has two customers who were issued IP addresses already assigned to another server. This can knock you off the box and you cannot get back on the server.
Bandit
Ok, I have a Standard Windows server and requested a second IP. I was not given a subnet, but the first three octets are the same, so I assume the subnet is the same. I added it properly, but if I go to dos prompt and try to ping the new IP it does not respond.

Any clues?
jbyers
QUOTE (Bandit)
Ok, I have a Standard Windows server and requested a second IP.  I was not given a subnet, but the first three octets are the same, so I assume the subnet is the same.  I added it properly, but if I go to dos prompt and try to ping the new IP it does not respond.

Any clues?

What subnetmask did you bind the second IP with? Most subnets should use the 255.255.254.0 mask)

Some of the recently added subnets (> 67.15.118) use 255.255.255.0 ....
rubaljain
Do anyone have any VBScript which can automate addition of IP Addresses to NIC with Subnet mask.
mesh
I have tried to add additional 2 IP addresses (assigned to me before) for 2 times and every time I managed to block server completely. After I add addresses to my server (win 2003 std) everything worked perfectly. Even after server restart I could logon and everything. I could ping them with success (before that they were not assigned to someone else). But next time when I tried to logon, nothing. Server is online, I can ping it (all addresses) but all ports seems to be closed except port 21!?. Like ms firewall blocked them all. I used subnet mask as on my primary address (255.255.254.0).

Anyone?

Thank you for help.
rubaljain
I believe you should be heading this issue to your DC directly. They'll sort out the issue for you directly.
nrsieber
QUOTE (mesh)
I have tried to add additional 2 IP addresses (assigned to me before) for 2 times and every time I managed to block server completely. After I add addresses to my server (win 2003 std) everything worked perfectly. Even after server restart I could logon and everything. I could ping them with success (before that they were not assigned to someone else). But next time when I tried to logon, nothing. Server is online, I can ping it (all addresses) but all ports seems to be closed except port 21!?. Like ms firewall blocked them all. I used subnet mask as on my primary address (255.255.254.0).

Anyone?

Thank you for help.


Are you actually running a firewall or did you enable the windows firewall?
mesh
QUOTE (nrsieber)
Are you actually running a firewall or did you enable the windows firewall?


Just Windows firewall enabled, working fine. Windows Standard, no SP1. All necessary ports are open. When I add extra addresses, all ports are closed except ftp. Last time DC solved issue by disabling firewall. After that I removed IP addresses, turn on firewall and everything is working just fine except that I have no idea what to do next.
CornFused
QUOTE (Vinnie Pasetta)
BEFORE ADDING YOUR IP ADDRESSES...  
This can knock you off the box and you cannot get back on the server.


Yeah, the network design is good for stealing IP's and sniffing traffic. When will VLAN's ever come to EV1.
nrsieber
QUOTE (mesh)
Just Windows firewall enabled, working fine. Windows Standard, no SP1. All necessary ports are open. When I add extra addresses, all ports are closed except ftp. Last time DC solved issue by disabling firewall. After that I removed IP addresses, turn on firewall and everything is working just fine except that I have no idea what to do next.


This may not be a popular answer, but I would go ahead and go to SP1 and use the security configuration wizard. I did this a few days ago, tested all my services on various IPs. I had to add one or two exceptions, but it seems to be working fine.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.