|
Setting up Multiple IP Addresses (Windows 2000 Server)
Windows 2000 TCP/IP Implementation:
This is a fairly basic walkthrough and shouldn't need much
explanation. Multiple IP addresses are one of the methods
of hosting a number of web sites on a single IIS Server. To
be honest I think that that using ports is easier and less
likely to complicate your network but headers (used by many
ISPs) will always be the preferred method.
To find out more about Windows 2000 TCP/IP implementation
details visit:
http://www.microsoft.com/TechNet/network/tcpip2k.asp
| 
|
|
 |
| |

5. Adding extra IP addresses:
As you can see, I'm using the Win2K style 10.0.X.X IP
addresses rather than the typical 192.168.X.X WinNT
type. It doesn't really make any difference for this
walkthrough though.
Adding extra IP addresses is simple, just click add,
enter the IP address (as shown) and corresponding Subnet
mask. My network is only likely to use only a few IPs
so I'm going to mask out all but the last 255 as shown.
That's it really, if you want to add a few more IP addresses,
just repeat this step until you have all you need. When
you set up a new site in IIS you'll be able to select
the IP you want to use from a list (see configuring
IIS5 to host your intranet) and accessing your site
from your internet network through Explorer is simply
a case of typing that IP in... a site using the IP we've
just created would be http://10.0.0.2.
Two final notes though...
In my network, 10.0.0.1 is the IP of fuser1, our main
server. Fuser2 uses 10.0.0.2 and Fuser3 10.0.0.3..etc...
it's probably a better idea to use IP addresses that
aren't likely to be specified by your server farm (now
or in future) so 10.0.0.100, 10.0.0.101 and so on...would
be pretty safe bets....
If you've arrived at this page from my 'Configuring
IIS5 to host your Intranet' page then please bear in
mind that these pages were written more than four months
apart and since then, both my network and IP configurations
have changed... |
|
 |
|
 |
|