Dhcp Server
Failed to start dhcpd :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
Nå¨jeg prøver at starte min dhcp, via webmin, for jeg følgede fejl
Den skal kun dele ip nummer ud på eth1
Listening on Socket/eth1/10.0.0.0
Sending on Socket/eth1/10.0.0.0
No subnet declaration for eth0 (192.168.1.3).
Please write a subnet declaration in your dhcpd.conf file for the
network segment to which interface eth0 is attached.
exiting.
sådan se dhcp.conf ud
subnet 10.0.0.0 netmask 255.0.0.0 {
range 10.0.0.10 10.0.1.255;
}
host Dalbjerg {
fixed-address 10.0.0.3;
}
