Answers for "ubuntu firewall"

0

firewall status on ubuntu

$ sudo ufw status
[sudo] password for linuxconfig: 
Status: inactive
Posted by: Guest on June-29-2020
0

ubuntu firewall

sudo ufw status
Posted by: Guest on August-06-2021
5

allow ip through ufw

sudo ufw allow from 15.15.15.0/24  to any port 22
Posted by: Guest on April-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language