Red Hat Certification Exam Question:
Download Questions PDF

Suppose There are more then 400 Computers in your Office. You are appointed as a System
Administrator. But you don?t have Router. So, you are going to use your One Linux Server as a
Router. How will you enable IP packets forward?

Answer:

1. /proc is the virtual filesystem, we use /proc to modify the kernel value at running time. So For

Current Session: echo ?1? >/proc/sys/net/ipv4/ip_forward

2. /etc/sysctl.conf ?when System Reboot on next time, /etc/rc.d/rc.sysinit scripts reads the file

/etc/sysctl.conf. So if you want to permanently set the IP forwarding enable, You should set:

net.ipv4.ip_forward=1

Here 0 means disable, 1 means enable.

Download Red Hat Certification Interview Questions And Answers PDF

Previous QuestionNext Question
Suppose You are giving the debug RHCT exam. The examiner told you that the password of root is redhat. When you tried to login displays the error message and redisplayed the login screen. You changed the root password, again unable to login as a root. How will you make Successfully Login as a root.How to Add a new logical partition having size 100MB and create the /data which will be the mount point for the new partition.