Hello,

I get a LOT of the following in my syslog:

Jan 16 23:27:38 firewall dhcpd: DHCPREQUEST for 192.168.1.2 from 
00:80:c6:f8:62:c6 via eth1
Jan 16 23:27:38 firewall dhcpd: DHCPACK on 192.168.1.2 to 00:80:c6:f8:62:c6 
via eth1
Jan 16 23:27:38 firewall dhcpd: send_packet: Operation not permitted
Jan 16 23:27:59 firewall dhcpd: DHCPREQUEST for 192.168.1.1 from 
00:e0:29:2c:ba:6d via eth1
Jan 16 23:27:59 firewall dhcpd: DHCPACK on 192.168.1.1 to 00:e0:29:2c:ba:6d 
via eth1
Jan 16 23:27:59 firewall dhcpd: send_packet: Operation not permitted
Jan 16 23:28:42 firewall dhcpd: DHCPREQUEST for 192.168.1.2 from 
00:80:c6:f8:62:c6 via eth1
Jan 16 23:28:42 firewall dhcpd: DHCPACK on 192.168.1.2 to 00:80:c6:f8:62:c6 
via eth1
Jan 16 23:28:42 firewall dhcpd: send_packet: Operation not permitted

I suppose that I could simply change the two target machines to use static IPs 
but I'd prefer not to do that, since DHCP is more portable for various 
network configurations.

However my logs are all filled up with this and I'd really like it to stop.  
The DHCPD package offers no visible options for logging.  The DHCPD man pages 
do mention a little bit about logging: the -d option to log to stdout.  This 
means that there is one apparent way to stop logging:

1) Edit init.d script
2) In the line to start dhcpd, type: "dhcpd -d 2&>1 > /dev/null"

but that doesn't seem so nice.

Any other ideas?  Thank you,

-- 
-- Arcana


-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
------------------------------------------------------------------------
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

Reply via email to