[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] DHCPD



Below is my dhcpd.conf.  Hoe can I remove the 209.186.14.121 entry so it will
not listen on eth1.  If I remove that it complains about not running on that
interface.  I do not need it on that interface and my log file is getting BIG.

Thanks,
Chris
---------------------- Forwarded by Chris Fowler/CSS/NAD on 06/16/99 06:00 PM
---------------------------


root <root at hermit.zfh-csg.com> on 06/16/99 06:01:09 PM

To:   Chris Fowler/CSS/NAD at NAD
cc:
Subject:




option domain-name "zfh-csg.com";
option domain-name-servers 192.168.1.254;
option routers 192.168.1.254;
subnet 192.168.1.0 netmask 255.255.255.0 {
   range 192.168.1.100 192.168.1.200;
}
subnet 209.186.14.121 netmask 255.255.255.255 {
}