192 |
- |
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 |
|
209 |
- |
21 |
# Written at: 04/17/2022 06:58:06
|
192 |
- |
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 192.168.218.0 netmask 255.255.255.0 {
|
|
|
27 |
range 192.168.218.128 192.168.218.254;
|
|
|
28 |
option broadcast-address 192.168.218.255;
|
|
|
29 |
option domain-name-servers 192.168.218.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 192.168.218.2;
|
|
|
34 |
option routers 192.168.218.2;
|
|
|
35 |
}
|
|
|
36 |
host vmnet8 {
|
|
|
37 |
hardware ethernet 00:50:56:C0:00:08;
|
|
|
38 |
fixed-address 192.168.218.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" #######
|