Skip to content
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Network

Milad Khakpour edited this page Jan 10, 2020 · 1 revision

Firewalls

ufw

  • install ufw package for better handling Firewall ufw default deny incoming ufw default allow outgoing

to check the status: ufw status

in case of error for ipv6 we can disable it in ufw config file, just add IPV6=no in /etc/ufw/ufw.conf

Clone this wiki locally