Specifications

Table Of Contents
VMware Server Virtual Machine Guide
200 VMware, Inc.
to!the!domain.!You!need!to!know!the!user!ID!and!password!of!the!Administrator!on!the!
domain!controller.
NOTE Your!access!is!limited!to!shares!of!virtual!machines!that!are!on!the!same!NAT!
network!or!are!bridged!on!the!same!domain.
Sample Linux vmnetnat.conf File
The!following!is!a!sample!Linux!vmnetnat.conf!file.
# 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.
#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