Subversion Repositories configs

Rev

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

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