[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RiminiLUG-LTSP] Chiarimenti su DHCPD del server LTSP
Il venerdì 27 marzo 2009 12:54:20 Stefano Bianchi ha scritto:
> 5. option domain-name-servers 192.168.3.1;
> Domande:
> 1) Perchè alla riga 5 compare un 192.168.3.1 che di fatto nella mia
> rete non esiste? (Il server ha IP=192.168.3.254)
Perché si vede che precedentemente in fase di installazione o gli hai detto o
lui ha capito che l'ip del dns era 192.168.0.1.
tant'è che 192.168.0.254 non lo vedo da nessuna parte.
come era la riga orginale?
> Immagino che sia l'indirizzo del server DNS, lo posso cambiare con
> quello di Telecom?
> Forse in questo modo i client con Win98 riescono a navigare, cosa che
> attualmente non fanno
è l'indirizzo del dns, si, però di solito si mette un dns cacher interno
(potresti già averlo, prova a fare un netstat -lnu e vedi se compare qualcosa
in listening sulla porta 53)
> 6. option broadcast-address 192.168.3.255;
> 7. option routers 192.168.3.1;
> 2) A cosa serve la riga 7 ? Se vario la riga 5 devo cambiare anche questa ?
Si, è il default gateway.
devi mettere (guardacaso) l'ip del server (che nel tuo caso fa anche natting,
di solito.
> 3) Le righe 8 e 9 perchè sono commentate? A cosa servono?
> 8. # next-server 192.168.3.1;
next-server server-name;
The next-server statement is used to specify the host
address of the server from which the initial boot file
(specified in the filename statement) is to be loaded.
Server-name should be a numeric IP address or a domain
name. If no next-server parameter applies to a given
client, the DHCP server's IP address is used.
Praticamente se il tuo server tftp per l'immagine di pxe è diverso da l'ip del
dhcp puoi specificarlo qui.
> 9. # get-lease-hostnames true;
The get-lease-hostnames statement is used to tell dhcpd
whether or not to look up the domain name corresponding to
the IP address of each address in the lease pool and use
that address for the DHCP hostname option. If flag is
true, then this lookup is done for all addresses in the
current scope. By default, or if flag is false, no
lookups are done.
Fa il match ip->nome con il dns, di default è disabilitato.
comunque:
http://www.schapiro.org/schlomo/huji/linux/dhcpdtftpd/doc/dhcpd.conf.html
bye
d.