|
||||||||
On Tue, 21 Sep 2004 00:52:36 +0200, Björn Lindström <bkhl at elektrubadur dot se> wrote: > > Since I've got FreeBSD (4.9) on my workstation, I'd be happier for a > receipt for getting syslogd to do the logging. > Silly me, assuming everybody runs Windows. :) > I've tried to put this at the end of syslog.conf: > > +calliope > *.* /var/log/m0n0wall.log > > (The host name of the m0n0wall box is calliope.) > > and giving syslogd the flags: > > -s -a 192.168.1.1/255.255.255.0 > From 'man syslogd': -s Operate in secure mode. Do not log messages from remote machines. If specified twice, no network socket will be opened at all, which also disables logging to remote machines. Take out that -s. -Chris |