Re: [Puppet Users] connection refused: 8140

2016-02-20 Thread Chaitanya Phani
French, i am using CentOs 7 and I am using Monolithic with tarball(puppet-enterprise-2015.3.2-el-7-x86_64.tar.gz) via web console. I have added 8140 and 3000 ports with the below commands. -A RH-Firewall-1-INPUT -p tcp -m tcp --dport 8140 -j ACCEPT -A RH-Firewall-1-INPUT -p tcp -m tcp --dpo

Re: [Puppet Users] connection refused: 8140

2016-02-19 Thread Rich Burroughs
This is PE and I'm pretty sure iptables can cause this. I believe I've had the same problem, because iptables was blocking the installer from connecting to Puppet DB. I was doing a monolithic install but I expect it could happen if Puppet DB is running on a separate host too. Take a look at the in

Re: [Puppet Users] connection refused: 8140

2016-02-19 Thread warron.french
Chaitanya, you should have been able to install the Puppet Master easily without disabling or removing the iptables at all. Explain your environment, CentOS, or what OSI exactly by brand and version. What puppet master installation? Monolithic or separated? How are you implementing the Puppet M

[Puppet Users] connection refused: 8140

2016-02-19 Thread Chaitanya Phani
Hi All, When I run "puppet agent --test" i am getting the connection refused error at port 8140. When I am installing puppet master I have faced the following issues *Issue 1: * Initially when I installed puppet enterprise the installation failed due to some firewall issue. I tried to stop th