![]() |
|
|
google unix.com
|
|||||||
| Fóruns | Registar | Fórum Regimento | Ligações | Álbuns | FAQ | Lista deputados | Calendário | Pesquisa | Today's Posts | Mark Forums Read |
| UNIX para Dummies Perguntas & Respostas Se não tiver certeza de onde se pode postar uma pergunta Unix ou Linux, postá-lo aqui. Todos os UNIX e Linux novatos bem vindos! |
Mais UNIX e Linux Fórum Tópicos Você pode achar Helpfull
|
||||
| Fio | Thread Starter | Fórum | Respostas | Última postagem |
| Dhcp | NJay | UNIX para Dummies Perguntas & Respostas | 2 | 06-29-2004 09:37 |
| DHCP e DNS | meyersp | IP Networking | 3 | 11-21-2003 05:02 |
| Problema DHCP | tony3101 | UNIX para Dummies Perguntas & Respostas | 5 | 11-12-2002 12:43 |
| Dhcp | aojmoj | UNIX para Dummies Perguntas & Respostas | 6 | 09-23-2002 02:03 |
| Dhcp | jdevarie | IP Networking | 1 | 07-11-2001 01:29 |
![]() |
|
|
Linkback | Thread Tools | Pesquisar este Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Problema DHCP
OS RHEL 5/1 Após editar config arquivo, daemon dhcpd não é executado (( / etc / dhcpd.conf: Código:
ddns-update-style none;
option domain-name "whitehouse.gov";
option domain-name-servers 10.0.0.1;
option ntp-servers 10.0.0.2;
default-lease-time 21600;
max-lease-time 43200;
subnet 10.0.0.0 netmask 255.255.252.0
{
option routers 10.0.0.254;
option subnet-mask 255.255.252.0;
range dynamic-bootp 10.0.0.5 10.0.0.253
host president {
hardware ethernet 00:02:B3:D8:24:47;
fixed-address 10.0.0.99;
}
}
Código:
# touch /var/lib/dhcpd/dhcpd.leases # /etc/init.d/dhcpd start Starting dhcpd: [FAILED] # tail -n 26 /var/log/messages Mar 19 11:23:25 rhce dhcpd: Internet Systems Consortium DHCP Server V3.0.5-RedHat Mar 19 11:23:25 rhce dhcpd: Copyright 2004-2006 Internet Systems Consortium. Mar 19 11:23:25 rhce dhcpd: All rights reserved. Mar 19 11:23:25 rhce dhcpd: For info, please visit http://www.isc.org/sw/dhcp/ Mar 19 11:23:25 rhce dhcpd: /etc/dhcpd.conf line 14: semicolon expected. Mar 19 11:23:25 rhce dhcpd: host Mar 19 11:23:25 rhce dhcpd: ^ Mar 19 11:23:25 rhce dhcpd: Configuration file errors encountered -- exiting ... ... Mar 19 11:23:26 rhce dhcpd: exiting. Mar 19 11:23:26 rhce dhcpd: dhcpd startup failed Ajudem-me por favor resolver este problema: ( |
|
||||
|
Citação:
Código:
range dynamic-bootp 10.0.0.5 10.0.0.253 |
![]() |
| Marcadores |
| Thread Tools | Pesquisar este Thread |
| Display Modes | Esta taxa Thread |
|
|