dhcp relay - stateless - debug

Glenn Satchell Glenn.Satchell at uniq.com.au
Fri Jul 21 00:21:25 UTC 2006


>Date: Thu, 20 Jul 2006 12:05:16 -0700 (PDT)
>From: foomail123 <foomail123 at yahoo.com>
>Subject: Re: dhcp relay - stateless - debug
>To: dhcp-users at isc.org
>
>Thank you for information.
>
>Question on DHCP debugging,
>I see syslog interface is being used.
>Is this right ? Is this only way ?
>I was looking for an option for debug logs to
>be sent to stdout and/or file.
>
>Thanks,
>
syslog is the default behaviour and is probably right for most sites in
normal operation. For debugging you can specify the -d flag and debug
goes to standard error. To redirect this use

 dhcpd -d 2> file

man dhcpd (and search for debug) :

     To have dhcpd log to the standard error descriptor,  specify
     the  -d flag.

regards,
-glenn



More information about the dhcp-users mailing list