CompTIA
XK0-006 · Question #5
A systems administrator needs to enable routing of IP packets between network interfaces. Which of the following kernel parameters should the administrator change?
The correct answer is D. net.ipv4.ip_forward. The net.ipv4.ip_forward kernel parameter controls whether the Linux kernel can forward IP packets between network interfaces, enabling routing functionality when set to 1.
Networking and Cloud Concepts
Question
A systems administrator needs to enable routing of IP packets between network interfaces. Which of the following kernel parameters should the administrator change?
Options
- Anet.ipv4.ip_multicast
- Bnet.ipv4.ip_route
- Cnet.ipv4.ip_local_port_range
- Dnet.ipv4.ip_forward
How the community answered
(21 responses)- B5% (1)
- C10% (2)
- D86% (18)
Explanation
The net.ipv4.ip_forward kernel parameter controls whether the Linux kernel can forward IP packets between network interfaces, enabling routing functionality when set to 1.
Topics
#IP forwarding#kernel parameters#sysctl#routing
Community Discussion
No community discussion yet for this question.