| CPUG | |
| The Check Point User Group | |
| A Resource For The Check Point Community. Fast. Useful. Independent. | |
|
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Write Logs to a Serial Device What you could do is take the logs as they come in via the 'fw log' command and write the output to a serial port. It's about as close as you're going to get to real time. Run the following on your management console: fw log -tfn > /dev/tty1 & (Replace /dev/tty1 with whatever device your serial port maps to) The flags above for fw log are: -t (tail), -f (forever), -n (no name resolution) -- GuyR - 08 Jan 2004 FAQForm FAQs.Class: LoggingAndAlertingFAQs FAQs.OS: FAQs.Version: |
![]() |
| Thread Tools | |
| Display Modes | |
| |