LPI 202-450 Exam Practice Questions (P. 1)
- Full Access (120 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
On a Linux router, packet forwarding for IPv4 has been enabled. After a reboot, the machine no longer forwards IP packets from other hosts. The command: echo 1 > /proc/sys/net/ipv4/ip_forward temporarily resolves this issue.
Which one of the following options is the best way to ensure this setting is saved across system restarts?
Which one of the following options is the best way to ensure this setting is saved across system restarts?
- AAdd echo 1 > /proc/sys/net/ipv4/ip_forward to the root user login script
- BAdd echo 1 > /proc/sys/net/ipv4/ip_forward to any user login script
- CIn /etc/sysct1.conf change net.ipv4.ip_forward to 1Most Voted
- DIn /etc/rc.local add net.ipv4.ip_forward = 1
- EIn /etc/sysconfig/iptables-config add ipv4.ip_forward = 1
Correct Answer:
C
C
send
light_mode
delete
Question #2
What information can be found in the file specified by the status parameter in an OpenVPN server configuration file? (Choose two.)
- AErrors and warnings generated by the openvpn daemon
- BRouting information
- CStatistical information regarding the currently running openvpn daemon
- DA list of currently connected clients
- EA history of all clients who have connected at some point
Correct Answer:
BD
BD
send
light_mode
delete
Question #3
Which of the following lines in the sshd configuration file should, if present, be changed in order to increase the security of the server? (Choose two.)
- AProtocol 2, 1
- BPermitEmptyPasswords no
- CPort 22
- DPermitRootLogin yes
- EIgnoreRhosts yes
Correct Answer:
AD
AD
send
light_mode
delete
Question #4
Which of the following nmap parameters scans a target for open TCP ports? (Choose two.)
send
light_mode
delete
Question #5
Which of the statements below are correct regarding the following commands, which are executed on a Linux router? (Choose two.)


- APackets with source or destination addresses from fe80::/64 will never occur in the FORWARD chainMost Voted
- BThe rules disable packet forwarding because network nodes always use addresses from fe80::/64 to identify routers in their routing tables
- Cip6tables returns an error for the second command because the affected network is already part of another rule
- DBoth ip6tables commands complete without an error message or warningMost Voted
- EThe rules suppress any automatic configuration through router advertisements or DHCPv6
Correct Answer:
DE
DE
send
light_mode
delete
All Pages