-
Notifications
You must be signed in to change notification settings - Fork 38
Description
I'm getting this error and I'm not sure if there is a problem with my configuration:
2020-09-15T08:37:12.000000+02:00 wlpro-sns11n2 rsyslogd[17247]: [ID 702911 syslog.error] omrelp[10.15.247.47:20514]: error 'error connecting: 'Interrupted system call'', object 'conn to srvr 10.15.247.47:20514' - action may not work as intended [v8.2008.0 try https://www.rsyslog.com/e/2353 ]
2020-09-15T08:37:12.000000+02:00 wlpro-sns11n2 rsyslogd[17247]: [ID 702911 syslog.error] omrelp[10.15.247.47:20514]: error 'error opening connection to remote peer', object 'conn to srvr 10.15.247.47:20514' - action may not work as intended [v8.2008.0 try https://www.rsyslog.com/e/2353 ]
I'm trying to send a log file from n2: wlpro-sns11n2 (10.15.247.48) to n1: wlpro-sns11n1 (10.15.247.47) through RELP.
RELP in node n1 is listening on port 20514 without TLS configuration.
I can do telnet from n2 to n1 on port 20514 (so there is no FW issues)
I've attached rsyslog.conf of both nodes.
rsyslog.conf.n2.txt
rsyslog.conf.n1.txt
I've enabled debug mode in both nodes but I haven't been able to see anything significant about the error.
Thanks in advance