RE: [Linux-sunucu] DHCP server kurulum problemi

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Ahmet Selman İnanç (selmaninanc@ihlas.net.tr)
Date: Wed 01 Jun 2005 - 15:11:30 EEST


Conf dosyanızın ikl satırına;

 

ddns-update-style none;

 

bunu yaın ve configurasyonlari onun altina yazip servicei bastan baslatin..

 

 

Selamlar

 

 

Ahmet Selman İNANÇ

IHLAS YAPI A.S.

System Support Specialist

 

Phone : +90 (212) 454 22 58

Fax : +90 (212) 454 45 60

e-mail : selmaninanc@ihlas.net.tr

  _____

From: linux-sunucu-bounces@liste.linux.org.tr
[mailto:linux-sunucu-bounces@liste.linux.org.tr] On Behalf Of Onur Canci
Sent: Wednesday, June 01, 2005 3:07 PM
To: Linux Sunucu
Subject: [Linux-sunucu] DHCP server kurulum problemi

 

10 bilgisayarlı bir ağa hizmet verecek bir DHCP sunucusu kurmak istiyorum.

bunun için makinelerden birine fedora core3 kurdum.

fedora ile gelen dhcp sunucusuna basitçe şöyle bir config dosyası yazdım ve
sunucuyu çalıştırmak istedim ancak sürekli şöyle bir hatayla karşılaşıyorum:

 

config dosyam :

--------------------------------------------

# domain
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.254;
option domain-name-servers 192.168.1.1, 192.168.1.2;
option domain-name "domain";
 
subnet 192.168.1.0 netmask 255.255.255.0 {
   range 192.168.1.10 192.168.1.100;
   range 192.168.1.150 192.168.1.200;
}
-------------------------
 
programın verdiği hata:
-------------------------
You must add a ddns-update-style statement to /etc/dhcpd.conf.

   To get the same behaviour as in
3.0b2pl11 and previous

   versions, add a line that says "ddns-update-style ad-hoc;"

   Please read the dhcpd.conf manual page for more information. **

-------------------------
 
yardımcı olursanınz sevinirim.

--
M. ONUR CANCI

_______________________________________________
Linux-sunucu mailing list
Linux-sunucu@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-sunucu


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.