> I have noticed that under the system logging option in the new release of
> M0n0Wall that it displays the following:
>
> Note:
> syslog sends UDP datagrams to port 514 on the specified remote syslog
> server. Be sure to set syslogd on the remote server to accept syslog
> messages from m0n0wall.
>
>
> Basically I need to know apart from ticking all options in that
> screen under
> the logging and providing the IP address of the remote logging server what
> else do I need to do in order to get the logs to the remote server...
>
on remote syslogd server: setup syslogd and make it accept
datagrams from m0n0wall. see 'man syslogd'
i guess something like this would do the trick:
'syslogd -a <ipaddr of m0n0wall>/<masklen>'
don't use the -s or -ss parameters when starting syslogd as this will
prevent
it from opening any network sockets.
Magne |