[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

server dhcpd



witam wszystkich
 mam pewien problem z serverem dhcpd
dodalem do niego jeden wpis i teraz nie chce mi sie uruchomic serwer ;/
nie wiem zupelnie dlaczego
komunikat o bledach jaki dostaje to :


Internet Software Consortium DHCP Server V3.0pl2
Copyright 1995-2003 Internet Software Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 0 leases to leases file.

No subnet declaration for start (0.0.0.0).
** Ignoring requests on start.  If this is not what
   you want, please write a subnet declaration
   in your dhcpd.conf file for the network segment
   to which interface start is attached. **


Not configured to listen on any interfaces!

If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.

If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the dhcp-server@isc.org
mailing list, please read the section on the README about
submitting bug reports and requests for help.

Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.

exiting.

a w zalaczeniu przesylam plik konfiguracyjny
wielkie dzieki za jakas pomoc bo nie wiem co jest nie tak ;d
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

            Łukasz Wójcik
     Krakowskie Pogotowie Ratunkowe
         Kraków, ul. Łazarza 14
   tel/fax (012) 42-44-200, 42-44-300

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
ddns-update-style ad-hoc;
subnet 192.168.0.0 netmask 255.255.255.0 {
# --- default gateway
option routers			192.168.0.1;
option subnet-mask		255.255.255.0;

# option nis-domain		"domain.org";
option domain-name		"kpr.med.pl";
option domain-name-servers	192.168.0.1;
# option domain-name-servers	217.96.88.14;
# option time-offset		-5;	# Eastern Standard Time
option time-offset		1;	# Warszawa
# option ntp-servers		192.168.1.1;
# option netbios-name-servers	192.168.1.1;
# --- Selects point-to-point node (default is hybrid). Don't change this unless
# -- you understand Netbios very well
# option netbios-node-type 2;

range dynamic-bootp 192.168.0.210 192.168.0.220;
default-lease-time 259200;
max-lease-time 345600;

# we want the nameserver to appear at a fixed address
host wojcikl {
	hardware ethernet 00:50:04:bb:03:98;
	fixed-address 192.168.0.10;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host bartgra {
	hardware ethernet 00:c0:df:f5:a5:da;
	fixed-address 192.168.0.11;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host cecwies {
	hardware ethernet 00:50:04:ba:c9:b0;
	fixed-address 192.168.0.12;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host wykaraf {
	hardware ethernet 00:50:04:bb:03:a1;
	fixed-address 192.168.0.13;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host kadtoma {
	hardware ethernet 00:20:ed:4d:9a:45;
	fixed-address 192.168.0.14;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host buchedy {
	hardware ethernet 00:50:da:76:7f:11;
	fixed-address 192.168.0.15;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host radwgra {
	hardware ethernet 00:30:4f:13:3a:9a;
	fixed-address 192.168.0.16;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host urbanik {
	hardware ethernet 00:20:18:55:7a:96;
	fixed-address 192.168.0.17;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host ter {
	hardware ethernet 00:30:4f:29:59:ea;
	fixed-address 192.168.0.41;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host marlica {
	hardware ethernet 00:ed:7d:79:7b:de;
	fixed-address 192.168.0.18;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host ciembor {
	hardware ethernet 00:00:b4:5a:c8:a5;
	fixed-address 192.168.0.19;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host wojcikh {
	hardware ethernet 00:30:4f:13:39:51;
	fixed-address 192.168.0.20;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host ryndakb {
	hardware ethernet 00:20:18:55:72:bc;
	fixed-address 192.168.0.21;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host wapienn {
	hardware ethernet 00:20:ed:4d:9a:47;
	fixed-address 192.168.0.22;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host kadulam {
	hardware ethernet 00:20:18:54:92:6c;
	fixed-address 192.168.0.23;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host gniadek {
	hardware ethernet 00:50:04:bb:02:ff;
	fixed-address 192.168.0.24;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host swigost {
	hardware ethernet 00:50:04:ba:c9:ed;
	fixed-address 192.168.0.25;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host krawczd {
	hardware ethernet 00:50:da:76:7e:cf;
	fixed-address 192.168.0.26;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host ozogmar {
	hardware ethernet 00:30:4f:25:42:2b;
	fixed-address 192.168.0.27;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host gibakry {
	hardware ethernet 00:29:18:55:7a:57;
	fixed-address 192.168.0.28;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host twardos {
	hardware ethernet 00:30:4f:19:ab:bd;
	fixed-address 192.168.0.29;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host goralcz {
	hardware ethernet 00:20:18:55:7a:5c;
	fixed-address 192.168.0.30;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host gladysz {
	hardware ethernet 00:50:04:ba:c9:96;
	fixed-address 192.168.0.31;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host tarasin {
	hardware ethernet 00:50:04:bb:94:0f;
	fixed-address 192.168.0.32;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host krawczm {
	hardware ethernet 00:20:18:66:72:aa;
	fixed-address 192.168.0.33;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host klamral {
	hardware ethernet 00:20:18:55:72:9c;
	fixed-address 192.168.0.34;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host wilkosz {
	hardware ethernet 00:e0:7d:7b:0c:7c;
	fixed-address 192.168.0.35;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host miklasz {
	hardware ethernet 00:20:18:55:7a:58;
	fixed-address 192.168.0.36;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host bilans {
	hardware ethernet 00:04:75:8b:12:e1;
	fixed-address 192.168.0.100;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host czarcin {
	hardware ethernet 00:50:04:bb:03:a6;
	fixed-address 192.168.0.39;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host pachota {
        hardware ethernet 00:10:a7:07:d7:58;
        fixed-address 192.168.0.37;
        option broadcast-address 192.168.0.255;
        option routers 192.168.0.1;
        }
host lap_pach {
	hardware ethernet 00:40:ca:bc:c7:57;
	fixed-address 192.168.0.40;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host sekret {
        hardware ethernet 00:30:4f:25:bf:9b;
	fixed-address 192.168.0.38;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host switch1 {
        hardware ethernet 00:60:b0:f5:e7:d0;
        fixed-address 192.168.0.90;
        option broadcast-address 192.168.0.255;
        option routers 192.168.0.1;
	}
host switch2 {
        hardware ethernet 00:0b:ac:17:3b:00;
	fixed-address 192.168.0.91;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
host herod {
        hardware ethernet 00:30:4f:13:35:46;
	fixed-address 192.168.0.41;
	option broadcast-address 192.168.0.255;
	option routers 192.168.0.1;
	}
				    	
}

# subnet 213.78.79.0 netmask 255.255.255.0 {
# subnet 0.0.0.0 netmask 0.0.0.0 {

Reply to: