Difference between revisions of "Firewalls"

m
Template inserted
(Marked this version for translation)
m (Template inserted)
Line 19: Line 19:
<!--T:6-->
<!--T:6-->
You can install the {{ic|ufw}} package using you favorite package manager or the command:
You can install the {{ic|ufw}} package using you favorite package manager or the command:
  pamac install ufw
  {{UserCmd|command=pamac install ufw}}




<!--T:7-->
<!--T:7-->
Once UFW is installed you need to start and enable it using the commands:
Once UFW is installed you need to start and enable it using the commands:
  sudo systemctl enable ufw.service
  {{UserCmd|command=sudo systemctl enable ufw.service}}
  sudo ufw enable
  {{UserCmd|command=sudo ufw enable}}




<!--T:8-->
<!--T:8-->
{{warning|Don't enable both iptables.service and ufw.service}}
{{warning|Don't enable both iptables.service and ufw.service}}


==Adding Rules== <!--T:9-->
==Adding Rules== <!--T:9-->
translator
987

edits