[email protected] wrote: > On Tuesday, September 20, 2011 10:56 AM, [email protected] wrote: > >> I can't tell you anything further because I can't figure out how to VNC >> from my Desktop to the 'rh6variants' HVM Guest on my headless Dom0 >> server if I can't set an IP address for VNC to listen on, >> > > If in the HVM config file I do both > > - vncpasswd='vncpass' > + #vncpasswd='vncpass' > - vncconsole=10 > + vncdisplay=10 >
I'd suggest vnc=1 vncunused=1 vncunused=1 means use first unused port, starting at 5900. This is more flexible than using a static port, since the domain won't start if that port is already in use. vncpasswd should work though. Perhaps there has been a regression. Jim -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
