SIMULATIONThere is a server having 172.24.254.254 and 172.25.254.254. Your System lies on 172.24.0.0/16. Make successfully ping to 172.25.254.254 by Assigning following IP: 172.24.0.x where x is your station number.
Answer(s): A
Use netconfig commandEnter the IP Address as given station number by your examiner: example: 172.24.0.1Enter Subnet MaskEnter Default Gateway and primary name serverpress on okifdown eth0ifup eth0verify using ifconfigIn the lab server is playing the role of router, IP forwarding is enabled. Just set the Correct IP and gateway, you can ping to 172.25.254.254.
SIMULATIONSuccessfully resolve to server1.example.com where your DNS server is 172.24.254.254.
vi /etc/resolv.confnameserver 172.24.254.254host server1.example.comOn every clients, DNS server is specified in /etc/resolv.conf. When you request by name it tries to resolv from DNS server.
SIMULATIONYour 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_forward2. 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 you should modify on /proc. From Next reboot the system, kernel will take the value from /etc/sysctl.conf.
SIMULATIONWho ever creates the files/directories on archive group owner should be automatically should be the same group owner of archive.
chmod g+s /archiveVerify using: ls -ld /archive Permission should be like:drwxrws--- 2 root sysuser 4096 Mar 16 18:08 /archiveIf SGID bit is set on directory then who every users creates the files on directory group owner automatically the owner of parent directory.To set the SGID bit: chmod g+s directoryTo Remove the SGID bit: chmod g-s directory
Post your Comments and Discuss RedHat EX200 exam with other Community members:
chukwuemeka ubajaka commented on May 17, 2022 Can't i get redhat 8 version of the questions instead of the redhat 6 version, as the syntax of redhat 8 and 6 is not the same. UNITED STATES upvote
Sandeep commented on March 19, 2021 Zabar Dast! So accurate and so real. Passed my exam lasat week. INDIA upvote
Dan commented on December 16, 2019 How do i print the pdf download, its password protected. I want to print the file and study before the exam in couple days Anonymous upvote
Carlo Shamany commented on July 17, 2019 good havent taken the test but feel confident. UNITED STATES upvote
Our website is free, but we have to fight against bots and content theft. We're sorry for the inconvenience caused by these security measures. You can access the rest of the EX200 content, but please register or login to continue.