Multiple Choice
A Linux administrator built a GitLab server. Later that day, a software engineer tried to access the server to upload the repository during the final step of installation. The software engineer could not access the website. Which of the following firewall rules would allow access to this site?
A) iptables -A INPUT -p tcp -m multiport --dports 80,443 -m conntrack -cstate NEW, ESTABLISHED -j ACCEPT
B) iptables -A INPUT -p tcp -m multiport --dports 80,443 -m conntrack -cstate ESTABLISHED -j ACCEPT
C) iptables -A INPUT -p tcp -m multiport --dports 80,443 -m conntrack -cstate RELATED, ESTABLISHED -j ACCEPT
D) iptables -A INPUT -p tcp -m multiport --dports 80,443 -m conntrack -cstate NEW, ESTABLISHED -j REJECT
Correct Answer:

Verified
Correct Answer:
Verified
Q78: A Linux team is using Git to
Q79: A junior systems administrator needs to make
Q80: A new user has been added to
Q81: A Linux administrator tried to copy files
Q82: A Linux administrator opens a ticket to
Q84: A systems administrator notices a large number
Q85: A systems administrator observes high latency values
Q86: Users in the payroll department are not
Q87: An administrator needs to generate a list
Q88: An administrator receives the following message on