} {code} Installation on PuppetDB node performst without any problems, netstat shows port is listening {code}tcp6 0 0 :::8081 :::* LISTEN 5960/java{code}
When running Puppet Agent on Puppet Server the next error occurs: {code:title=Output} Notice: Unable to connect to puppetdb server (https://10.0.0.10:8081): No route to host - connect(2) for "10.0.0.10" port 8081 Notice: Failed to connect to puppetdb; sleeping 2 seconds before retry Error: Unable to connect to puppetdb server! (10.0.0.10:8081) Error: /Stage[main]/Puppetdb::Master::Config/Puppetdb_conn_validator[puppetdb_conn]/ensure: change from absent to present failed: Unable to connect to puppetdb server! (10.0.0.10:8081) {code} Server pings PuppetDB successfully. Jetty ssl-host is set to 0.0.0.0, ssl-port is set to 8081 by PuppetDB module on PuppetDB node. {code}cat < /dev/tcp/10.0.0.10/22 SSH-2.0-OpenSSH_6.6.1 cat < /dev/tcp/10.0.0.10/8081 -bash: connect: No route to host -bash: /dev/tcp/10.0.0.10/8081: No route to host {code} I've tried to use "Prefer IPv4" argument in JAVA_ARGS of PuppetDB butThe problem is iptables were working though firewalld was stopped, so it didn't worked for me would be nice if module was automatically managing firewall rules based on ip address and port settings.