Skip to content

Commit dbde424

Browse files
authored
DevOps -- Linux -- Firewall
1 parent 144aa4b commit dbde424

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

kodekloud-laboratories/kodekloud-engineer/linux-administration/level-02-linux/13-02-firewall-setup.sh

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,13 @@ d. Zone should be public.
2525
e. If Apache or Nginx services aren't running already, please make sure
2626
to start them.
2727

28-
'
28+
'
29+
30+
ssh worker00@stapp01
31+
32+
sudo su -
33+
34+
yum install firewalld -y
35+
36+
systemctl enable nginx; systemctl start nginx; systemctl status
37+

0 commit comments

Comments
 (0)