On Wed, 18 Feb 2004, Alex Martin wrote: > Hello, > > <snip> > > > Feb 18 17:29:47 firewall dhcpd: No subnet declaration for eth1 (0.0.0.0). > > Feb 18 17:29:47 firewall dhcpd: Please write a subnet declaration in > > your dhcpd.conf file for the > > Feb 18 17:29:47 firewall dhcpd: network segment to which interface > > eth1 is attached. > > Feb 18 17:29:47 firewall dhcpd: exiting. > > <snip> > > I have had the same problem after upgrading my dhcpd on a debian box. > > I simply wrote a subnet declaration for eth1. This is so the daemon can > understand the network topology. > > This does not mean that the daemon will hand out ip's to clients on > eth1. (unless you declare it so). >
Hi Alex, On Debian, a better way is to edit /etc/default/dhcp and change the INTERFACES variable to list only those interfaces served by your dhcp server. -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ [EMAIL PROTECTED] ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
