2.0

Table Of Contents
VMware, Inc. 257
Chapter 11 Configuring a Virtual Network
3InthePropertiesdialogbox,selectInternetProtocol(TCP/IP),andclick
Properties.
4IntheTCP/IPPropertiesdialogbox,clickAdvanced.
5ClicktheWINStab,andclickAdd.
6IntheTCP/IPWINSServerdialogbox,entertheIPaddressfortheWINSserverin
theWINSserverfield,andclick
OK.TheIPaddressoftheWINSserverappears
intheWINSaddresseslistontheWINStab.
Repeatsteps5and6foreachWINSservertowhichyouwanttoconnectfromthis
virtualmachine.
7ClickOKtwice,andclickClose.
NowthatthevirtualmachinehasanIP
addressforaWINSserver,youuseNetLogon
inthevirtualmachinetologontoadomainandaccesssharesinthatdomain.
Forexample,iftheWINSservercoversadomainwithadomaincontroller,itispossible
toaccessthatdomaincontrollerfromthevirtualmachineandadd
thevirtualmachine
tothedomain.YouneedtoknowtheuserIDandpasswordoftheAdministratoronthe
domaincontroller.
Sample Linux vmnetnat.conf File
ThefollowingisasampleLinuxvmnetnat.conffile.
# Linux NAT configuration file
[host]
# NAT gateway address
ip = 192.168.237.2/24
hostMAC = 00:50:56:C0:00:08
# enable configuration; disabled by default for security reasons
#configport = 33445
# VMnet device if not specified on command line
device = VMnet8
# Allow PORT/EPRT FTP commands (they need incoming TCP stream...)
activeFTP = 1
# Allows the source to have any OUI. Enable this if you change the OUI
# in the MAC address of your virtual machines.
NOTEYouraccessislimitedtosharesofvirtualmachinesthatareonthesameNAT
networkorarebridgedonthesamedomain.