✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Suponiendo que se ha ejecutado el siguiente script, en un cortafuegos Linux
1. iptables -F2. iptables -Z3. iptables -P INPUT DROP4. iptables -P OUTPUT DROP5. iptables -P FORWARD DROP6. iptables -A INPUT -s 192.168.56.0/24 -p icmp --icmp-type echo-request -j ACCEPT7. iptables -A OUTPUT -d 192.168.56.0/24 -p icmp --icmp-type echo-reply -j ACCEPT¿Qué sucedería al hacer ping desde el cortafuegos hacia la máquina de dirección IP 192.168.56.10?Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!