How to disable ping reply (ICMP) in “Suse 11.0,” Suse firewall2 installed
Acknowledgments:
Thanks to Malcolmlewis for the inspiration
Disable Ping Reply Suse 11.0 - openSUSE Forums
Replacement firewall gui - openSUSE Forums
This post is for the following situation:
You’ve installed “Suse 11.0” on your computer. Although all of your computer’s ports are stealth mode, your computer still replies to random ping request.
Solution 1 of 2
Google the following items
#echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_all
#echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all
Do they work? Probably, I’ve never tried it.
Using solution 1 of 2, do I know how to backup the file to be modified? Do I know how to tell you to import and then export this file should you make a mistake with its modification? Do I know how to fix in problems in the event that the Googled instructions prove to be invalid? Do I know how to tell you to backup and save your original configuration should something go wrong with solution 1 of 2 ? The answer to these questions, for solution one only, is no. Solution 2 goes without saying and so the answer is yes. If you mess it up, I might be able to help you.
Solution 2:
Have I tried it?
Yes, and it worked like a charm, and here it is. Oh by the way, it easier to execute than the steps or the number of steps indicate.
Please message me if you find an error and if it helped you, thanks
Solution 2 of 2
-
From the desktop, lower left-hand corner
click start. The “start” icon looks like a
lizard. -
Click the “applications” tab.
-
Scroll to “system” and then left click it.
-
The menu changes, now left click “Yast admin
settings” -
After a an extremely short delay, the “Run
as Root” dialog appears. -
Enter the “root password.”
-
After a short delay, the “Yast Control
center” Dialog box will appear. -
Within the left-hand column of the “Yast
Control center” Dialog box, select “system” -
From near the top of the “Yast Control
center” Dialog box, select “/etc/sysconfig
editor.”
The “yast2 dialog box will appear although
it will take awhile, 2 seconds on my
system. -
In the lefthand column click “Network.”
-
From the collapsible drop-down menu (menu
tree for some) click “Firewall.” -
From the collapsible drop-down menu (menu
tree for some) click “Suse "Firewall2.” -
From the collapsible
drop-down menu (menu tree for some)
scroll to “FW_ALLOW_PING_FW” -
In the upper center part of the screen,
verify that the words “FW_ALLOW_PING_FW”
are there. Then, slightly below and to the
far right click the down arrow and
select “No.” -
In the lower right-hand corner, click the
“finish button.” Wait for the ensuing
computer activity to finish. -
Exit these dialog boxes and then restart
the system.
Congratulations, your system will no longer reply to random ping request!
Please message me if you find an error and if it this thread helped you, thanks!
Also, again, thanks to thanks to Malcolmlewis, Suse forum member, for the inspiration.