cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
378
Views
0
Helpful
2
Replies

syslog

alexus
Level 1
Level 1

i have a cisco pix 515e, i have a freebsd box on inside interface, how can I re-direct everything (in terms of logging) to external syslog server?

i did this

logging enable

logging asdm debugging

logging host inside 192.168.1.251

i have

*.* /var/log/all.log

on my freebsd box

2 Replies 2

rmeans
Level 3
Level 3

logging trap debug

defines the level of logs

logging host outside x.x.x.x

where to send the logs

on my syslog server (linux), i use syslog-ng which allows me to redirect syslog messages to other devices.

i got messages going to *.* /var/log/all.log

but i can't direct them into seperate file

local7.* /var/log/cisco.log

can you help me with that?