Windows file server could not be added to librenms GUI

While other network devices have been added to librenms, I am not able to add the windows file server 2012 to librenms GUI.

./validate.php and ./daily.sh executes correctly…and while trying to ping the windows server from librenms it does not ping instead it shows the following error.

librenms@mohcanms:~$ ./validate.php

Component Version
LibreNMS 21.11.0-41-gb94f08cfd
DB Schema 2021_25_01_0129_isis_adjacencies_nullable (226)
PHP 7.4.3
Python 3.8.10
MySQL 10.3.31-MariaDB-0ubuntu0.20.04.1
RRDTool 1.7.2
SNMP 5.8
====================================

[OK] Composer Version: 2.1.12
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
librenms@mohcanms:~$ ./daily.sh
Updating to latest codebase OK
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
Caching Mac OUI data OK
librenms@mohcanms:~$ ping 172.18.8.15
ping: Do you want to ping broadcast? Then -b. If not, check your local firewall rules

The error message is obvious :wink:

You must accept icmp in your firewall

Yes the firewall settings on windows inbound rules is enabled for icmp
still not able to connect, Thank you

This error is not related to LibreNMS.

You’re pinging your broadcast adress,
Which means you set a netmask of 255.255.255.240 on your librenms machine.
Change that to whatever it’s suppose to be

Thank you it worked now …this community of librenms is very helpful for beginners like me

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