]> git.pld-linux.org Git - packages/VMware-workstation.git/commitdiff
- added
authorkolodko <kolodko@pld-linux.org>
Thu, 30 Sep 2004 21:44:59 +0000 (21:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VMware-workstation-dhcpd.conf -> 1.1
    VMware-workstation-nat.conf -> 1.1
    VMware-workstation.desktop -> 1.1

VMware-workstation-dhcpd.conf [new file with mode: 0644]
VMware-workstation-nat.conf [new file with mode: 0644]
VMware-workstation.desktop [new file with mode: 0644]

diff --git a/VMware-workstation-dhcpd.conf b/VMware-workstation-dhcpd.conf
new file mode 100644 (file)
index 0000000..914cbec
--- /dev/null
@@ -0,0 +1,11 @@
+allow unknown-clients;
+default-lease-time 1800;               # 30 minutes
+max-lease-time 7200;                   # 2 hours
+
+subnet 192.168.76.0 netmask 255.255.255.0 {
+    range 192.168.76.128 192.168.76.254;
+    option broadcast-address 192.168.76.255;
+    option domain-name-servers 192.168.76.2;
+    option domain-name "localdomain";
+    option routers 192.168.76.2;
+}
diff --git a/VMware-workstation-nat.conf b/VMware-workstation-nat.conf
new file mode 100644 (file)
index 0000000..0e65c51
--- /dev/null
@@ -0,0 +1,46 @@
+# Linux NAT configuration file
+[host]
+# NAT gateway address
+ip = 192.168.76.2
+netmask = 255.255.255.0
+# or ip = 192.168.76.2/24
+
+# enable configuration; disabled by default for security reasons
+#configport = 33445
+
+# VMnet device if not specified on command line
+device = /dev/vmnet8
+
+# Allow PORT/EPRT FTP commands (they need incoming TCP stream...)
+activeFTP = 1
+
+# Allows the source to have any OUI.  Turn this one if you change the OUI
+# in the MAC address of your virtual machines.
+#allowAnyOUI = 1
+
+[udp]
+# Timeout in seconds, 0 = no timeout, default = 60; real value might
+# be up to 100% longer
+timeout = 60
+
+[incomingtcp]
+# Use these with care - anyone can enter into your VM through these...
+
+# FTP (both active and passive FTP is always enabled)
+#      ftp localhost 8887
+#8887 = 192.168.76.128:21
+
+# WEB (make sure that if you are using named webhosting, names point to
+#     your host, not to guest... And if you are forwarding port other
+#     than 80 make sure that your server copes with mismatched port 
+#     number in Host: header)
+#      lynx http://localhost:8888
+#8888 = 192.168.76.128:80
+
+# SSH
+#      ssh -p 8889 root@localhost
+#8889 = 192.168.76.128:22
+
+[incomingudp]
+# UDP port forwarding example
+#6000 = 192.168.76.128:6001
diff --git a/VMware-workstation.desktop b/VMware-workstation.desktop
new file mode 100644 (file)
index 0000000..31e3653
--- /dev/null
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=VMware Workstation
+Type=Application
+Comment=VMware Workstation
+Comment[pl]=VMware Workstation
+Exec=vmware
+Icon=VMware-workstation.png
+Terminal=false
+Categories=Utility;Emulator;
+Encoding=UTF-8
+# vi: encoding=utf-8
This page took 0.077578 seconds and 4 git commands to generate.