Logging from a firewall to linux is fairly simple. First, enable logging on the firewall with something along these lines (your options may vary): (config)# logging on (config)# logging standby (config)# logging timestamp (config)# logging trap notifications (config)# logging facility 19 (config)# logging host inside <Your server IP address> Notice that the firewall uses facility [...]