
Choosing and Installing Guest Operating Systems
123
4. When prompted, choose IDE CD-ROM.
5. Create a new boot partition. The guest operating system reboots. The
installation continues.
6. VMware ESX Server: Jump to step 7.
VMware Workstation and VMware GSX Server: To configure IP networking,
do one of the following:
• If you chose bridged networking for the virtual machine, enter its IP address.
When NetWare tries to load the LAN driver (using pcntnw.lan), it fails
because it broadcasts for its own IP address. This causes IP networking to fail.
To work around this, open the System Console (press Ctrl-Esc) and type
set allow ip address duplicates=on
Press Alt-Esc to return to the installation.
• If you chose host-only networking for the virtual machine, look up the host
machine's IP address.
At a command prompt on a Windows host, type
ipconfig /all
At a command prompt on a Linux host, type
ifconfig
Note the host’s IP address for VMnet1 and change the last octet so it is greater
than the last octet in the IP address of the host.
For example, if the host IP address is 192.168.160.1, then the virtual machine’s
IP address is 192.168.160.###, where ### is any number greater than 1 and less
than 128.
For the subnet mask, enter 255.255.255.0.
For the router gateway, enter the host’s IP address (192.168.160.1 in our
example).
• If you chose network address translation (NAT) for the virtual machine, look up
the host machine's IP address.
At a command prompt on a Windows host, type
ipconfig /all
At a command prompt on a Linux host, type
ifconfig
Kommentare zu diesen Handbüchern