from the Windows Update Catalog) on another computer that is known to be secure and free of viruses, burning them to a CD or putting them on a flash drive and installing them from the portable media.
Unless the flash drive has a physical read-only switch that can be set after the files have been copied to it, a CD is the safest transport medium.
Networking
If the server has two or more network interfaces, it is time to declare one of them the dedicated management interface.
Open the Network Connections folder. If a NIC was placed on a private network, select this NIC; otherwise, choose any NIC. Rename this connection "Private." Rename the other connection "Public"; for more than one connection, append 01, 02, 03 and so forth to the end of "Public."
Remote Desktop
The Remote Desktop service should listen for incoming connections on the dedicated management interface. Click on the "Start" button and then the "Run" entry. Type "tscc.msc /s" and strike return. On the left, click on the folder labeled "Connections." On the right, right-click on the connection labeled "RDP-Tcp" and click "Properties."
This should have brought up a new window. Click on the tab labeled "Network Adapter." There should be a drop-down menu labeled "Network adapter." The option selected should read "All network adapters configured with this protocol." This means that all of the NICs on the machine are listening for incoming RDP client connections on port 3389 (the default RDP port).
This is not the desired behavior. Restrict RDP to listen to incoming connections on a dedicated NIC.
Select the NIC that was declared the private management interface.
If this server is registered in DNS, the DNS name of the server will not respond to RDP connections unless the DNS entry of the server points to the IP address of the NIC that has been designated the management interface.
You need to register the DNS entry with the IP address assigned to the management interface, create a second DNS entry with the IP address assigned to the management interface or have the server administrators create a RDP shortcut on their clients that points directly to the IP address assigned to the management interface. The last choice is the most secure because an attacker querying a DNS server for the names of servers to attack will not be returned an entry that expose the RDP port of this server.
Disk caching
Enabling disk caching on the e: drive may improve the performance of VMware Server because the virtual disk images will be stored there (p. 153 of VMware Server Admin Manual). This option should be enabled already, but to check it click the "Start" button, click the "Run" entry, and then type "compmgmt.msc" and strike return.
On the left-hand side click on "Storage" and then "Disk Management." Right-click on the disk that contains the e: drive (probably disk 1) and click on "Properties."
A new window will appear labeled "Local Disk (E:) Properties". Click on the tab labeled "Hardware." Select the first disk drive with the type "Disk drives". Click the button labeled "Properties." A new window will appear. Click the tab labeled "Policies."
Verify that the option labeled "Optimize for performance" is selected and click the "OK" button. Click "OK" again. It is now okay to go ahead and close the "Computer Management" application.
Disk defragmentation
Fragmentation can lead to a severe degradation in performance with virtual disks, because of the size of the files the virtual disks are stored in. VMware recommends running a defragmentation utility in order to reduce fragmentation. Microsoft Windows Server 2003 ships with a defragmentation tool, but there is a much better one available. Although not free, it is simply impossible to beat the O&O Defrag utility for keeping disks defragmented.
At the time of this writing O&O Defrag V8.5 Server is available for $219.00 for a single-user license. There is also an available 30-day trial. This is seriously, hands-down, no questions asked, the best defrag software that this author has ever used.
Part four will look at some security issues and go over installation of IIS.