pluginsGLPI / addressing

Plugin addressing for GLPI
GNU General Public License v2.0
36 stars 19 forks source link

No Ping Response on kown IPs #76

Open Beufff opened 4 months ago

Beufff commented 4 months ago

Hello everyone, I recently installed the "IP Addressing" plugin on my GLPI in docker (dioux image) via marketplace. When I configure an IP range in the plugin, the report shows the IPs of the machines in the inventory, but it does not give a ping response. I get a "Ping: no response - free IP" result on all the range. This leads me to believe that the plugin is unable to ping my local network. Have I missed a network configuration in docker? I just have a bridge network between GLPI and Mariadb. Do I need to install ping install the container? I can ping from my Ubuntu host.

Thanks in advance for your help!

Setup :

services:

MariaDB Container

mariadb: image: mariadb:10.7 container_name: mariadb hostname: mariadb volumes:

alvarocordova2 commented 2 months ago

I have the same problem and I don't use docker.

OS: Ubuntu 20.04 LTS GLPI Ver: 10.0.6

Screenshot_37

Can anyone help us please.