SIMULATION - Your System is going use as a router for 172.24.0.0/16 and 172.25.0.0/16. Enable the IP Forwarding. 1. echo "1" >/proc/sys/net/ipv4/ip_forward 2. vi /etc/sysctl.conf net.ipv4.ip_forward=1 Suggested Answer: See explanation below. /proc is the virtual filesystem, containing the information about the running kernel. To change the parameter of running kernel you should modify on /proc. From Next reboot the system, kernel will take the value from /etc/sysctl.conf. This question is in EX200 Red Hat Certified System Administrator (RHCSA) Exam For getting Red Hat Certified System Administrator (RHCSA) Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Redhat. Trademarks, certification & product names are used for reference only and belong to Redhat. The website does not contain actual questions and answers from Redhat's Certification Exam.
Please login or Register to submit your answer