Вторник (03/29/16)

10:45:53
$fg
# Hosts which require special configuration options can be listed in
# host statements.   If no address is specified, the address will be
# allocated dynamically (if possible), but the host-specific information
# will still come from the host declaration.
#host passacaglia {
#  hardware ethernet 0:0:c0:5d:bd:95;
#  filename "vmuni{.passacaglia";
#  server-name "toccata.fugue.com";
#}
                                                              69,2          54%
option domain-name "uni
option domain-name-servers ns1.example.org, ns2.example.org;
default-lease-time 600;
max-lease-time 7200;
# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
#authoritative;
# Use this to send dhcp log messages to a different log file (you also
subnet 192.168.80.0 netmask 255.255.255.0 {
  range 192.168.80.200 192.168.80.250;
  option routers 192.168.80.1;
}
                                          {
# This declaration allows BOOTP clients to get dynamic addresses,
# which we don't really recommend.
}
#subnet 10.254.239.32 netmask 255.255.255.224 {
#  range dynamic-bootp 10.254.239.40 10.254.239.60;
"/etc/dhcp/dhcpd.conf" 107L, 3447C written