Enviado em 02/04/2018 - 09:30h
Bom dia, não estou conseguindo fazer funcionar o servidor dhcp no centos7.
#
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd.conf.example
# see dhcpd.conf(5) man page
#
# pool1
subnet 192.168.0.0 netmask 255.255.255.0 {
option domain-name-servers 8.8.8.8 , 8.8.4.4;
option domain-name "saosepe.rs.leg.br";
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255
option routers 192.168.0.10;
range 192.168.0.10 192.168.0.100;
pool {
range 192.168.0.100-192.168.0.200;
allow "192.168.0.10-192.168.0.200;
}
}
zone dnspool. {
primary 8.8.8.8;
key ;
}