Hi there,
since this morning i have a very strange connection error with influx 1.8.3. I installed influxdb and grafana on a virtual machine with proxmox. As OS i use ubuntu 19.10. On another ubunto 19.10 machine, i installed a third party tool to submit data to the database. Here is my http-configuration:
[http]
enabled = true
bind-address = “:8086”
auth-enabled = true
log-enabled = true
write-tracing = false
pprof-enabled = false
https-enabled = false
After starting the database, it’s reachable with ping curl command on the same machine. When i try to connect from other machine, i got errors. Error: connect ECONNREFUSED 192.168.2.91:8086
Do i need some more configuration? i think the binding should be correct, firewalls are not activated on proxmox-system.
Best regards,
Matthias