Skip to main content
Solved

Enable ping on hypserscale

  • 2 July 2024
  • 2 replies
  • 32 views

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

2 replies

Userlevel 6
Badge +15

Hi @Sandy11 

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

Userlevel 1
Badge +7

Thanks, it worked perfectly.

Reply