Article 55MAW rsyslog error code 2027

rsyslog error code 2027

by
DennyY
from LinuxQuestions.org on (#55MAW)
Hi All,

Just configured rsyslog on both of Centos8 server/client. But the client still "cannot connect to 192.168.1.2:514: Connection timed out". The error code is 2027.

Here is what I did on the server side:

Code:$template RemoteLogs,"/var/log/%HOSTNAME%/%PROGRAMNAME%.log"
*.* ?RemoteLogs & ~_I also uncomment Code:module(load="imtcp") # needs to be done just once
input(type="imtcp" port="514")On the client side I added:
Code:*.* @@192.168.1.2:514
I tried to look up that error code 2027, but no luck.

Thank you for your help ~latest?d=yIl2AUoC8zA latest?i=OfFcEt-kHW8:KWdI9tjE_go:F7zBnMy latest?i=OfFcEt-kHW8:KWdI9tjE_go:V_sGLiP latest?d=qj6IDK7rITs latest?i=OfFcEt-kHW8:KWdI9tjE_go:gIN9vFwOfFcEt-kHW8
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments