2.0

Table Of Contents
VMware Server User’s Guide
258 VMware, Inc.
#allowAnyOUI = 1
[udp]
# Timeout in seconds, 0 = no timeout, default = 60; real value might
# be up to 100% longer
timeout = 30
[incomingtcp]
# Use these with care - anyone can enter into your virtual machine through
# these...
# FTP (both active and passive FTP is always enabled)
# ftp localhost 8887
#8887 = 192.168.27.128:21
# WEB (make sure that if you are using named webhosting, names point to
# your host, not to guest... And if you are forwarding port other
# than 80 make sure that your server copes with mismatched port
# number in Host: header)
# lynx http://localhost:8888
#8888 = 192.168.27.128:80
# SSH
# ssh -p 8889 root@localhost
#8889 = 192.168.27.128:22
[incomingudp]
# UDP port forwarding example
#6000 = 192.168.27.128:6001
Using Samba for File Sharing on a Linux Host
OnaLinuxhostcomputer,VMwareServercanautomaticallyinstallandconfigurea
SambaservertoactasafileserverforMicrosoftWindowsguestoperatingsystems.
YoucanthenuseWindowsExplorerinthevirtualmachinetomoveandcopyfiles
betweenvirtualmachineandhostorbetweenvirtual
machinesonthesamenetwork
justasyouwouldwithfilesonphysicalcomputersthatshareanetworkconnection.
ThelightlymodifiedSambaserverinstalledbyVMwareServerrunsoverthe
VMware ServervirtualEthernet,andtheSambatrafficbetweendifferentoperating
systemsisisolatedfromactuallocalareanetworks.
The
sourcecodedifferencesforthechanges(indiffformatandbasedonSamba2.0.6)
areavailablefromVMware.Formoreinformation,see
www.vmware.com/download/open_sources.html.