I am practicing with iptables and... I need a rule that will block a certain host from pinging me but will let me to ping the host if needed (so I need to accept ping responses right?). Can you help me?
|
feedback
|
|
You can block ping (icmp echo requests) from all hosts using this
If you want to block a particular host then
| |||
|
feedback
|
iptablesruleset (the output ofiptables-save) ? – Steven Monday Dec 5 '10 at 0:00