Bonjour.
Décidement je dois rater quelque chose !
Voulant tout redemarrer de zero , nouvelle installation etc…
Me revoilà bloquer au meme point , voir meme avant .
Je vais résumer :
Un serveur kwartz avec la connexion internet 172.16.0.253 avec identification Ldap Ok.
Un serveur LTSP
Installation de debian 5.0.4 lenny Ok
Configuration pour pouvoir m’identifier avec un serveur Kwartz (ldap) Ok
J’install avec synaptic les paquet “ltsp-server-standalone” Ok
"education-thin-client-server" (nom qui differe d’ubuntu mais ca dois etre ca…)
ensuite
Ok
je configure
/etc/network/interfaces
[code]# This file describes the network interfaces available on your system
and how to activate them. For more information, see interfaces(5).
The loopback network interface
auto lo
iface lo inet loopback
The primary network interface
#allow-hotplug eth0
auto eth0
iface eth0 inet static
address 172.16.0.1
netmask 255.255.255.0
network 172.16.0.0
broadcast 172.16.0.255
gateway 172.16.0.253
## dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 172.16.0.253
dns-search clg.canivez
[/code]
/etc/ltsp/dhcpd.conf
[code]#
Default LTSP dhcpd.conf config file.
authoritative;
subnet 172.16.0.0
netmask 255.255.255.0 {
range 172.16.0.10 172.16.0.20;
option domain-name "clg.canivez;
option domain-name-servers 172.16.0.1;
option broadcast-address 172.16.0.255;
option routers 172.16.0.253;
next-server 172.16.0.1;
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";
}
}[/code]
/etc/default/dhcp3-server
[code]# Defaults for dhcp initscript
sourced by /etc/init.d/dhcp
installed at /etc/default/dhcp3-server by the maintainer scripts
This is a POSIX shell fragment
On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
Separate multiple interfaces with spaces, e.g. “eth0 eth1”.
INTERFACES=“eth0”[/code]
Ensuite je tape /etc/init.d/network/restart
Ok
Puis
[code]ltsp-serveur:~# /etc/init.d/dhcp3-server start
- Starting DHCP server dhcpd3 * check syslog for diagnostics.
[fail]
[/code]
Le fichier /vat/log/syslog
Apr 28 20:35:38 ltsp-serveur dhcpd: Internet Systems Consortium DHCP Server V3.1.1
Apr 28 20:35:38 ltsp-serveur dhcpd: Copyright 2004-2008 Internet Systems Consortium.
Apr 28 20:35:38 ltsp-serveur dhcpd: All rights reserved.
Apr 28 20:35:38 ltsp-serveur dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Apr 28 20:35:38 ltsp-serveur dhcpd: Not searching LDAP since ldap-server, ldap-port and ldap-base-dn were not specified in the config file
Apr 28 20:35:38 ltsp-serveur dhcpd: Internet Systems Consortium DHCP Server V3.1.1
Apr 28 20:35:38 ltsp-serveur dhcpd: Copyright 2004-2008 Internet Systems Consortium.
Apr 28 20:35:38 ltsp-serveur dhcpd: All rights reserved.
Apr 28 20:35:38 ltsp-serveur dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Apr 28 20:35:38 ltsp-serveur dhcpd: Wrote 0 leases to leases file.
Apr 28 20:35:38 ltsp-serveur dhcpd:
Apr 28 20:35:38 ltsp-serveur dhcpd: No subnet declaration for eth0 (172.16.0.1).
Apr 28 20:35:38 ltsp-serveur dhcpd: ** Ignoring requests on eth0. If this is not what
Apr 28 20:35:38 ltsp-serveur dhcpd: you want, please write a subnet declaration
Apr 28 20:35:38 ltsp-serveur dhcpd: in your dhcpd.conf file for the network segment
Apr 28 20:35:38 ltsp-serveur dhcpd: to which interface eth0 is attached. **
Apr 28 20:35:38 ltsp-serveur dhcpd:
Apr 28 20:35:38 ltsp-serveur dhcpd:
Apr 28 20:35:38 ltsp-serveur dhcpd: Not configured to listen on any interfaces!
Si vous arrivez a comprendre pourquoi ca marchait avec ubuntu et pas avec Debian , je vous en serez tres reconnaissant.