Question
Linux + CentOS7 1. What are the default firewall rules that are configured in a CentOS minimal installation? *What does it block by default? *What
Linux + CentOS7
1. What are the default firewall rules that are configured in a CentOS minimal installation?
*What does it block by default?
*What is allowed?
2. Setup a password policy on both systems to enforce the use of complex passwords:
*Password length must be more than 8 characters.
*Password must have a mix of capital and lower case letters.
*Password must have at least 1 number and 1 special character.
*All passwords expire after 30 days and the same password cannot be reused.
*Provide detailed documentation on how you completed this task in your lab report.
3. Install nmap and tcpdump on both systems with yum.
4. Use nmap to probe both systems for open ports.
*Do this with and without the firewall enabled (turn off firewalld).
*What are the differences?
*If ports were found open idenfity what services they belong to.
*Try to figure out how to use nmap to gain more detailed information about the host and open ports while iptables is disabled.
5. On your CentOS1 system run tcpdump and redirect the output to a file so that it can be parsed later.
6. While tcpdump is running (remember backgrounding?) use links on the same machine to surf the web (yum install elinks).
*After you have visited a few pages close links.
*Stop tcpdump and view the output file.
7. What was captured? Be very specific in your writeup, include things like data, ports, protocols, etc
8. Use tcpdump again but this time filter the output for http traffic only (hint: look at the man page)
Document everything in the lab report and include your configuration files in the document.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started