261
edits
(Created initial page) |
|||
Line 199: | Line 199: | ||
==Disable UFW== | ==Disable UFW== | ||
10. If UFW is installed, disable it | 10. If UFW is installed, disable it: | ||
<syntaxhighlight lang="text"> | |||
# ufw disable | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="text"> | |||
# ufw status | |||
Status: inactive | |||
</syntaxhighlight> | |||
==Reboot== | ==Reboot== | ||
11. Reboot | 11. Reboot |