Hello,
I need to enable ping to hyperscale nodes for monitoring purposes.
Is there a specific way to do it or standard linux commands need to be used?
Thanks
Hello,
I need to enable ping to hyperscale nodes for monitoring purposes.
Is there a specific way to do it or standard linux commands need to be used?
Thanks
Best answer by Chris Hollis
Hi
My research indicates the following commands can be run to enable ping:
firewall-cmd --zone=block --add-icmp-block-inversion --permanent
firewall-cmd --zone=block --add-icmp-block=echo-request --permanent
systemctl restart firewalld
Note, each line is a seperate command.
Feel free to give this a go and let me know how it goes.
Regards,
Chris
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.