Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VNC Server in linux

Status
Not open for further replies.

Amphrodite1

Technical User
Oct 17, 2002
134
OM
Hi

Am using RH ES 2.1 server I enabled VNC SErver in that when i try to access from my win2000 pc it is showing connection refused can anybody advice me how to configure vncserver properly in Linux and how we enable the vnc port in linux server
 
Sounds like a firewall issue to me.
I suggest you check to see that the appropriate ports are open:
Vncviewer to Vncserver -- TCP port 5900 + <display number>.

#ACTION SOURCE DESTINATION PROTO DEST PORT(S)
ACCEPT <source> <destination> tcp 5901 #Display Number 1
ACCEPT <source> <destination> tcp 5902 #Display Number 2
...

Vncserver to Vncviewer in listen mode -- TCP port 5500.

#ACTION SOURCE DESTINATION PROTO DEST PORT(S)
ACCEPT <source> <destination> tcp 5500

Trojan.
 
also make sure that the vnc server is started (not just installed). I tend to agree that it sounds like a firewall issue though.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top