]> git.pld-linux.org Git - packages/VMware-server.git/commitdiff
- update
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 8 Apr 2008 05:33:22 +0000 (05:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VMware-server-dhcpd.conf -> 1.2
    VMware-server-nat.conf -> 1.2

VMware-server-dhcpd.conf
VMware-server-nat.conf

index 914cbecb6629401360e3e4d0fa1ba4ff78ee5777..f9f008b28332f6bbde9811976790603e810d2d71 100644 (file)
@@ -1,11 +1,18 @@
+#
+# Configuration file for ISC 2.0b6pl1 vmnet-dhcpd operating on vmnet8.
+#
+# We set domain-name-servers to make some DHCP clients happy
+# (dhclient as configued in SuSE, TurboLinux, etc.).
+# We also supply a domain name to make pump (Red Hat 6.x) happy.
+#
 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;
+subnet 172.16.98.0 netmask 255.255.255.0 {
+    range 172.16.98.128 172.16.98.254;
+    option broadcast-address 172.16.98.255;
+    option domain-name-servers 172.16.98.2;
     option domain-name "localdomain";
-    option routers 192.168.76.2;
+    option routers 172.16.98.2;
 }
index 0e65c5189bba9b789fa113d5b8282ddd3afbcaf8..3ec84b7627e1da5d08779e9c716cf7b0695955b7 100644 (file)
@@ -1,9 +1,9 @@
 # Linux NAT configuration file
 [host]
 # NAT gateway address
-ip = 192.168.76.2
+ip = 172.16.98.2
 netmask = 255.255.255.0
-# or ip = 192.168.76.2/24
+# or ip = 172.16.98.2/24
 
 # enable configuration; disabled by default for security reasons
 #configport = 33445
@@ -28,19 +28,19 @@ timeout = 60
 
 # FTP (both active and passive FTP is always enabled)
 #      ftp localhost 8887
-#8887 = 192.168.76.128:21
+#8887 = 172.16.98.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
+#8888 = 172.16.98.128:80
 
 # SSH
 #      ssh -p 8889 root@localhost
-#8889 = 192.168.76.128:22
+#8889 = 172.16.98.128:22
 
 [incomingudp]
 # UDP port forwarding example
-#6000 = 192.168.76.128:6001
+#6000 = 172.16.98.128:6001
This page took 0.036003 seconds and 4 git commands to generate.