Warning: Undefined array key "enable_lazyload_videos" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/reco-functions.php on line 129
syslog-ng ile dhcp istekleri – Murat Uğur Eminoğlu
Warning: Undefined array key "custom_scripts" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 48

Press enter to see results or esc to cancel.

syslog-ng ile dhcp istekleri

Syslog-ng ile dhcp isteklerini loglamak istiyorsaniz,

vim /etc/syslog-ng/syslog-ng.conf

destination dhcpdlog { file(“/var/log/dhcpd.log”); };

filter f_dhcpd { match(“dhcpd”); };

log {
source(s_all);
filter(f_dhcpd);
destination(dhcpdlog);
};

satirlari syslog-ng.conf icerisine ekleyip /etc/init.d/syslog-ng restart komutu ile yeniden baslatiniz. Dusen istek varmi yok mu diye tail -f /var/log/dhcpd.log ile bakabilirsiniz.


Warning: Undefined array key "custom_scripts_footer" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 58