Disable virtual server also disable ping function

2 posts / 0 new
Last post
#1 Fri, 05/25/2018 - 10:55
Jimmy.tam

Disable virtual server also disable ping function

I have disabled the virtual server but it still can be ping from Internet. How can I also disable the ping function?

Fri, 05/25/2018 - 17:51
Diabolico
Diabolico's picture

You can use iptables to block pinging, something like iptables -I INPUT -p icmp --icmp-type 8 -j DROP.

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Topic locked