Subversion Repositories configs

Rev

Rev 204 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# Configuration file for ISC 2.0 vmnet-dhcpd operating on vmnet1.
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 172.16.28.0 netmask 255.255.255.0 {
27
	range 172.16.28.128 172.16.28.254;
28
	option broadcast-address 172.16.28.255;
29
	option domain-name-servers 172.16.28.1;
30
	option domain-name localdomain;
31
	default-lease-time 1800;                # default is 30 minutes
32
	max-lease-time 7200;                    # default is 2 hours
33
}
34
host vmnet1 {
35
	hardware ethernet 00:50:56:C0:00:01;
36
	fixed-address 172.16.28.1;
37
	option domain-name-servers 0.0.0.0;
38
	option domain-name "";
39
}
40
####### VMNET DHCP Configuration. End of "DO NOT MODIFY SECTION" #######