Subversion Repositories configs

Rev

Rev 42 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# VMware NAT configuration file
2
 
3
[host]
4
 
5
# NAT gateway address
6
ip = 172.16.73.2
7
netmask = 255.255.255.0
8
 
9
# VMnet device if not specified on command line
10
device = /dev/vmnet8
11
 
12
# Allow PORT/EPRT FTP commands (they need incoming TCP stream ...)
13
activeFTP = 1
14
 
15
# Allows the source to have any OUI.  Turn this on if you change the OUI
16
# in the MAC address of your virtual machines.
17
allowAnyOUI = 1
18
 
19
# Controls if (TCP) connections should be reset when the adapter they are
20
# bound to goes down
21
resetConnectionOnLinkDown = 1
22
 
23
# Controls if (TCP) connection should be reset when guest packet's destination
24
# is NAT's IP address
25
resetConnectionOnDestLocalHost = 1
26
 
27
[tcp]
28
 
29
# Value of timeout in TCP TIME_WAIT state, in seconds
30
timeWaitTimeout = 30
31
 
32
[udp]
33
 
34
# Timeout in seconds. Dynamically-created UDP mappings will purged if
35
# idle for this duration of time 0 = no timeout, default = 60; real
36
# value might be up to 100% longer
37
timeout = 60
38
 
39
[netbios]
40
# Timeout for NBNS queries.
41
nbnsTimeout = 2
42
 
43
# Number of retries for each NBNS query.
44
nbnsRetries = 3
45
 
46
# Timeout for NBDS queries.
47
nbdsTimeout = 3
48
 
49
[incomingtcp]
50
 
51
# Use these with care - anyone can enter into your VM through these...
52
# The format and example are as follows:
53
#<external port number> = <VM's IP address>:<VM's port number>
54
#8080 = 172.16.3.128:80
55
 
56
[incomingudp]
57
 
58
# UDP port forwarding example
59
#6000 = 172.16.3.0:6001
60