Instead of running the command echo 1 >/proc/sys/net/ipv4/ip_forward, the configuration setting is going to be added to /etc/sysctl.conf. What is the missing value in the configuration line below? (Please specify only the missing value)
Answer: net.ipv4.ip_forward
take from debian “/etc/sysctl.conf”
…
# Uncomment the next line to enable packet forwarding for IPv4
#net.ipv4.ip_forward=1
…
Then, the correct answer is:
net.ipv4.ip_forward=1
Yes Fernando, but the Q say “(Please specify only the missing value)” – so it is only the value “net.ipv4.ip_forward”