When using Winbox how does one setup a basic firewall rule? What is the equivalent to doing the following via Ubuntu's UFW (Uncomplicated Firewall) using the following example:
# Deny all incoming traffic by default.
sudo ufw default deny incoming
# Allow printing via IPP (Internet Printing Protocol) on TCP & UDP.
sudo ufw allow 631