How can I use Vnc with Xen I have a CentOS machine on which Xen is installed and working and I saw DomU using GUI of virt-manager I want to access the CenOS machine with a Laptop via SSH and then use VNC to view desktop -- http://www.abhitech.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Dec 03, 2009 at 03:18:53PM +0530, Tapas Mishra wrote:> How can I use Vnc with Xen I have a CentOS machine on which Xen is > installed and working and I saw DomU using GUI of virt-manager > > I want to access the CenOS machine with a Laptop via SSH and then use > VNC to view desktop >Enable ssh X11 forwarding and then you can run for example ''virt-manager'' or ''virt-viewer'' from dom0 command line and see it in your local X on the desktop/laptop. -- Pasi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Dec 3, 2009 at 4:48 PM, Tapas Mishra <tapas@abhitech.com> wrote:> How can I use Vnc with Xen I have a CentOS machine on which Xen is > installed and working and I saw DomU using GUI of virt-manager > > I want to access the CenOS machine with a Laptop via SSH and then use > VNC to view desktopYou should be able to edit domU config file (usually on /etc/xen/), edit the lines containing "vnc" to listen to "0.0.0.0" instead of localhost. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Pasi Kärkkäinen a écrit :> On Thu, Dec 03, 2009 at 03:18:53PM +0530, Tapas Mishra wrote: >> How can I use Vnc with Xen I have a CentOS machine on which Xen is >> installed and working and I saw DomU using GUI of virt-manager >> >> I want to access the CenOS machine with a Laptop via SSH and then use >> VNC to view desktop >> > > Enable ssh X11 forwarding and then you can run for example > ''virt-manager'' or ''virt-viewer'' from dom0 command line and see it in > your local X on the desktop/laptop.Is there a way to use some GUI client to control a debian dom0 which has no X11 running (server only in command line but client like a laptop do have a graphical environment)?> > -- Pasi > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Dec 04, 2009 at 10:41:55AM +0100, Nicolas Michel wrote:> Pasi Kärkkäinen a écrit : > >On Thu, Dec 03, 2009 at 03:18:53PM +0530, Tapas Mishra wrote: > >>How can I use Vnc with Xen I have a CentOS machine on which Xen is > >>installed and working and I saw DomU using GUI of virt-manager > >> > >>I want to access the CenOS machine with a Laptop via SSH and then use > >>VNC to view desktop > >> > > > >Enable ssh X11 forwarding and then you can run for example > >''virt-manager'' or ''virt-viewer'' from dom0 command line and see it in > >your local X on the desktop/laptop. > > Is there a way to use some GUI client to control a debian dom0 which has > no X11 running (server only in command line but client like a laptop do > have a graphical environment)? >Yes, exactly what I just wrote. No need to have X server on the dom0. Enable ssh X11 forwarding, and you can run the apps from the dom0 and display them on your laptop. Or if you''re using virt-manager you can also directly connect to libvirtd on the dom0 from your laptop running virt-manager. -- Pasi> > > >-- Pasi > > > > > >_______________________________________________ > >Xen-users mailing list > >Xen-users@lists.xensource.com > >http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Dec 4, 2009 at 5:09 AM, Pasi Kärkkäinen <pasik@iki.fi> wrote:> No need to have X server on the dom0. Enable ssh X11 forwarding, and you > can run the apps from the dom0 and display them on your laptop..... only if said Dom0 has the X libraries. remote X11 removes the need for X server and graphic display at the target; but the libraries are still needed. -- Javier _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users