RedHat RHCE (Redhat Certified Engineer) RH302 Question # 92 Topic 10 Discussion

RedHat RHCE (Redhat Certified Engineer) RH302 Question # 92 Topic 10 Discussion

RH302 Exam Topic 10 Question 92 Discussion:
Question #: 92
Topic #: 10

Your System is going use as a router for 172.24.0.0/16 and 172.25.0.0/16. Enable the IP Forwarding.

        echo “1” >/proc/sys/net/ipv4/ip_forward

        vi /etc/sysctl.conf

net.ipv4.ip_forward=1

/proc is the virtual filesystem, containing the information about the running kernel. To change the parameter of running kernel in running state you should modify the /proc. From Next boot the system, kernel will take the value from /etc/sysctl.conf. If net.ipv4.ip_forward is 0, it disable the IP forwarding, if 1 then it enable the IP Forwarding.


Get Premium RH302 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.