Fail to access after fresh installation via docker

Hello,
I have a problem with installing LibreNMS via docker.
I followed the steps here Docker - LibreNMS Docs and I configured firewalls before the server to access it via TCP 8000.
But I am still rejected by the server, and I don’t know why.
I can see the requests coming via tcpdump and all immediately being rejected by the server.

Here is the validation.php from the docker

librenms:/opt/librenms$ ./validate.php

Component Version
LibreNMS 24.9.0 (2024-10-15T21:15:45+02:00)
DB Schema 2024_08_27_182000_ports_statistics_table_rev_length (300)
PHP 8.3.8
Python 3.11.10
Database MariaDB 10.11.9-MariaDB-ubu2204
RRDTool 1.8.0
SNMP 5.9.4
===========================================

[OK] Installed from the official Docker image; no Composer required
[OK] Database connection successful
[WARN] You have no devices.
[FIX]:
Consider adding a device such as localhost: /addhost
[OK] Database connection successful
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK] Database and column collations are correct
[OK] Database schema correct
[OK] MySQL and PHP time match
[OK] Locks are functional
[OK] No python wrapper pollers found
[OK] Redis is functional
[INFO] fping FAILURES can be ignored if running LibreNMS in a jail without ::1. You may want to test it manually: fping ::1
[FAIL] /usr/sbin/fping6 could not be executed. /usr/sbin/fping6 must have CAP_NET_RAW capability (getcap) or suid. Selinux exclusions may be required.
(/usr/sbin/fping: can’t create socket (must run as root?))
[FAIL] /usr/sbin/fping6 should have CAP_NET_RAW!
[FIX]:
setcap cap_net_raw+ep /usr/sbin/fping6
[OK] rrd_dir is writable
[OK] rrdtool version ok
[WARN] Updates are managed through the official Docker image

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.