ncpa running, port opened, but via browser is not reachable
Posted: Tue Mar 19, 2019 10:11 am
I succesfully installed NCPA on a Debian 9.4.
I see
And
But from browser, when I try to reach the api server at <ip>:5693 i got
Also: in the ncpa.cfg file, on the remote host, I see
but this logfile is NOT created at all so I have no idea of how to debug this problem.
I see
Code: Select all
# /etc/init.d/ncpa_listener status
NCPA Listener: Service is running. (pid 16681)
Code: Select all
# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:5693
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
So, not a 404, or a 500. Connection is completely refused. What am I doing wrong in my config?ERR_CONNECTION_RESET
Also: in the ncpa.cfg file, on the remote host, I see
Code: Select all
logfile = var/log/ncpa_listener.log