Web01 (Centos) - LosephCawtonJurtis/SEC-350 GitHub Wiki
Organizations Centos web server located in DMZ
Web01 setup
Configure user and network
Adduser *username*
Usermod -aG wheel *un*
Passwd *un* ---
Nmtui
Set DNS and Gate way to DMZ interface on fw01(172.16.50.2) remember that the DMZ is a /29 Configure HTTPD
Sudo yum install httpd
sudo firewall-cmd --zone=public --add-port=80/tcp --permanent
sudo firewall-cmd --reload
do not forget to enable and start httpd as a service
systemctl start httpd
systemctl enable httpd
systemctl status httpd