On Sun, Jan 31, 2010 at 12:11 PM, Don Jackson < puppet-us...@clark-communications.com> wrote:
> > Hello, > > I am attempting to get my machines configured properly so I can use > puppetrun on my puppetmaster to get clients to update themselves during my > development/testing of new recipes. > > I understand about listen = true in the puppetd.conf file, and I also have > learned about the namespaceauth.conf file, > where I put stuff like: > > [puppetrunner] > allow puppet.mydomain.com > > This was all I needed to get machines on the same LAN as my puppetmaster to > work, but it didn't work across firewalls to machines in a colo. > > From router/firewall logs, it appears that the puppetmaster needs to > connect to port 8139 of the machine running puppetd. > > that is correct, when using puppetrun, the authorized host needs to initiate a connection with the client on port 8139, then that host will initiate a request with its puppetmaster on 8140. You can change the puppetd listen port with the puppetport option. -Dan > I wasn't able to find this clearly documented, hence this email. > > Regards, > > Don > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-us...@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscr...@googlegroups.com<puppet-users%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.