Trouble filtering using rsyslog as syslog server for router
- by JPbuntu
I am trying to configure rsyslog (Ubuntu 12.04 Server) to log events from my router. I found this link which got me most of the way there. I am able to get the events logged from the router, and since I don't them logged in syslog, I set up a filter in rsyslog.conf like this:
:fromhost-ip, isequal, "192.168.2.1" /var/log/linksys.log
& ~
…