Subversion Repositories configs

Rev

Rev 42 | Details | Compare with Previous | Last modification | View Log | RSS feed

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