Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Project 1 : Server Firewall Configuration Project Overview: As a lead Cybersecurity Engineer at our software company, you have been assigned the task of configuring
Project : Server Firewall Configuration
Project Overview: As a lead Cybersecurity Engineer at our software company, you have been assigned the task of configuring the firewalls for two servers in our organization's server farms. The project aims to enhance the security of the Microsoft SQL Database Server and the Web Server by using stateful inspection firewall pfSense to control the network traffic and ensure that only necessary ports are open.
Project Objectives:
Configure the stateful inspection firewall pfSense to restrict access to the Microsoft SQL Database Server Windows Server so that only port is accessible.
Configure the stateful inspection firewall pfSense to restrict access to the Web Server Windows Server so that only port is accessible.
Expected Outcome:
After configuring the firewall for the Database Server, all ports except port should be closed. This will be verified using an Nmap scan.
After configuring the firewall for the Web Server, all ports except port should be closed. This will also be verified using an Nmap scan.
Project Tasks:
Task : Server Preparation:
Ensure that the Microsoft SQL Database Server Windows Server is set up and ready for use, with the assumption that the Database will be installed by the DB Administrator.
Ensure that the Web Server Windows Server is set up and ready for use, with the assumption that the application and other configurations will be prepared by the DevOps Engineer.
Task : Firewall Configuration:
Access the pfSense firewall.
Configure firewall rules for the Microsoft SQL Database Server:
Create a rule to allow incoming traffic on port SQL Server port
Create a default deny rule for all other ports.
Configure firewall rules for the Web Server:
Create a rule to allow incoming traffic on port HTTPS
Create a default deny rule for all other ports.
Task : Verification:
Conduct an Nmap scan to verify that all ports on the Microsoft SQL Database Server are closed except port
Conduct an Nmap scan to verify that all ports on the Web Server are closed except port
Recommended Tools:
pfSense Firewall.
Nmap for conducting port scans.
Two Windows Server Evaluation Edition virtual machines.
Virtualization software like VMware or Oracle VirtualBox for hosting the virtual servers.
Kali Linux for conducting network scans Nmap
Project Deliverables:
A detailed configuration report for pfSense firewall for both the Database Server and Web Server.
Nmap scan reports showing closed ports for each server as per project objectives.
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