Serveur LTSP sous ubuntu 9.04
Résolu/Fermé
meehdi8
Messages postés
150
Date d'inscription
mardi 22 avril 2008
Statut
Membre
Dernière intervention
12 octobre 2009
-
7 sept. 2009 à 13:26
meehdi8 Messages postés 150 Date d'inscription mardi 22 avril 2008 Statut Membre Dernière intervention 12 octobre 2009 - 8 sept. 2009 à 15:52
meehdi8 Messages postés 150 Date d'inscription mardi 22 avril 2008 Statut Membre Dernière intervention 12 octobre 2009 - 8 sept. 2009 à 15:52
A voir également:
- Serveur LTSP sous ubuntu 9.04
- Ubuntu iso - Télécharger - Systèmes d'exploitation
- Ubuntu 32 bits - Télécharger - Systèmes d'exploitation
- Serveur pop - Guide
- Changer serveur dns - Guide
- Ubuntu 24.04 - Guide
1 réponse
meehdi8
Messages postés
150
Date d'inscription
mardi 22 avril 2008
Statut
Membre
Dernière intervention
12 octobre 2009
26
8 sept. 2009 à 15:52
8 sept. 2009 à 15:52
#
# Default LTSP dhcpd.conf config file.
#
authoritative;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.20 192.168.1.250;
option domain-name "*";
option domain-name-servers 192.168.1.10;
option broadcast-address 192.168.1.255;
option routers 192.168.1.10;
next-server 192.168.1.10;
get-lease-hostnames true;
option subnet-mask 255.255.255.0;
option root-path "/opt/ltsp/amd64";
if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
filename "/ltsp/amd64/pxelinux.0";
} else {
filename "/ltsp/amd64/initrd.img";
}
}
# Default LTSP dhcpd.conf config file.
#
authoritative;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.20 192.168.1.250;
option domain-name "*";
option domain-name-servers 192.168.1.10;
option broadcast-address 192.168.1.255;
option routers 192.168.1.10;
next-server 192.168.1.10;
get-lease-hostnames true;
option subnet-mask 255.255.255.0;
option root-path "/opt/ltsp/amd64";
if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
filename "/ltsp/amd64/pxelinux.0";
} else {
filename "/ltsp/amd64/initrd.img";
}
}