nerdexam
LPI

117-202 · Question #49

A server is being used as a smurf amplifier, whereby it is responding to ICMP Echo-Request packets sent to its broadcast address. To disable this, which command needs to be run?

The correct answer is D. echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts. See the full explanation below for the reasoning.

Question

A server is being used as a smurf amplifier, whereby it is responding to ICMP Echo-Request packets sent to its broadcast address. To disable this, which command needs to be run?

Options

  • Aifconfig eth0 nobroadcast
  • Becho "0" > /proc/sys/net/ipv4/icmp_echo_accept_broadcasts
  • Ciptables -A INPUT -p icmp -j REJECT
  • Decho "1" > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
  • Eecho "1" > /proc/sys/net/ipv4/icmp_echo_nosmurf

How the community answered

(38 responses)
  • A
    5% (2)
  • B
    11% (4)
  • C
    3% (1)
  • D
    79% (30)
  • E
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 117-202 Practice