cloudfoundry / loggregator-release

Cloud Native Logging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cf nozzle error connection refused

rauizab opened this issue · comments

Hi

I am trying to use "cf nozzle" but it is failing with message "Error dialing traffic controller server: dial tcp 10.10.10.12:4443: getsockopt: connection refused".

Nmap shows:

  • in router that port 4443 is not opened.
    22/tcp open ssh
    80/tcp open http
    111/tcp open rpcbind
    443/tcp open https
    8080/tcp open http-proxy

  • in doppler
    22/tcp open ssh
    111/tcp open rpcbind
    8081/tcp open blackice-icecap
    8082/tcp open blackice-alerts

Do I have bad set up my cf instance? Is it needed a ELB to forward from 4443 to 8080 or similar?
I am using google dns. Should I use internal dns?
Best regards

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/144870519

The labels on this github issue will be updated when the story is started.

It was the lack of elb that was causing the misfunction