syslog parameter -n
Beat Siegenthaler
beat.siegenthaler at beatsnet.com
Thu May 15 19:22:21 UTC 2014
Hi all,
i found that i had a extreme high amount of local reverse dns queries
for the same remote logging host (firewall logging)
Then i found this parameter for syslogd:
*-n* Disable dns query for every request.
The only problem is, that -n seems to disable the whole remote logging.
Does somebody know this behavior?
/etc/rc.conf:
syslogd_flags="-c -c -a 123.32.82.0/24:* -a 124.68.97.1/26:* "
is working
syslogd_flags="-c -c -a 123.32.82.0/24:* -a 124.68.97.1/26:* -n"
or
syslogd_flags="-n -c -c -a 123.32.82.0/24:* -a 124.68.97.1/26:*"
is not working (no remote log)
__
Beat
More information about the freebsd-stable
mailing list