
		jorgerabello
		
		(usa Ubuntu)
		
		Enviado em 16/12/2015 - 15:49h 
		Boa tarde senhores.
Estou tentando configurar um servidor dhcp no CentOS 7.0.
Mas ao iniciar o serviço recebo um erro: "Falha de Segmentação"
Ao olhar em /var/log/messages obtive o seguinte:
Dec 16 15:40:39 firewallhost kernet: dhcpd[12239]: segfault at 0 ip (null) sp 00007ffdd8c5a698 error 14.
Segue em anexo meu dhcpd.conf
----------------------------------------------------------------------------------------------------------------
subnet 10.0.0.0 netmask 255.0.0.0 {
 range 10.0.0.1 10.255.255.254;
 option domain-name-server 8.8.8.8, 10.0.0.1;
 option domain-name teste132.sp.br;
 option routers 10.0.0.1;
 option broadcast-address 10.255.255.255;
 default-lease-time 600;
 max-lease-time 7200;
}
----------------------------------------------------------------------------------------------------------------
O que posso estar fazendo de errado ?
OBS: Configurando em uma classe C 192.168.0.1/24 por exemplo funciona normal.
Valeu !!!