javadmohebbi / goNfCollector

A set of tool to collect & analyze netflow & export them to many DBs & Apps like InfluxDB time-series DB
94 stars 20 forks source link

Error During running scripts #25

Open Justmfree opened 2 years ago

Justmfree commented 2 years ago

hello there is error during running script on influxdb container section: image

checked container is created: image

where can be the problem ?

lillianphyo commented 2 years ago

@Justmfree as for me, I disabled ipv6 on my docker host and I re-enabled than resolved. Please check docker logs to confirm ipv6 error. "journalctl -xfeu docker"

adlerweb commented 2 years ago

I can confirm disabling IPv6 on debian 11 helped. Maybe the README should be updated to require a v4 only host for now.

de-soul commented 1 year ago

I can confirm disabling IPv6 on debian 11 helped. Maybe the README should be updated to require a v4 only host for now.

Problem still exists on CentOS Linux release 7.9.2009 (Core) after disabling ipv6

Here reproduced line from script where errors:

[root@mn-sflow001 goNfCollector]# docker ps
CONTAINER ID   IMAGE            COMMAND                  CREATED         STATUS         PORTS      NAMES
749db7cd7e51   influxdb:2.0.7   "/entrypoint.sh infl…"   2 minutes ago   Up 2 minutes   8086/tcp   influxdb_tmp

[root@mn-sflow001 goNfCollector]# docker exec -it 749db7cd7e51 wget http://localhost:8086
--2023-02-16 12:16:36--  http://localhost:8086/
Connecting to 10.190.10.49:3128... connected.
Proxy request sent, awaiting response... 403 Forbidden
2023-02-16 12:16:36 ERROR 403: Forbidden.