Initialize Ubuntu Host Device and Set Up a Basic Firewall Working on Ubuntu 16.04 sever. (login as root). # apt-get update # apt-get install ufw Enable ufw IPv6 make sure IPV6=yes into the file /etc/default/ufw or set it to yes. # vim /etc/default/ufw Enable firewall ufw # ufw default deny incoming # ufw default allow […]
↧