>> conf.d]# netstat -tpane|grep 80 >> tcp 0 0 127.0.0.1:5432 127.0.0.1:58512 >> ESTABLISHED 26 126802 19611/postgres >> tcp 0 0 ::ffff:172.16.43.151:8080 :::* >> LISTEN 496 126760 19343/java >> tcp 0 0 :::80 :::* >> LISTEN 0 12601 2537/httpd >> tcp 0 0 :::8081 :::* >> LISTEN 496 126765 19343/java >> tcp 0 0 ::ffff:127.0.0.1:58512 ::ffff:127.0.0.1:5432 >> ESTABLISHED 496 126801 19343/java >> tcp 0 0 ::ffff:172.16.43.151:8081 ::ffff:172.16.43.151:33812 >> TIME_WAIT 0 0 - > > So specifically here, its listening on 172.16.43.151 ... my suggestion > about replacing this with 0.0.0.0 in jetty.ini might make a > difference.
Actually I'm wrong - it is listening on 0.0.0.0 already. I just had trouble reading the lines :-). ken. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAE4bNTmHG%3D9bdFyO2xBc3ZqUpw-H9e1VweicXtgji3mMoLMZmg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
