As you''ve already found out, this seems to be a problems with the
client creating a TCP-connection to the server.
- Check that there are anything listing on the server on port 8140
("netstat -tpln | egrep 8140")
- Try to connect to the server from the client with telnet ("telnet
vm-devserver-18.dev.s.vonagenetworks.net 8140")
- If there is something listing, but you can''t reach the server,
check your routing ("netstat -rn")
- Verify your routing with ping from the client ("ping vm-
devserver-18.dev.s.vonagenetworks.net") (assumes that ICMP are allowed
on the server)
If all else fails, tcpdump is your friend. Run it on both your client
and server to see the traffic from both''s point of view.
BR.
Rune
On 3 Mar, 19:52, Sam <sam29g...@gmail.com> wrote:> 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,
>
> root@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,
>
> root@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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---