|
Softwares ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Main /
Disable-ping-request-to-the-serverMain.Disable-ping-request-to-the-server HistoryHide minor edits - Show changes to output Deleted lines 24-28:
---- (:Googletxt:) Changed lines 27-31 from:
@] to:
@] ---- (:Googletxt:) Changed lines 1-2 from:
[ to:
(:Google1:) (:Googlemm:) Added lines 1-4:
[:Google1:] [:Googlemm:] ---- Added lines 10-26:
or As superuser, add the following lines to /etc/sysctl.conf net.ipv4.icmp_echo_ignore_broadcasts = 1 net.ipv4.icmp_echo_ignore_all = 1 Then run the following command to cause the change to take effect immediately: sysctl -p This change will persist following a reboot. Added lines 1-6:
Linux security *Diable ping [@ echo 1 >/proc/sys/net/ipv4/icmp_echo_ignore_all @] |