---
title: "Dhcpd.conf finns inte"
type: "forum-thread"
url: "https://www.webforum.nu/amne/linux-bsd/66218-dhcpd-conf-finns-inte"
topic: "Linux & BSD"
topic_url: "https://www.webforum.nu/amne/linux-bsd"
author: "eddy1"
published: "2003-01-26T19:55:00.000Z"
updated: "2003-01-26T20:04:59.000Z"
replies: 1
views: 146
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/linux-bsd/66218-dhcpd-conf-finns-inte"
---

# Dhcpd.conf finns inte

## #1 — eddy1, 2003-01-26T19:55Z

Hej

jag kör RH 8.0 och har DHCP deamon installerad, körde rpm -q dhcp och fick version 3. något...

jag kollade i /etc efter dhcpd.conf men den fanns inte... har även sökt efter den men den verkar inte finnas???

jag hittade databasfilen som innehåller informationen om utlånade ip'n i

/var/lib/dhcp/dhcpd.leases

men var är dhcpd.conf ???

Permalänk: https://www.webforum.nu/p/66218

## #2 — reka1, 2003-01-26T20:04Z

Har för mig att man får skapa den själv, men den ska iaf ligag i /etc

exempel:

\# dhcpd.conf
\#
\# Configuration file for ISC dhcpd (see 'man dhcpd.conf')
\#
default-lease-time 600;
max-lease-time 7200;
ddns-update-style none;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
\#option routers 192.168.0.1;
option routers 192.168.0.3; #option domain-name-servers 10.0.0.1, 10.0.0.2;
option domain-name-servers 172.16.22.4, 172.16.22.5;
\#option domain-name "home.se";
option netbios-node-type 1;
subnet 192.168.0.0 netmask 255.255.255.0 {
        range 192.168.0.2 192.168.0.20;
        range 192.168.0.25 192.168.0.40;
}
subnet 213.65.209.0 netmask 255.255.255.0 {
not authoritative;
}

Permalänk: https://www.webforum.nu/p/927846

---

Tråden på webben: https://www.webforum.nu/amne/linux-bsd/66218-dhcpd-conf-finns-inte
