How to disable ping to avoid network/icmp flood?
Answer / Megha Yadav
To disable the ICMP echo reply (ping) on Linux, you can modify the /etc/sysctl.conf file by adding or uncommenting the line `net.ipv4.icmp_echo_ignore_all = 1` and then run `sudo sysctl -p /etc/sysctl.conf` to apply the changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the different types of ftp servers in linux operating system?
In /etc/fstab, what is the meaning of defaults word and 0 0 indicates which options?
What exactly is this Linux?
Is linux mint free?
What is the difference between cron and anacron?
List the basic components of linux?
Can games run on linux?
Is pfsense linux?
List all the files with ‘.mem’ extension in reverse alphabetical order in a particular directory?
Is semaphore still used today?
What is kali linux used for?
Why mutex is faster than semaphore?