[Linux-sunucu] dhcp server

---------

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

From: Osman Ayhan (mefe@mefe.net)
Date: Thu 04 Aug 2005 - 21:59:11 EEST


selam

  firewall olan makinaya dhcp server kurdum
  ama nedense ip dagitmiyor makinalara ?

server-name "firewall";
        option time-servers 192.168.0.1;
        option domain-name "domain.com";
        default-lease-time 600;
        max-lease-time 7200;
        option subnet-mask 255.255.255.0;
        option broadcast-address 192.168.0.255;
        option routers 192.168.0.5;
        option netbios-name-servers 192.168.0.200;
        option domain-name-servers 192.168.0.200, 212.156.4.4;
        ddns-update-style none;

subnet 192.168.0.0 netmask 255.255.255.0 {
        range 192.168.0.100 192.168.0.180;
        }

 hiç bir yerde log da da yazmiyo hata ile ilgili

yardim.

_______________________________________________
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.