Configure web01 - lizzy9596/my-tech-journal GitHub Wiki

Configuring

The network ius connected on the DMZ

Using nmtui configure the web01

Gateway and DNS is fw01 dmz

/29

Configuring httpd on web01

Starting the server

This is the resource I used

sudo yum install httpd

This installs httpd

sudo firewall-cmd --permanent --add-service=https

I then made sure https was allowed with the firewall

sudo systemctl start httpd

I then started the firewall

image

I then checked and saw the web server was running

Adding ports

firewall-cmd --permanent --zone=public --add-port=80/tcp

firewall-cmd --permanent --zone=public --add-port=443/tcp