Hi, configured a FreeBSD internal server to be a syslog server for a remote device. The file /var/log/client.log is still 0 bytes. I ran a tcpdump in the FreeBSD syslog server to see if any packets were coming in. The pcap file has plenty of data but for some reason /var/log/client.log is not getting it. Have tried restarting services and rebooting the server to no avail
syslog.conf has:
.
.
.
rc.conf has:
.
.
.
newsyslog.conf has:
Thanks.
syslog.conf has:
.
.
.
Code:
+xxx.137.209.230
*.* /var/log/client.log
include /etc/syslog.d
include /usr/local/etc/syslog.d
.
.
.
Code:
syslogd_enable="YES"
syslogd_flags="-4 -a xxx.137.209.230 -vv"
newsyslog.conf has:
Code:
/var/log/client.log 640 5 100 * JC
<include> /etc/newsyslog.conf.d/*
<include> /usr/local/etc/newsyslog.conf.d/*