UWF Firewall configuration
I installed the UWF firewall on the Kali Linux system using sudo apt install uwf command
Then I configured the UWF firewall rules using the following commands to allow traffic from the IP addresses 192.168.1.1, 192.168.1.2, 192.168.1.3, 192.168.1.4
sudo ufw allow from 192.168.1.1
sudo ufw allow from 192.168.1.2
sudo ufw allow from 192.168.1.3
sudo ufw allow from 192.168.1.4
After the rules have been configured I enabled the UWF firewall using sudo ufw enable command.
Below is the screenshot of an Open University course chapter on firewalls
Comments
Post a Comment