I'm not on the list, please keep me in CC.

On Thu, May 16, 2013 at 12:56:24PM -0400, staticsafe wrote:
> On 5/16/2013 11:30, William Thompson wrote:
> > 
> > I have a DHCP server that is setup to be authoritive for networks that are
> > relayed to it.  It is also setup to give a static IP to a couple devices on
> > the locally attached network.
> > 
> > In my config, I have "not authoritive;" in the main part and also in the
> > definition for the local network.
> > 
> > This is the local network definition:
> > subnet 172.17.0.0 netmask 255.255.0.0 {
> >         not authoritative;
> > }
> > 
> > What I don't like is the logs:
> > 2013-05-16 11:09:18 segfault64 dhcpd: DHCPINFORM from 172.17.x.x via br0: 
> > not authoritative for subnet 172.17.0.0
> > 
> > I think it should not log these if it was explicitly told not to be
> > authoritive for this.  Or have a config option to not log it.

> A quick glance through the man page [0] suggests that what you are
> asking for is not possible.

I kinda thought so.

> What you are asking for doesn't make much sense either, DHCPINFORM is
> part of the standard DHCP process, why should dhcpd *not* log that?

It's not just DHCPINFORM, it's all broadcast dhcp packets.  It does not send
packets back to the client, but it logs them.  It's just spamming the logs
with things that are irrellevent to the setup.  This DHCP server is for
the networks I've setup for various things.  The main network (which this is
directly connected and is not authoritive for) is ran by another DHCP
server.

I had considered just blocking broadcast DHCP.  I'd have to make some other
changes for it though.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130516170414.gi2...@electro-mechanical.com

Reply via email to