Top

running WebRTC gateway on Linux KVM virtualisation

Comments

2 comments

  • John STENHOUSE

    I have also had requests for KVM support.

     

    David LAMORSKI thanks for the post :)

    0
    Comment actions Permalink
  • David LAMORSKI

    Small update for rainbow-webrtc-gateway-1.70.3-175:

    1. extract the zip archive
      • unzip rainbow-webrtc-gateway-1.70.3-175.zip
    2. create new disk image
      • sudo qemu-img create /var/lib/libvirt/images/rainbow-webrtc-gateway-1.70.3.qcow2 4G
    3. virt-install a new vm and use the iso as installation medium (-k de means german keyboard layout, alter it for your needs!)
      • sudo virt-install --connect qemu:///system -n rainbow-webrtc-gateway-1-70 -r 2048 --vcpus=2 --disk path=/var/lib/libvirt/images/rainbow-webrtc-gateway-1.70.3.qcow2,bus=scsi -c ovf/rainbow-webrtc-gateway-1.70.3-175.iso --vnc -k de --os-type linux --os-variant debian9 --accelerate --network=bridge:br0 --hvm --noautoconsole --vncport=-1
    4. connect with VNC to the screen and login continue with the normal install procedure

     

    1
    Comment actions Permalink

Please sign in to leave a comment.

Still can't find what you need?

  • Contact Us

    Do you have any question about Rainbow? Leave us a message to get more information.

    Contact
  • Ask the Community

    Do you need help? Ask your questions to the Community and get answers from other Rainbow users.

    Post message