  | | | setting up VNc Server on linux | setting up VNc Server on linux 2006-11-16 - By LATULIPPE Paul
Back
Not sure if this will help or not, however this is how I set-up VNC and it worked just fine, I can connect with a client or via a browser:
Login as $USER vncpasswd (choose one, confirm) root: vi /etc/sysconfig/vncserver
VNCSERVERS="1:root" VNCSERVERARGS[1]="-geometry 1024x768"
root: /sbin/chkconfig vncserver on root: service vncserver start open up firewall ports (5801 and 5901) where 01 is the id used in $VNCSERVERS. 5801 browser base access, 5901 standalone VNC client access. With service started, switch back to $USER cd ~ cd ./vnc vi xstartup you might want to uncomment the two first lines for a normal desktop with both ports open you can connect via a browser: http://$FULY_QUALIFIED_HOST_NAME:5801 ... or ... with a VNC client (i.e. RealVNC): $FULLY_QUALIFIED_HOST_NAME:1
Good luck and let me know if it worked, Paul
-- --Original Message-- -- From: redhat-install-list-bounces@(protected) [mailto:redhat-install-list-bounces@(protected)] On Behalf Of Sujitkumar Shirkar Sent: Thursday, November 16, 2006 12:39 AM To: redhat-install-list@(protected); bret_stern@(protected) Subject: setting up VNc Server on linux
Hello Rick
we have few IBM workstation 6217 with RHEL 4, and we need to setup remote desktop on them to work on the systems remotely.
what we heard there is VNC server in redhat bydefault, i need to know how to configure it?
and is there any other tool available to use desktop remotelly on linux
Sujit
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ Live the life in style with MSN Lifestyle. Check out! http://content.msn.co.in/Lifestyle/Default
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ Redhat-install-list mailing list Redhat-install-list@(protected) https://www.redhat.com/mailman/listinfo/redhat-install-list To Unsubscribe Go To ABOVE URL or send a message to: redhat-install-list-request@(protected) Subject: unsubscribe
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ Redhat-install-list mailing list Redhat-install-list@(protected) https://www.redhat.com/mailman/listinfo/redhat-install-list To Unsubscribe Go To ABOVE URL or send a message to: redhat-install-list-request@(protected) Subject: unsubscribe
|
|
 |