Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of centos modifying dhcpd Log not to record it in system Log

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you centos to modify the dhcpd log to achieve not recorded in the system log method, I hope you will have something to gain after reading this article, let's discuss it!

Edit dhcp service profile

Vim / etc/dhcp/dhcpd.conf is added at the end

Log-facility local4

Edit the rsyslog service profile and modify / var/log/messages to join local4.none / var/log/messages

Vim / etc/rsyslog.conf join

# Save dhcpd messages also to dhcpd.log

Local4.* / var/log/dhcpd.log

# * .info; mail.none;authpriv.none;cron.none / var/log/messages

* .info;mail.none;authpriv.none;cron.none;local4.none / var/log/messages

Restart the rsyslog service

Service rsyslog restart

Restart the dhcpd service

Service dhcpd restart

Tail-f / var/log/dhcpd.conf

Tail-f / var/log/messges

After reading this article, I believe you have a certain understanding of "the method of centos modifying dhcpd log not to be recorded in the system log". If you want to know more related knowledge, welcome to follow the industry information channel, thank you for your reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report