From owner-freebsd-net@FreeBSD.ORG Mon Jan 9 20:00:03 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 858FA16A41F for ; Mon, 9 Jan 2006 20:00:03 +0000 (GMT) (envelope-from jon.otterholm@ide.resurscentrum.se) Received: from mail1.cil.se (mail1.cil.se [217.197.56.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id C314943D4C for ; Mon, 9 Jan 2006 19:59:59 +0000 (GMT) (envelope-from jon.otterholm@ide.resurscentrum.se) Received: from [192.168.98.245] ([192.168.98.245]) by mail1.cil.se with Microsoft SMTPSVC(6.0.3790.0); Mon, 9 Jan 2006 20:59:57 +0100 Message-ID: <43C2C0BC.60700@ide.resurscentrum.se> Date: Mon, 09 Jan 2006 20:59:56 +0100 From: Jon Otterholm User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051210) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Jan 2006 19:59:57.0609 (UTC) FILETIME=[44228990:01C61557] Subject: DHCPD + Relay X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 20:00:03 -0000 Hi! I want to set up a DHCP-server for a number of subnets. My current router (Cisco) has a dhcp-relay function (ip helper) to put on each if in the router to make it answer and forward requests to the dhcp-server. I am having trouble to get isc-dhcp-server to start up without a subnet-declaration for a local subnet. su-2.05b# dhcpd Internet Systems Consortium DHCP Server V3.0.3 Copyright 2004-2005 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ Wrote 0 leases to leases file. No subnet declaration for bge1 (xxx.xxx.xxx.xxx). ** Ignoring requests on bge1. If this is not what you want, please write a subnet declaration in your dhcpd.conf file for the network segment to which interface bge1 is attached. ** No subnet declaration for bge0 (yyy.yyy.yyy.yyy). ** Ignoring requests on bge0. If this is not what you want, please write a subnet declaration in your dhcpd.conf file for the network segment to which interface bge0 is attached. ** Not configured to listen on any interfaces! su-2.05b# How can i make it start up without a declaration for the local subnets? /Jon