
Choosing and Installing Guest Operating Systems
127
1. Insert the Novell NetWare 6.0 CD in the CD-ROM drive.
2. Power on the virtual machine to start installing NetWare 6.0.
3. Read and accept the license agreement.
4. When prompted, choose IDE CD-ROM.
5. Create a new boot partition. The guest operating system reboots.
6. 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 this
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