[freebsd-questions] syslog from Cisco -> FreeBSD not working
Howard Jones
howie at thingy.com
Tue Feb 6 12:15:35 UTC 2007
Ewald Jenisch wrote:
> To further track this down I changed the above line in syslog.conf to
> read
>
> +myrouter
> local7.* /var/log/cisco-syslog
> +*
>
What I did to get this working was (in syslog.conf):
+printserver
!*
*.* /usr/log/printserver.log
AND in /etc/hosts:
10.1.1.8 printserver
so that the 'printserver' name is resolved. No doubt a reverse DNS entry
would have done the job too. My syslogd command line is like yours.
Hope that might help...
Howie
More information about the freebsd-questions
mailing list