At 13:36 23-02-2000 +0530, you wrote:
>Hi all
>
>I need to enable syslog on routers and want to have syslog packets to get
>forwarded to a single syslog server but on the syslog server i should have
>different files for looging the packets for each router.
>
>at present all packets go to a single file...
>
>any pointers or info is welcome
>
Try "man syslog.conf" and you will find that is possible to specify
"facility" and "priority" for each line. You can consider using something
like:
"local7.* /the/path/and/name/of/syslog_file" in your syslog configuration
file (you can use local0, local1, ..., local7 to designate different files).
After that, you'll have to configure your router appropriately and run the
syslog daemon with remote reception activated.
Best regards,
Nuno
-
[To unsubscribe, send mail to [EMAIL PROTECTED] with
"unsubscribe firewalls" in the body of the message.]