I need help getting syslog to log remotely, this is just the regular syslog.
I need help getting syslog to log remotely, this is just the regular syslog.
on the local server, in syslogd.conf I have
authpriv.* @xx.xx.xx.xx
Where xx.xx.xx.xx is the IP of the remote syslog server
And on the remote syslog server, I started syslog with syslogd -r
But its not logging anything.
#1. Where does it put the logs? would authpriv goto /var/log/secure?
#2. how come the local server is not sending anything? I even ran
# tcpdump dst xx.xx.xx.xx
on the local server and no traffic is going to the remote syslog server.
TIA!
|