![]() |
|
|
google unix.com
|
|||||||
| Forum | Registrati | Regole Forum | Collegamenti | Album | FAQ | Members List | Calendario | Ricerca | Today's Posts | Mark Forums Read |
| UNIX for Dummies Domande & Risposte Se non sei sicuro dove pubblicare un UNIX o Linux domanda, posta da qui. Tutti i neofiti di Linux e UNIX benvenuto! |
Più di UNIX e Linux Forum Argomenti potreste trovare utili
|
||||
| Filo | Thread Starter | Forum | Risposte | Ultimo Post |
| Dhcp | NJay | UNIX for Dummies Domande & Risposte | 2 | 06-29-2004 09:37 AM |
| DHCP e DNS | meyersp | Reti IP | 3 | 11-21-2003 05:02 PM |
| Problema DHCP | tony3101 | UNIX for Dummies Domande & Risposte | 5 | 11-12-2002 12:43 AM |
| Dhcp | aojmoj | UNIX for Dummies Domande & Risposte | 6 | 09-23-2002 02:03 PM |
| Dhcp | jdevarie | Reti IP | 1 | 07-11-2001 01:29 AM |
|
|
LinkBack | Thread Tools | Cerca in questo Thread | Rate Thread | Modalità di visualizzazione |
|
||||
|
Problema DHCP
OS RHEL 5,1 Dopo la modifica dei file di configurazione, demone dhcpd non funziona (( / etc / dhcpd.conf: Codice:
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;
}
}
Codice:
# 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 Help me please risolvere questo problema: ( |
| Segnalibri |
| Thread Tools | Cerca in questo Thread |
| Modalità di visualizzazione | Vota questo thread |
|
|