Applicable to:
- SolusVM
Symptoms
VNC listen address is set as 0.0.0.0 for SolusVM KVM VPS even though the Slave node IP address is set up as VNC Listen Address at SolusVM > Nodes > Node > Settings
Cause
This is SolusVM bug with ID #SVM-3292
Resolution
As a workaround:
- Login to SolusVM admin panel
- Browse to SolusVM > Virtual Servers > VPS > Custom Config
- Copy the Live Config and paste it into Custom Config field:
- Change the VNC listen address in the <graphics/> line in the Custom Config:
CONFIG_TEXT: <graphics type='vnc' port='5911' passwd='zoxBPEa9' listen='0.0.0.0'/>
to
CONFIG_TEXT: <graphics type='vnc' port='5911' passwd='zoxBPEa9' listen='203.0.113.2'/>
- Tick the checkbox Enable Custom Config and click Save&Reboot button
Comments
0 commentsPlease sign in to leave a comment.