Eines de l'usuari

Eines del lloc


informatica:implementacioubuntu:ltsp6

/etc/ltsp/dhcpd.conf

#
# Default LTSP dhcpd.conf config file.
#

authoritative;

subnet 192.168.10.0 netmask 255.255.255.0 {
#    range 192.168.10.201 192.168.10.210;
    option domain-name "intracentre";
    option domain-name-servers 192.168.0.1;
    option broadcast-address 192.168.10.255;
    option routers 192.168.10.7;
#    next-server 192.168.0.8;
#    get-lease-hostnames true;
    option subnet-mask 255.255.255.0;
    option root-path "/opt/ltsp/i386";
    if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
        filename "/ltsp/i386/pxelinux.0";
    } else {
        filename "/ltsp/i386/nbi.img";
    }
}
###
# Aula d'informàtica de la primera planta
###
host aula1 {
	hardware ethernet 00:0b:cd:48:09:47;
	fixed-address 192.168.10.101;
}
host aula2 {
	hardware ethernet 00:0b:cd:dd:85:c8;
	fixed-address 192.168.10.102;
}
host aula3 {
	hardware ethernet 00:0b:cd:66:aa:dc;
	fixed-address 192.168.10.103;
}
host aula4 {
	hardware ethernet 00:0b:cd:63:eb:83;
	fixed-address 192.168.10.104;
}
host aula5 {
	hardware ethernet 00:0b:cd:c3:3a:cb;
	fixed-address 192.168.10.105;
}
host aula6 {
	hardware ethernet 00:0b:cd:a0:0c:6f;
	fixed-address 192.168.10.106;
}
host aula7 {
	hardware ethernet 00:0b:cd:64:a0:ce;
	fixed-address 192.168.10.107;
}
host aula8 {
	hardware ethernet 00:0b:cd:e0:ee:82;
	fixed-address 192.168.10.108;
}
host aula9 {
	hardware ethernet 00:0b:cd:63:37:a9;
	fixed-address 192.168.10.109;
}
host aula10 {
	hardware ethernet 00:0b:cd:c3:3a:d0;
	fixed-address 192.168.10.110;
}
host aula11 {
	hardware ethernet 00:0b:cd:49:fd:78;
	fixed-address 192.168.10.111;
}
host aula12 {
	hardware ethernet 00:0b:cd:c3:3a:d1;
	fixed-address 192.168.10.112;
}
host aula13 {
	hardware ethernet 00:0b:cd:63:11:b2;
	fixed-address 192.168.10.113;
}
host aula14 {
	hardware ethernet 00:0b:cd:64:cf:54;
	fixed-address 192.168.10.114;
}




Inici de l'Espai | Menú de Documents | Servidors LTSP | Implementació de LINUX/UBUNTU

informatica/implementacioubuntu/ltsp6.txt · Darrera modificació: 2019/11/24 23:34 (edició externa)