On Tuesday, January 31, 2017 at 3:36:20 AM UTC-5, Isabell Cowan wrote: > > I've been trying all do to set up MCollective on my puppet cluster. No > matter what I do, I can't seem to get the MCollective server to connect. > The MCollective server(s) are running mostly on Ubnutu Xenial. The > ActiveMQ broker (5.14.3) is running on Debian Stretch. I'm running puppet > 4.x on all nodes. I've used every transport connector I can thing if, and > they all fail to connect. Let me dump some log files at you. > > In mcollective.log I'm getting `Connection reset by peer`: >
Any time I see "connection reset by peer", my first instinct is that there is some device in between that's breaking the traffic. Unfortunately, one of the newer "tricks" is so-called intelligent firewalls that base their rules on traffic, not ports-- so the initial connection may be allowed, but data transfer, not so much. Have you tried using nmap from the mcollective server against the 61614 port on the broker? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/9804f683-20f4-415a-b1c2-b62e0f22546d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
