I installed all required pkgs for Puppet & other configurations are done. I have issues getting certificates from server. vm1 is server & vm2 is client.
In client I run, r...@vm2# puppetd --server vm-devserver-18.dev.s.vonagenetworks.net -- waitforcert 60 --test and I see, /usr/lib/ruby/1.8/puppet/network/client/ca.rb:31:in `request_cert': Certificate retrieval failed: Could not connect to vm1 on port 8140 (Puppet::Error) from /usr/sbin/puppetd:356 In server I run, r...@vm1:/var/home/gsivaraj# puppetca --list And I get No certificates to sign As this is related to opening up the ports so, I did the following thing on server but of no use. Can you please help? 1) /etc/init.d/apparmor stop 2) iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport 8140 -j ACCEPT Thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@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 -~----------~----~----~----~------~----~------~--~---