tu dois nommer l'interface entre ton serveur et ton
reseau local, apres dhcpd 

exemple : dhcpd eth1

sauf si l'interface est eth0.

Fabien

--- nixo <[EMAIL PROTECTED]> a �crit:
> salut a tous
> 
> je desire installer un serveur dhcp sur le serveur
> de mon reseau local pour
> diverses raisons
> 
> j'ai donc cree le fichier /etc/dhcpd.conf suivant  :
> 
> subnet 192.168.1.0 netmask 255.255.255.0 {
>       # default gateway
>       option routers 192.168.1.1;
>       option subnet-mask 255.255.255.0;
> 
>       option domain-name "lagrotte.eus";
>       option domain-name-servers 192.168.1.1;
> 
> 
>       range 192.168.1.10 192.168.1.50;
>       default-lease-time 86400;
>       max-lease-time 604800;
> 
>       # we want the nameserver to appear at a fixed
> address
>       host sli1 {
>               next-server sli1.lagrotte.eus;
>               hardware ethernet 00:20:18:B9:B6:EA;
>               fixed-address 192.168.1.1;
>       }
> }
> 
> 
> malheureusement au demarrage de dhcpd , il me dit :
> 
> [root@sli1 /root]# dhcpd start
> Internet Software Consortium DHCP Server V3.0b1pl12
> Copyright 1995, 1996, 1997, 1998, 1999 The Internet
> Software Consortium.
> All rights reserved.
>  
> Please contribute if you find this software useful.
> For info, please visit
> http://www.isc.org/dhcp-contrib.html
>  
> No subnet declaration for start (0.0.0.0).
> Please write a subnet declaration in your dhcpd.conf
> file for the
> network segment to which interface start is
> attached.
> exiting.    
> 
> voila ,
> 
> quelqu'un pourrait-il me donner un petit coup de
> main :o)
> 
> merci 
> 
> @+
> 
> nixo

=====


___________________________________________________________
Do You Yahoo!?
Achetez, vendez! � votre prix! Sur http://encheres.yahoo.fr

Répondre à