Specifications

www.vmware.com
286
VMware GSX Server Virtual Machine Guide
in the smb.conf file. You can define the interface parameter so your Samba
server serves multiple interfaces. An example of this is:
interface = eth0 vmnet1
This example tells the Samba server that it is to listen to and use both the eth0 and
vmnet1 interfaces — the interfaces used by bridged and host-only networking,
respectively.
Using GSX Server’s Samba with an Existing Installation
It may also be possible to run both your existing Samba server and the GSX Server
Samba server at the same time. In order to do this, your current Samba server must be
version 2.0.6 or higher and must be configured correctly. However, this approach is
not recommended.
To determine the version of your Samba server, run
smbd -V
If you want to try running both Samba servers at the same time, use this sample
smb.conf file as a basis for configuring the regular Samba server on your host
computer.
Sample smb.conf for Running Two Samba Servers at the Same Time
; This file is the recommended smb.conf file for your
; normal Samba server if you want to run it concurrently
; (which we don't advise) with the VMware Samba server.
;
; Your normal samba server should be at least v 2.0.6
;
; Note that you will need to insert specific information
; for your system at several points indicated in the file
; by <text in angle brackets>.
;
; --------------
;
; Larmor samba server configuration
;
; Global settings
[global]
;
; Identity
;
; Allow several Samba servers on the same machine
interfaces = <your real subnet>/<your real netmask>
bind interfaces only = yes
; Workgroup the host belongs to
workgroup = VMware
; SMB name of the host (the hostname by default)
netbios name = <your Windows name>
; Description of the host
server string = Linux running Samba 2.0.6
;