Hi,
rsyslogd logs OK locally, but not to my remote server.
One the local server I have in /etc/rsyslog.conf:
authpriv.* @205.xx.xx.xx
(I also tried it with @@205.xx.xx.xx)
One the remote server I have in /etc/rsyslog.conf:
authpriv.* /var/log/secure
This was working OK with regular syslogd.
I know with syslogd I have to start it with syslog -r on the remote server to accept remote syslog requests, but do not see that option for rsyslog.
Also I am not using the gnutls, just regular unencrypted for now.
Does anyone know what I'm doing wrong?
TIA!


