QuestionQ112
System Administration FundamentalsThe net.ipv4.ip_forward kernel parameter must be enabled and persist through reboots. Which commands should be used to accomplish this?
- A cat /proc/sys/net/ipv4/ip_forwardsysctl -w net.ipv4.ip_forward=1
- B sysctl -w net.ipv4.ip_forward=1reboot
- C echo "net.ipv4.ip_forward=1" >> /etc/sysctl.confsysctl --system
- D sysctl net.ipv4.ip_forwardsysctl -w net.ipv4.ip_forward=l
Community Discussion