Il 26/09/2011 18:21, qzertywsx ha scritto:
> Per tftp non sembrano esserci errori nei log, ma ancora non l'ho provato...
> Per isc-dhcp-server ancora non sono riuscito a creare un file di
> configurazione funzionante...

se può esserti utile questo è il file di conf del mio server dhcp, vedi
di addattarlo, è funzionante.
al massimo posta il tuo.


#ddns-update-style interim
#ignore client-updates

subnet 192.168.100.0 netmask 255.255.255.0 {
        range 192.168.100.101 192.168.100.254;
        default-lease-time 86400;
        max-lease-time 86400;
        option routers 192.168.100.1;
        option ip-forwarding off;
        option broadcast-address 192.168.100.255;
        option subnet-mask 255.255.255.0;
        #option ntp-servers 192.168.1.100;
        option domain-name-servers 192.168.100.1;
        option domain-name local;
        option netbios-name-servers 192.168.100.1;
        option netbios-node-type 8;
        option routers 192.168.100.1;


   # You can also assign specific IP addresses based on the clients'
   # ethernet MAC address as follows (Host's name is "laser-printer"):

 # host laser-printer {
 #   hardware ethernet 08:00:2b:4c:59:23;
 #   fixed-address 192.168.1.222;
 # }


-- 
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]
Archive: http://lists.debian.org/[email protected]

Rispondere a