Sasa Stupar wrote:
> Hi!
>
> I am trying to make m0n0wall to log to syslog server but I get
> nothing. I have started syslog with option -a 192.168.1.1/24 (this is
> DMZ NIC of m0n0wall).
> I got nothing in the logs on either servers.
> What am I missing here?
>
> Regards,
> Sasa
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch
> For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch
>
>
>
what OS are you running on the syslog server? On one of my redhat
servers I have the following option set in /etc/sysconfig/syslog
SYSLOGD_OPTIONS="-m 0 -r"
from everything i've read -r tells syslog to listen for remote data, and
log it to /var/log/messages
hth
cameron |