How can I configure UFW to allow VNC access to my computer from a specific IP address?

How can I configure UFW to allow VNC access to my computer from a specific IP address?

Hello,

I am connecting from another local device to my laptop. How can I configure the UFW to let my specific device through?

Vesa

Ubuntu 15.04

1 Answer

From

This would be
sudo ufw allow from 1.2.3.4 to any port 5900

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like