Marco Bertorello ci scrisse il giorno 28/05/2009 15:59:

> Ho una rete con due server DHCP, uno per la rete "normale" e uno per 3
> macchine specifiche (LTSP).

(a parte la domanda ovvia: perché due server dhcp?)

> Il DHCP del server LTSP è configurato per fornire un IP specifico solo
> alle 3 macchine  in questione, basandosi sul MAC Address.

Potresti creare in /etc/dhcp3/dhcpd.conf una classe a cui NON assegnare
gli indirizzi.

(esempio incompleto)

class "MySpecial" {
   match if ( substring(hardware,1,3) = 00:01:e6 ) or
            ( substring(hardware,1,3) = 00:60:b0 ) or
            ( substring(hardware,1,3) = 00:10:83);
}

pool
   {
    deny members of "MySpecial";
    range 192.168.1.1 192.168.1.99;
   }
-- 
Vincenzo Villa
ISS Alessandro Greppi - Monticello Brianza - LC
http://www.issgreppi.it


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[email protected] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [email protected]

To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Rispondere a