What is the missing value in the configuration line below?

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)

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



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Fernando

Fernando

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

marcus

marcus

Yes Fernando, but the Q say “(Please specify only the missing value)” – so it is only the value “net.ipv4.ip_forward”