Networking Forums

Networking Forums > Computer Networking > Linux Networking > setting dhcpd logfile

Reply
Thread Tools Display Modes

setting dhcpd logfile

 
 
2boxers_at_comcast_dot_net
Guest
Posts: n/a

 
      11-15-2003, 12:36 AM
I have read lots about dhcpd, dhcpd.conf and syslog.conf and I am
close but not yet there.

I want to log all dhcpd messages to /var/log/dhcpd.conf and no dhcpd
messages in /var/log/messages.

by modifying dhcpd.conf with:
log-facility local6;

and by modifying syslog.conf with:
*.local6 /var/log/dhcpd.log

i get messages in both places.

how can i supress the dhcpd messages in syslog?

thanks in advance for any assistance
charles
 
Reply With Quote
 
 
 
 
2boxers_at_comcast_dot_net
Guest
Posts: n/a

 
      11-15-2003, 12:53 AM
>*.local6 /var/log/dhcpd.log
this is supposed to say:
local6.* /var/log/dhcpd.log

 
Reply With Quote
 
2boxers_at_comcast_dot_net
Guest
Posts: n/a

 
      11-15-2003, 01:41 AM
On Fri, 14 Nov 2003 20:53:19 -0500, 2boxers_at_comcast_dot_net wrote:

>>*.local6 /var/log/dhcpd.log

>this is supposed to say:
>local6.* /var/log/dhcpd.log


problem solved, I added:
local6.!=info /var/log/messages

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
View a logfile for TCP/IP ethernet dk_ Windows Networking 2 11-01-2005 05:36 PM
dhcpd Damir Galič Linux Networking 1 09-08-2005 02:31 AM
dhcpd Henk Salomons Linux Networking 6 02-11-2005 05:08 PM
Interpreting PPP logfile Steven Feil Linux Networking 2 12-03-2004 02:42 PM
iptables logfile parsing tool Will Hall Linux Networking 4 11-21-2003 06:54 PM



1 2 3 4 5 6 7 8 9 10 11