Changes between Version 35 and Version 36 of VmServer
- Timestamp:
- Jun 6, 2008, 1:42:20 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VmServer
v35 v36 95 95 96 96 === NAT === 97 97 98 In this mode, the VM shares the IP address of the host machine in order to make outgoing connections 98 99 (access Internet sites from within the VM). 99 100 Scanning the network will only reveal one machine. 100 101 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). 102 Incoming connections (except the host machine) are generally not possible. 103 However, this can be circumvented using port forwarding (not available with the free VMware player). 104 To do this, use the VMware virtual network editor (Edit > Virtual Network Settings > NAT > Edit > Port Forwarding). 106 105 More information in [http://www.vmware.com/support/ws5/doc/ws_net.html Configuring a Virtual Network]. 107 106 On Windows, if NAT is to be used and not already set, 108 you need todo the following to get network access in the VM:107 do the following to get network access in the VM: 109 108 {{{ 110 109 Start | Programs | VMware | VMware Server | Manage Virtual Networks … … 116 115 }}} 117 116 117 === SSH === 118 118 119 The VMWare player provides only a 24x80 non-scrolling console window. 120 Once you have networking, it's much handier to SSH into the server. 121 To enable the SSH daemon: 122 {{{ 123 su -c '/usr/sbin/sshd' 124 }}} 119 125 == The 'compatibility' VM for building and testing apps == #compatibility 120 126