Changes between Version 35 and Version 36 of VmServer


Ignore:
Timestamp:
Jun 6, 2008, 1:42:20 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VmServer

    v35 v36  
    9595
    9696=== NAT ===
     97
    9798In this mode, the VM shares the IP address of the host machine in order to make outgoing connections
    9899(access Internet sites from within the VM).
    99100Scanning the network will only reveal one machine.
    100101
    101 Incoming connections from other machines (except the host machine) are, in principle, not possible.
    102 However, there is a way to circumvent this lack of incoming (to your server) connectivity and,
    103 thus, be able to receive connections from BOINC clients outside your network:
    104 port forwarding (not available with the free VMware player).
    105 This can be done using the VMware virtual network editor (Edit > Virtual Network Settings > NAT > Edit > Port Forwarding).
     102Incoming connections (except the host machine) are generally not possible.
     103However, this can be circumvented using port forwarding (not available with the free VMware player).
     104To do this, use the VMware virtual network editor (Edit > Virtual Network Settings > NAT > Edit > Port Forwarding).
    106105More information in [http://www.vmware.com/support/ws5/doc/ws_net.html Configuring a Virtual Network].
    107106On Windows, if NAT is to be used and not already set,
    108 you need to do the following to get network access in the VM:
     107do the following to get network access in the VM:
    109108{{{
    110109Start | Programs | VMware | VMware Server | Manage Virtual Networks
     
    116115}}}
    117116
     117=== SSH ===
    118118
     119The VMWare player provides only a 24x80 non-scrolling console window.
     120Once you have networking, it's much handier to SSH into the server.
     121To enable the SSH daemon:
     122{{{
     123su -c '/usr/sbin/sshd'
     124}}}
    119125== The 'compatibility' VM for building and testing apps == #compatibility
    120126