ravada icon indicating copy to clipboard operation
ravada copied to clipboard

Can't start Ravada VM with IPv6 only.

Open ph0llux opened this issue 11 months ago • 3 comments

Describe the bug I've tried to start a virtual machine using Ravada on an IPv6-only server. If I try to start the machine, this error occured.

To Reproduce Steps to reproduce the behavior:

  1. replace the appropriate listener at /etc/rvd_front.conf with listen => ['http://[::]:8081']
  2. Login to Ravada web
  3. create a virtual machine (e.g. Windows 11)
  4. Try to start the machine

Expected behavior Start the virtual machine

Screenshots

Server (please complete the following information):

  • OS: Ubuntu 22.04
  • Ravada Version 2.1.0

Client (please complete the following information):

  • Browser: - Browser Firefox
  • OS: Fedora 38

Additional context There is an additional error log message:

Jul 19 13:21:58 server rvd_front[107109]: [2023-07-19 13:21:58.49419] [107109] [error] [4WeEWF9urPGf] Error: remote ip invalid 'fd00:fffe::2' at /usr/share/perl5/Ravada/Request.pm line 446.
Jul 19 13:21:58 server rvd_front[107109]:         Ravada::Request::start_domain("Ravada::Request", "uid", 3, "id_domain", 2, "remote_ip", "fd00:fffe::2", "enable_host_devices", ...) called at /usr/sbin/rvd_front line 3330

The address fd00:fffe::2 is the appropriate address of my Fedora client.

ph0llux avatar Jul 19 '23 13:07 ph0llux