I believe 5901 is the right port. I have posted in an earlier email the results of netstat. I ran it again; a portion of it follows:Jeremy Conlin wrote:
In that case is port 5901 the right port? What does the output of the following command look like?
I tried to do that including 5901:tcp but haven't been able to get it to work. I still can't do vnc until I turn the firewall off.
netstat -atpn | grep LISTEN
Chris
tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN -
It appears that it is "listening" to 5901. I don't know what else to do.
Jeremy