]> git.pld-linux.org Git - packages/VMware-server.git/blob - VMware-server-nat.conf
- add lost %dir, TODO, R:libsexy/libsexymm
[packages/VMware-server.git] / VMware-server-nat.conf
1 # Linux NAT configuration file
2 [host]
3 # NAT gateway address
4 ip = 192.168.76.2
5 netmask = 255.255.255.0
6 # or ip = 192.168.76.2/24
7
8 # enable configuration; disabled by default for security reasons
9 #configport = 33445
10
11 # VMnet device if not specified on command line
12 device = /dev/vmnet8
13
14 # Allow PORT/EPRT FTP commands (they need incoming TCP stream...)
15 activeFTP = 1
16
17 # Allows the source to have any OUI.  Turn this one if you change the OUI
18 # in the MAC address of your virtual machines.
19 #allowAnyOUI = 1
20
21 [udp]
22 # Timeout in seconds, 0 = no timeout, default = 60; real value might
23 # be up to 100% longer
24 timeout = 60
25
26 [incomingtcp]
27 # Use these with care - anyone can enter into your VM through these...
28
29 # FTP (both active and passive FTP is always enabled)
30 #      ftp localhost 8887
31 #8887 = 192.168.76.128:21
32
33 # WEB (make sure that if you are using named webhosting, names point to
34 #     your host, not to guest... And if you are forwarding port other
35 #     than 80 make sure that your server copes with mismatched port 
36 #     number in Host: header)
37 #      lynx http://localhost:8888
38 #8888 = 192.168.76.128:80
39
40 # SSH
41 #      ssh -p 8889 root@localhost
42 #8889 = 192.168.76.128:22
43
44 [incomingudp]
45 # UDP port forwarding example
46 #6000 = 192.168.76.128:6001
This page took 0.062364 seconds and 3 git commands to generate.