Date: Thu, 8 Apr 2004 15:53:21 -0400 From: "JJB" <Barbish3@adelphia.net> To: "Anthony Philipp" <philipp1@itg.uiuc.edu>, <freebsd-questions@freebsd.org> Subject: RE: configuring freebsd dhcp server/router to listen on device Message-ID: <MIEPLLIBMLEEABPDBIEGIEHMFLAA.Barbish3@adelphia.net> In-Reply-To: <Pine.LNX.4.44.0404081432100.9363-100000@zeus.itg.uiuc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?MIEPLLIBMLEEABPDBIEGIEHMFLAA.Barbish3>