Valid XK0-005 Dumps shared by EduDump.com for Helping Passing XK0-005 Exam! EduDump.com now offer the newest XK0-005 exam dumps, the EduDump.com XK0-005 exam questions have been updated and answers have been corrected get the newest EduDump.com XK0-005 dumps with Test Engine here:
An administrator is investigating an issue on a Linux-based router where packets enter the machine but are not sent to their destinations in the 10.0.6.0/24 subnet. The administrator inspects the following output from the diagnostic commands: Which of the following commands should the administrator run to enable the routing?
Correct Answer: B
The iptables -L output reveals that the default FORWARD chain policy is DROP, which blocks routed packets from being forwarded to the destination subnet. * B is correct: Setting the policy to ACCEPT allows packets to be forwarded. Incorrect Options: * A: The route to 10.0.6.0/24 already exists. * C: firewalld is not running, and enabling it without rules may further restrict traffic. * D: Restarting the network service won't change firewall rules or fix the FORWARD chain issue. Reference: CompTIA Linux+ XK0-005 Study Guide, Chapter 5 man iptables