Witam mam problem z konfiguracja dhcp
moj plik dhcpd.conf wyglada tak:
option domain-name "prusa.pl";
# server DNS - dla TPSA jest to :
option domain-name-servers 194.204.159.1;
# maska sieci
option subnet-mask 255.255.255.0;
# czasy odwierzania
default-lease-time 21600;
max-lease-time 86400;
# IP sieci ( w zalenoci czy masz 192.168.0.1 czy =
192.168.1.1 )
subnet 192.168.1.0
# zakres numernetmask 255.255.255.0 {
range 192.168.1.2 192.168.1.40;
option broadcast-address 192.168.1.255;
option routers 192.168.1.1;
}
host kani {
hardware ethernet 00:50:BA:5E:22:B9;
fixed-address 192.168.1.2;
option broadcast-address 192.168.1.255;
option routers 192.168.1.1;
}
a przy odpaleniu dhcpd wyskakuje mi nastepujacy =
komunikat :
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/DHC=
P
/etc/dhcpd.conf line 21: Expecting netmask
range
^
/etc/dhcpd.conf line 23: expecting a =
option routers 192.168.1.1;
&nbs=
p;  =
; ^
Configuration file errors encountered -- =
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 =
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 =
the README file.
exiting.
########################Wie ktos moze o co =