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 ~


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 ~