Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 17903  / 1 Year ago, thu, april 13, 2023, 6:23:36

I'm trying to share my desktop with the integrated tool Desktop Sharing

Is there ports to forward on the router, and which ones ?


More From » 11.10

 Answers
7

On Ubuntu 11.10, I turned on the 'Desktop Sharing' application that comes with the OS and found that these ports are opened on my computer:



5800/tcp open  vnc-http
5900/tcp open vnc


They seem to be just the VNC ports.



If you want to verify this for yourself, download this tool from the repository called nmap:



sudo apt-get install nmap


When you install that and have the 'Desktop Sharing' on, run this command in your terminal:



sudo nmap localhost


By default, this will show you all the TCP based ports that are opened. If you don't see any ports open, you might want to look at your local firewall by doing the following command:



sudo iptables -L --line-numbers


This will only list what rules are currently being used on your system.



I hope this gets you on the right track.


[#40131] Thursday, April 13, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
arsleyeuth

Total Points: 72
Total Questions: 121
Total Answers: 112

Location: North Korea
Member since Mon, Oct 31, 2022
2 Years ago
;