3 # Sample configuration file for ISC dhcpd
6 # option definitions common to all supported networks...
7 option domain-name "example.org";
8 # option domain-name-servers ns1.example.org, ns2.example.org;
9 option domain-name-servers 61.177.7.1, 172.21.1.249;
10 ddns-update-style none;
14 default-lease-time 3600;
17 # If this DHCP server is the official DHCP server for the local
18 # network, the authoritative directive should be uncommented.
21 # Use this to send dhcp log messages to a different log file (you also
22 # have to hack syslog.conf to complete the redirection).
25 # No service will be given on this subnet, but declaring it helps the
26 # DHCP server to understand the network topology.
29 # This declaration allows BOOTP clients to get dynamic addresses,
30 # which we don't really recommend.
31 # A slightly different configuration for an internal subnet.
32 subnet 192.168.10.0 netmask 255.255.255.0 {
33 range 192.168.10.60 192.168.10.90;
34 option domain-name-servers 61.177.7.1, 172.21.1.249;
35 option domain-name "61.177.7.1";
36 option routers 192.168.10.1;
37 option broadcast-address 192.168.10.255;
38 default-lease-time 3600;
42 # Hosts which require special configuration options can be listed in
43 # host statements. If no address is specified, the address will be
44 # allocated dynamically (if possible), but the host-specific information
45 # will still come from the host declaration.
48 hardware ethernet 0:0:c0:5d:bd:95;
49 filename "vmunix.passacaglia";
50 server-name "toccata.fugue.com";
53 # Fixed IP addresses can also be specified for hosts. These addresses
54 # should not also be listed as being available for dynamic assignment.
55 # Hosts for which fixed IP addresses have been specified can boot using
56 # BOOTP or DHCP. Hosts for which no fixed address is specified can only
57 # be booted with DHCP, unless there is an address range on the subnet
58 # to which a BOOTP client is connected which has the dynamic-bootp flag
61 hardware ethernet 08:00:07:26:c0:a5;
62 fixed-address fantasia.fugue.com;
66 # filename "solos/flash.bin";
67 # filename "boot.bin";
68 # filename "arrow.bin";
69 filename "u-boot.bin";
70 # filename "dg834guv5.img";
71 # filename "u-boot.img";
74 hardware ethernet 00:c0:02:31:03:01;
75 fixed-address 192.168.10.90;
79 # next-server 192.168.1.11;
81 # tftp client hardware address
82 # hardware ethernet 00:c0:02:31:00:01;
83 # filename "flash.bin";