]> git.ipfire.org Git - thirdparty/dhcp.git/blob - keama/tests/samples/vmnet8.conf
[#64,!35] Restored work
[thirdparty/dhcp.git] / keama / tests / samples / vmnet8.conf
1 # Configuration file for ISC 2.0 vmnet-dhcpd operating on vmnet8.
2 #
3 # This file was automatically generated by the VMware configuration program.
4 # See Instructions below if you want to modify it.
5 #
6 # We set domain-name-servers to make some DHCP clients happy
7 # (dhclient as configured in SuSE, TurboLinux, etc.).
8 # We also supply a domain name to make pump (Red Hat 6.x) happy.
9 #
10
11
12 ###### VMNET DHCP Configuration. Start of "DO NOT MODIFY SECTION" #####
13 # Modification Instructions: This section of the configuration file contains
14 # information generated by the configuration program. Do not modify this
15 # section.
16 # You are free to modify everything else. Also, this section must start
17 # on a new line
18 # This file will get backed up with a different name in the same directory
19 # if this section is edited and you try to configure DHCP again.
20
21 # Written at: 04/12/2017 14:00:17
22 allow unknown-clients;
23 default-lease-time 1800; # default is 30 minutes
24 max-lease-time 7200; # default is 2 hours
25
26 subnet 172.16.254.0 netmask 255.255.255.0 {
27 range 172.16.254.128 172.16.254.254;
28 option broadcast-address 172.16.254.255;
29 option domain-name-servers 172.16.254.2;
30 option domain-name localdomain;
31 default-lease-time 1800; # default is 30 minutes
32 max-lease-time 7200; # default is 2 hours
33 option netbios-name-servers 172.16.254.2;
34 option routers 172.16.254.2;
35 }
36 host vmnet8 {
37 hardware ethernet 00:50:56:C0:00:08;
38 fixed-address 172.16.254.1;
39 option domain-name-servers 0.0.0.0;
40 # option domain-name "";
41 option routers 0.0.0.0;
42 }
43 ####### VMNET DHCP Configuration. End of "DO NOT MODIFY SECTION" #######