After screwing around with command line and getting nowhere, I will follow this question with an answer.
Asked
Active
Viewed 7,750 times
2 Answers
2
yum install tigervnc-server
chkconfig --add vncserver
[edit /etc/sysconfig/vncservers to liking]
service vncserver start
yum install tigervnc
vncviewer localhost

Andrew Case
- 3,489
- 3
- 23
- 39
-
+1 but would add an update to the iptables to open up the port described in /etc/sysconfig/vncservers (say 5902 if uncommenting the default :2 setting). – zedman9991 Sep 08 '11 at 20:21
0
- Applications -> System Tools -> Terminal
- Type: su
- Type: yum install vino
- System -> Preferences -> Remote Desktop
- Check: Allow other users to view your desktop
- [Optional] Uncheck: You must confirm each access to this machine
- [Optional] Check: Require the user to enter this password: [enter password]
- System -> Administration -> Firewall
- Other Ports -> Add
- Check: user Defined
- Port / Port Range: 5900
- Click OK
- Click Apply
- Use a VNC viewer to connect (e.g. RealVNC on Windows)

Nick Bolton
- 5,126
- 12
- 54
- 62