Adjusting the Firewall under Ubuntu
The default firewall configuration tool for Ubuntu is ufw. Developed to ease iptables firewall configuration, ufw provides a user friendly way to create an IPv4 or IPv6 host-based firewall. By default UFW is disabled. Enable or Disable To turn UFW on with the default set of rules: sudo ufw enable To check the status of UFW: sudo ufw status verbose …