Ok, ik heb een hele simpele dhcpd.conf gemaakt en het werkt niet.
Foutmelding:
Heeft iemand een idee hoe ik dit verhelp?
code:
1
2
3
4
5
6
7
8
9
10
| default-lease-time 600;
max-lease-time 345600;
option subnet-mask 255.255.255.0;
option routers 192.168.0.10;
option domain-name-servers 194.109.6.66, 194.109.9.99;
subnet 192.168.0.0 netmask 255.255.255.0
{
range 192.168.0.11 192.168.0.100;
} |
Foutmelding:
code:
1
2
3
4
5
6
7
8
9
10
11
| Internet Software Consortium DHCP Server 2.0pl5 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. |
Heeft iemand een idee hoe ik dit verhelp?