Hi Michael,
> On 1. Mar 2018, at 12:19, Michael Moossen <[email protected]> wrote: > > Hi everyone, > > we are using PE 3.8 for a while now and i am setting up a node for the first > time behind a firewall. > my understanding is that the agents need only 2 ports: 8140 and 61613. > > the first run of the puppet agent was also successful, but now it is not > working with the error: > > myhost:~ # puppet agent -t > Warning: Unable to fetch my node definition, but the agent run will continue: > Warning: Connection refused - connect(2) > Info: Retrieving pluginfacts > Error: /File[/var/opt/lib/pe-puppet/facts.d]: Failed to generate additional > resources using 'eval_generate': Connection refused - connect(2) > Error: /File[/var/opt/lib/pe-puppet/facts.d]: Could not evaluate: Could not > retrieve file metadata for puppet://puppetmaster/pluginfacts: Connection > refused - connect(2) > Info: Retrieving plugin > Info: Loading facts > Error: Could not retrieve catalog from remote server: Error 400 on SERVER: > Failed to submit 'replace facts' command for myhost to PuppetDB at > puppetmaster:8081: Error executing http request > Warning: Not using cache on failed catalog > Error: Could not retrieve catalog; skipping run > > > > why is the agent trying to access the PuppetDB on port 8081 directly? This is an error message from puppetmaster.not being able to push facts to puppetdb What agent version are you using? The one which is part of PE 3.8? In general: no agent needs connection to puppetdb. Only master needs to access puppetdb. hth, Martin P.S. PE 3.8 is way old. Maybe consider upgrading. -- 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/16A30E45-93BC-4B5C-89C8-DE19CD1F20A6%40gmail.com. For more options, visit https://groups.google.com/d/optout.
