Subversion Repositories configs

Rev

Rev 4 | Go to most recent revision | Details | Compare with Previous | 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
 
42 - 27
# Controls if enable nat ipv6
28
natIp6Enable = 0
29
 
30
# Controls if enable nat ipv6
31
natIp6Prefix = fd15:4ba5:5a2b:1008::/64
32
 
4 - 33
[tcp]
34
 
35
# Value of timeout in TCP TIME_WAIT state, in seconds
36
timeWaitTimeout = 30
37
 
38
[udp]
39
 
40
# Timeout in seconds. Dynamically-created UDP mappings will purged if
41
# idle for this duration of time 0 = no timeout, default = 60; real
42
# value might be up to 100% longer
43
timeout = 60
44
 
45
[netbios]
46
# Timeout for NBNS queries.
47
nbnsTimeout = 2
48
 
49
# Number of retries for each NBNS query.
50
nbnsRetries = 3
51
 
52
# Timeout for NBDS queries.
53
nbdsTimeout = 3
54
 
55
[incomingtcp]
56
 
57
# Use these with care - anyone can enter into your VM through these...
58
# The format and example are as follows:
59
#<external port number> = <VM's IP address>:<VM's port number>
60
#8080 = 172.16.3.128:80
61
 
62
[incomingudp]
63
 
64
# UDP port forwarding example
65
#6000 = 172.16.3.0:6001
66