Task - Firewall Configuration
Problem:
The
Nautilus
system admins team has rolled out a web UI application for their backup utility on theNautilus backup server
within theStratos Datacenter
. This application operates on port5000
, andfirewalld
is active on the server. To meet operational needs, the following requirements have been identified:Allow all incoming connections on port
5000/tcp
. Ensure the zone is set topublic
.
Solution:
ssh into
backup server
Allow incoming connections on port 5000/tcp:
sudo firewall-cmd --zone=public --add-port=5000/tcp --permanent
Reload the firewall to apply the changes:
sudo firewall-cmd --reload
Verify the changes to ensure the port is open:
sudo firewall-cmd --zone=public --list-ports
About me:
Hi, I am Sachin Khamitkar, a Passionate DevOps Engineer and an Expert Support Engineer. As a DevOps enthusiast and technology fan, I am passionate about automating workflows, optimizing infrastructure, and improving deployment processes. I love sharing insights on cloud strategies, containerization, and continuous delivery. With 6 years of experience in Technical and Application Support, I have a strong foundation in DevOps practices. I excel in root cause analysis, SLA adherence, and enhancing software stability. My skills include log analysis, SQL reporting, and CI/CD pipeline optimization. I have a proven track record in deploying builds, patches, and maintaining production environments. Additionally, I bring expertise in incident, problem, and change management following ITIL standards. If you're as excited about DevOps as I am, let's connect ๐ me on LinkedIn๐๐ผ, Gitlab๐ป๐, and Email๐ง for more tech tips, tutorials, and exciting projects! Let's innovate together and drive the future of DevOps! ๐๐ฉโ๐ป๐ก
Subscribe to my newsletter
Read articles from Sachin Khamitkar directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
Sachin Khamitkar
Sachin Khamitkar
Hi there, I am a learner first and then an IT enthusiast. I have started exploring and ocean of DevOps Tools and tech.