Hello,
So I come with the question of is it possible to turn off the logging on the router if I am using a remote syslog?
Under tool->syslog I have it set to log to my remote syslog server (rsyslog) and I am receiving logs on my server however the router is also logging and I would like to not have it log anything with the syslog server being the only thing that logs. In the router status->logs I have disabled all the logging and at that point I no longer receive any logs on my remote server.
My configuration of rsyslog on my remote server is
$template NetworkLog, "/var/log/netgear.log"
:fromhost-ip, isequal, "192.168.0.1" -?NetworkLog
& ~
Can anyone shed some light on what it is I am doing wrong or how to accomplish what it is I am after?