Microsoft's Web server that runs on Windows NT platforms. IIS comes bundled with Windows
NT 4.0; Because IIS is tightly integrated with the operating system, it is relatively easy to
administer. Currently IIS is available only for the Windows NT platform, whereas Netscape's
Web servers run on all major platforms, including Windows NT, OS/2 and UNIX.
I have already assigned a range of IP numbers to the Web Server to identify a number of different web sites I am intending on hosting . These are 192.168.0.101 through to 192.168.0.110. The 192.168.0.3 IP you can see listed in Fig.3 is the primary IP originally assigned to the server.
In this case, no additional IP numbers have been assigned to the Server, so all we have to work with is
192.168.0.3. Unfortunately, this is already being used by another site so we are going to host this
particular Web Service from Port 81 instead of 80. To view the site, users will have to enter
http://192.168.0.3:81 (the colon denotes the port number).
This means that you need to add the URL (excluding http://) in the "Host Header" box as shown above.
In the case of my Intranet, I am entering "intranet.simongibson.com" so visitors will type
http://intranet.simongibson.com to access the site.
Once you have defined which method of access you wish to use, you need to point IIS at your default home directory. This is pretty self-explanatory and in this case is d:\Inetpub\intranet which is the sub- directory 'intranet' located in the 'Inetpub' directory with the D: drive on the web server (SYS3).
Notice that I have unchecked 'Allow anonymous access to this Web Site'. This will ensure that any visitor will have to enter their username, password and Domain to access the site from outside the building (ideal for an Extranet).
Leave a Comment