0

I set a VNC on my server and but when I want to connect to my server with VNC i get this error :

" Failed to connect to server"

what am i going to do ? thanks in advance

Maxwell
  • 5,076
  • 1
  • 26
  • 31

2 Answers2

2

Check that the firewall is allowing tcp connections to the port number your vnc server is listening to.

Maxwell
  • 5,076
  • 1
  • 26
  • 31
  • my firewall in now off :D !!! –  Jun 01 '10 at 10:29
  • and then, can you establish a tcp connection? does the machine respond to your icmp requests? does the vnc server listen to the correct interface? – Maxwell Jun 01 '10 at 14:50
0

Check if VNC server is running.

netstat -a

lg.
  • 4,649
  • 3
  • 21
  • 20