1

If I configure both Case 1 and Case 2 in the same Linux server, which case will take precedence over the other?

  • Case 1 – echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_all
  • Case 2 – iptables rules set to accept ICMP any to any
1

1 Answer 1

0

Case 1 :

  • echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_all

Takes precedence over iptables rules.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .