|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] static vnc port
On Thursday 06 March 2008 23:20:13 marcus wrote:
> Hi,
>
> I'm trying so give all my guests a static vnc display my Configfile
> looks like this.
>, ] 15 vif = [ 'mac=53:1b:e8:31:0d:ba', ]
> 16 vfb = ['type=vnc,vncunused=1,vncdisplay=10']
My best guess here would be that you've got both vncunused and
vncdisplay set. The vncunused parameter normally binds the VNC display
to 5900+N where N is the number specified by vncunused (in other words
5901 in your case). I'd check to see if VNC is listening on port 5901.
I'm not sure if having both parameters breaks both or if the second one
is simply ignored, however I think you should remove the vncunused
setting.
Jon
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|