From owner-freebsd-questions@FreeBSD.ORG Thu Apr 8 12:55:20 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 9F65116A4D7 for ; Thu, 8 Apr 2004 12:55:20 -0700 (PDT) Received: from mta7.adelphia.net (mta7.adelphia.net [68.168.78.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4362B43D5A for ; Thu, 8 Apr 2004 12:55:14 -0700 (PDT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta11.adelphia.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with SMTP id <20040408195321.VZMS21898.mta11.adelphia.net@barbish>; Thu, 8 Apr 2004 15:53:21 -0400 From: "JJB" To: "Anthony Philipp" , Date: Thu, 8 Apr 2004 15:53:21 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: configuring freebsd dhcp server/router to listen on device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2004 19:55:20 -0000 cd /usr/local/etc/ ee rc.isc-dhcpd.conf dhcpd_options=-q # command option(s) dhcpd_ifaces=dc0 # ethernet interface(s) The -q option will turn off the copyright banner that displays during the FBSD boot up and in the DHCP log every time broadcast is issued by the DHCP daemon or when a request is received from a workstation DHCP client. The dc0 is to be replaced with the interface name of the LAN Nic cards you want DHCP service on from your gateway/firewall FBSD system. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Anthony Philipp Sent: Thursday, April 08, 2004 3:42 PM To: freebsd-questions@freebsd.org Subject: configuring freebsd dhcp server/router to listen on device 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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"