- Home
- All questions
- Question 84
CKA study material · question 84 of 1000
Which kernel setting commonly has to be enabled by hand before cluster networking works?
Show the answer
Answer: C. net.ipv4.ip_forward
Linux does not route IPv4 packets between interfaces by default, so ip_forward is set to 1.
Source: Container Runtimes (Kubernetes) — Enable IPv4 packet forwarding