From owner-freebsd-questions@FreeBSD.ORG Thu Apr 8 12:41:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF5A616A4CF for ; Thu, 8 Apr 2004 12:41:44 -0700 (PDT) Received: from zeus.itg.uiuc.edu (zeus.itg.uiuc.edu [130.126.126.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AF4043D46 for ; Thu, 8 Apr 2004 12:41:44 -0700 (PDT) (envelope-from philipp1@zeus.itg.uiuc.edu) Received: from zeus.itg.uiuc.edu (localhost.localdomain [127.0.0.1]) by zeus.itg.uiuc.edu (8.12.8/8.12.8) with ESMTP id i38JfhvY009966 for ; Thu, 8 Apr 2004 14:41:43 -0500 Received: from localhost (philipp1@localhost)i38JfhwG009962 for ; Thu, 8 Apr 2004 14:41:43 -0500 Date: Thu, 8 Apr 2004 14:41:43 -0500 (CDT) From: Anthony Philipp To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: configuring freebsd dhcp server/router to listen on device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2004 19:41:44 -0000 Hello, Im trying to move away from my linksys wireless router and move onto an old Pentium 200 Mhz I have. It will be the gateway between my modem and my network. I installed isc-dhcp3 on the box and took the sample dhcp.conf file in the freebsd handbook. I edited this file to suite my needs but I did not see any mention of how to configure dhcpd to listen on a specified device. I searched through freebsd-questions and on google but it turned up nothing. Also I have the book "The Complete FreeBSD" 4th edition, but it does not mention how to do this configuration either. When I start dhcpd it complains that its not listening on any devices. Basically I just want to know how to set it to listen to my 2nd ethernet card xl0. Thanks in advance for the help. I hope I have provided enough information. Anthony Philipp