UFW adding rules from command line problem

I tried to add the ip address of a tablet I use on my local network but the REPORT on UFW does not not seem to show any item with that ip address. Did the rule get added with sudo ufw allow from 197.xxx.xx.xxx [where x are numerics] Is my command correct for Mate 18.04? Are there any special criteria when adding rules from the command line?

what command did you issue? (you can mask the ip if you prefer)

sudo ufw deny from 10.0.0.35 will deny any traffic from that address.

sudo ufw status verbose

1 Like

sudo ufw allow from 197.x.x.x is the proper command