Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sequenceXYZ/DevOps_Networking_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 

Repository files navigation

DevOps4ML_Networking_task πŸš€

Hands-On-task-Linux

As DevOps engineer you need to perform next steps to make more secure our local Mail server with help of Iptables Firewall. Description:

Keep in mind that IP Addresses could be changed. Show them in your description. For example if your Subnet in AWS have 10.0.0.0/8 CIDR then use IP Addresses from it.

  • Local subnet is 192.168.42.0/24
  • Mail server ip: 192.168.42.11
  • NAT Gateway ip: 192.168.42.255
  • IT department IP range 192.168.42.200-220
  • HR department IP range 192.168.42.150-199
  • Backup server IP: 192.168.42.250
  • Local DNS server IP: 192.168.42.251

Task:

  • 25 port TCP of mail server should accept connections from internet.
  • 53 port TCP\UDP should be open for outbound connections for DNS use
  • 143 TCP port of mail server must be closed for any connection
  • 993 TCP port should be opened for HR department and Backup server connection
  • 465 TCP port could be accessed by IT department only
  • 587 TCP port must be opened for HR and IT departments only
  • Each evening Backup server used SMB default port to get mail backups from Mail server
  • SSH default port of Mail server should be available for IT department.
  • all other ports, except 443, should be restricted

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published