Showing posts with label vnc. Show all posts
Showing posts with label vnc. Show all posts

Tuesday, February 26, 2013

SmartOS: permanently set VNC port

vmadm update dece98e8-29d7-4394-8cf1-d0185e2258b7 vnc_port=35351

...
  "vnc": {
    "host": "192.168.0.40",
    "port": 35351,
    "display": 29451
  },
...


Now, you can configure remmina to connect to 192.168.0.40:35351

Friday, February 15, 2013

SmartOS, kvm, vnc and keyboard

SmartOS.
I have had problems with the keyboard using VNC to connect to a KVM guest.
Keyboard mapping I mean.
The solution working for me was:

vmadm update <uuid> qemu_extra_opts="-k it"