Hi list,
my receptor service on the execution nodes show the following log lines from time to time:
WARNING 2022/10/12 15:49:35 Received unreachable message from hybrid01.example.com
Looking through receptor’s source code it looks like this message is caused because a message to the controller is firewalled by receptor itself. That’s reasonable because my receptor.conf on the hybrid node has the following:
- node:
id: hybrid01.example.com
firewallrules: - action: “reject”
tonode: “hybrid01.example.com”
toservice: “control”
I copied this from RedHat’s Automation Controller configuration. But now I’m asking why. Why should it be necessary (or good practice) to protect the control service from the execution nodes? Has anyone an explanation?
Thanks
Stefan