Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Additionally open other ports that you require. For this tutorial it would be,

Code Block
languagebash
sudo ufw allow 80 # Web Server

...


sudo ufw allow 443 # SSL over Web Server

Finally check that all your rules are in place,

Code Block
sudo ufw status verbose

There is much more to ufw but the above steps should get you going.

...