slt à tous,

j'ai monté un serveur dhcp (depuis fort longtemps) avec un tftp pour pouvoir 
faire des installs automatiques, et un ltsp (qui me pose qques prob, mais 
bon)

Voici ma conf dhcp

ddns-update-style interim;
ddns-updates on;
ignore client-updates;
update-static-leases on;

#utilisé pour que BIND soit mis à jour par dhcpd
include "/etc/rndc.key";

#Server Configuration

# for explanation in french go to : 
#http://www.delafond.org/traducmanfr/man/man5/dhcpd.conf.5.html
allow booting;
allow bootp;

# Your dhcpd server is master on your network !:authoritative sinon 
#anauthoritative
authoritative;

ddns-updates    on;
#allow  client-updates;
ignore client-updates; #on force la MAJ par le serveur DHCP
##a la place d eingore etait avant allow
update-static-leases on;
ddns-update-style interim;

shared-network "mynetwork" {

  subnet 192.168.1.0 netmask 255.255.255.0 {
  default-lease-time 28800;
  max-lease-time 86400;
allow unknown-clients;
include "/etc/rndc.key";
ddns-domainname         "nunuxperso.local.";
ddns-rev-domainname     "in-addr.arpa.";
ddns-update-style       interim;
ddns-updates on;
update-static-leases on;
ignore  client-updates;

option domain-name "nunuxperso.local.";
option domain-name-servers  192.168.1.100;
option subnet-mask 255.255.255.0;
option routers 192.168.1.100;
option smtp-server      smtp.free.fr;

next-server 192.168.1.100;

option root-path     "192.168.1.100:/opt/ltsp/i386";
filename             "/lts/pxelinux.0";

use-host-decl-names      on;
option log-servers       192.168.1.100;


    pool {
       range 192.168.1.129 192.168.1.196;
        filename             "/lts/pxelinux.0";

        }


host ws001 {                               #        <----- Fix this hostname
        hardware ethernet 00:03:47:B5:C0:84;
        fixed-address        192.168.1.1;         #        <-- Fix this IP
        filename             "/lts/pxelinux.0";
        option vendor-encapsulated-options
09:0f:80:00:0c:4e:65:74:77:6f:72:6b:20:62:6f:6f:74:0a:07:00:50:72:6f:6d:70:74:06:01:02:08:03:80:00:00:47:04:80:00:00:00:ff;

    }

###############################  FIN ######################################"

Le problème est que, aucu de mes clients, sauf l'host ws001 ne peuvent avoir 
le menu PXE... et pourtant, les autres clients, qui prennent l'ip 
entre .1.129 et .1.192 ont aussi les même options pourtant....

Je ne parvient pas à comprendre.

Merci de votre aide !!
et bon week end



____________________________________________________
Want to buy your Pack or Services from Mandriva? 
Go to http://store.mandriva.com
Join the Club : http://www.mandrivaclub.com
____________________________________________________

Répondre à