Dec 17, 2020 UFW is an acronym for uncomplicated firewall. It is used for managing a Linux firewall and aims to provide an easy to use interface for the user. In this tutorial, you will learn how to use UFW a frontend to iptables for open incoming SSH port / connection on Ubuntu Linux 16.04/18.04 LTS or Debian Linux server. UFW is an acronym for uncomplicated firewall. It is used for managing a Linux firewall and aims to provide an easy to use interface for the user. In this tutorial, you will learn how to use UFW a frontend to iptables for open incoming SSH port / connection on Ubuntu Linux 16.04/18.04 LTS or Debian Linux server.
You are reading an unmaintained version of the Ansible documentation. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See the latest Ansible documentation.
Ufw Allow Ssh From Ip Range
- Notes
Ubuntu Ufw Allow Openssh
parameter | required | default | choices | comments |
---|---|---|---|---|
delete | no |
| Delete rule. | |
direction | no |
| Select direction for a rule or default policy command. | |
from_ip | no | any | Source IP address. aliases: from, src | |
from_port | no | |||
insert | no | |||
interface | no | aliases: if | ||
log | no |
| ||
logging | no |
| Toggles logging. Logged packets use the LOG_KERN syslog facility. | |
name | no | Use profile located in /etc/ufw/applications.d aliases: app | ||
policy | no |
| Change the default policy for incoming or outgoing traffic. aliases: default | |
proto | no |
| ||
route | no |
| ||
rule | no |
| ||
state | no |
| enabled reloads firewall and enables firewall on boot.disabled unloads firewall and disables firewall on boot.reset disables and resets firewall to installation defaults. | |
to_ip | no | any | Destination IP address. aliases: to, dest | |
to_port | no | aliases: port |
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
This module is community maintained without core committer oversight.
For more information on what this means please read Module Support
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Helping Testing PRs and Developing Modules.