Hi, I´m experiencing an issue concerning under "Tools/System and server status" in Ubuntu. I've made a rule "Ping another computer" to check if the Eth-IF is responding. I'm having the status respond "Down".
I've 2 Red Hat servers and they are "Down" from the Ubuntu Servers Webmin. They are responding correctly with SSH and the command tool.
Pinging the other way is working, that is from the red Hat's Webmin Ping-tools.
Do you mean that using the
pingcommand from the CL works OK?"Do you mean that using the ping command from the CL works OK?" Yes!
I just added a rule pinging an Axis camera - it is the same problem. CL command ping is working from the Ubuntu server. The camera is connected on the same LAN as the Ubuntu-server.
What's the exact
pingcommand you are running manually?Pls see attachement Bild3.jpg above. Simple "ping 192.168.54.99"
Last edit: C G Norlén 2021-10-05
What if you try a command like
ping -c 1 -w 5 192.168.54.99Thank's... all CMD-ping commands from the Ubuntu server is working fine.
cgn@cgn-s06:~$ ping -c 1 -w 5 192.168.54.99
PING 192.168.54.99 (192.168.54.99) 56(84) bytes of data.
64 bytes from 192.168.54.99: icmp_seq=1 ttl=64 time=0.948 ms
--- 192.168.54.99 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.948/0.948/0.948/0.000 ms
It is the Webmin Ping in the /Tools/System and serverstatus that fails (pls see Bild1.jpg above).
That is very confusing.
If you click on the Ping monitor that's failing in the System and Server Status module, does it show any more details about why it failed?
Hi Jamie - thank you for your concern....
No - the Webmin-interface only shows status "Down". I've looked through all logs that I've found (also the Webmin log), I've checked the source code and he config files after differenses regarding the Red Hat Server (where the ping is working fine).
So - yes - this seems a little "odd" to me (too). If there is a way to debug I will gladely help. Or check the code.
Does that same ping command work if you run it at Tools -> Command Shell?
Yes.
One more thing - try editing
/etc/webmin/status/configand adding the linepinger=linuxYej, that made it! Thank you. :-)
PS I'll be opening another task that's related to this - probably a bug too (status shown on the Webmin overview - the index/1:st page).
Great! I'll make this the default in future releases.