Allow a remote IP for incoming connection in UFW (Uncomplicated firewall)
Answer:
To allow a remote IP for incoming connection in Ubuntu's UFW (Uncomplicated firewall), you can use the following command:
# sudo ufw allow from x.x.x.x
Of course you need to reload the firewall.
# sudo ufw reload