My setup is as follows: I am running Vmware Server on Ubuntu Feisty. This is the puppetmaster. I am running a guest of Ubuntu Gutsy. This is the puppet. When I try to run puppetd on the guest I get the expected message "notice: Did not recieve certificate" Going back to the server and running "puppetca --list" does not list any requests. As a hunch I telneted the hosts vmware interface 172.16.21.1 port 8140 and I don''t get a connection. This suggests to me that puppetmaster is not binding to this interface. How can I correct this?
huang mingyou
2007-Oct-24 03:14 UTC
Re: Vmware guest can''t connect to puppetmaster on host
First ,you shoud check that the network is ok ,ping the host that run the puppetmaster . then check that the puppetmaster listen on 8140, use netstat or ss. is there have some firewall ? On 24/10/2007, Henry Bakker <bakker@sedsystems.ca> wrote:> My setup is as follows: > I am running Vmware Server on Ubuntu Feisty. This is the puppetmaster. > > I am running a guest of Ubuntu Gutsy. This is the puppet. > > When I try to run puppetd on the guest I get the expected message > "notice: Did not recieve certificate" > > Going back to the server and running "puppetca --list" does not list any > requests. As a hunch I telneted the hosts vmware interface 172.16.21.1 > port 8140 and I don''t get a connection. This suggests to me that > puppetmaster is not binding to this interface. How can I correct this? > > > > _______________________________________________ > Puppet-users mailing list > Puppet-users@madstop.com > https://mail.madstop.com/mailman/listinfo/puppet-users >-- Huang Mingyou