|
||||||||
--On 23. november 2005 8:44 -0600 "James W. McKeand" <james at mckeand dot biz> wrote: > 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? > > Could it be that the syslog server has some form of SW fire walling on? > I had a problem setting this up in my environment. My machine running > syslog (wallwatcher in my case) was not accepting packet to port 514. > > Just my $.02 > > _________________________________ > James W. McKeand > That was it. syslogd was starting with flag -s which means secure mode and not receive anything from remote hosts. After removing it and restarting it works. Regards, Sasa |