Skip to content

Commit 8744351

Browse files
author
snippetbucket
committed
guide disable firewall
1 parent 73ef495 commit 8744351

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,27 @@ Create a new Centos7 (minimal installation will do) installation. Login with `ro
3434
Few questions will be asked about the details of the installation. The only one that you need to change is the password for the confluence database user. The rest can be left as default values (just press Enter).
3535

3636
Thats it!!! the script will take care of the rest of the installation.
37+
38+
39+
# tips
40+
41+
SnippetBucket.com advice for developer to disable firwall.
42+
43+
systemctl disable firewalld
44+
systemctl stop firewalld
45+
systemctl status firewalld
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+

0 commit comments

Comments
 (0)