IP addr range is allowed only 192.168.56.0/21 in VirtualBox

Bug #1980312 reported by Yasufumi Ogawa
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tacker
Fix Released
Low
Yasufumi Ogawa

Bug Description

IP address range without 192.168.56.0/21 is not allowed for an update in VirtualBox 6.1.28[1]. If you use other range than it with version 6.1.28 or later, `vagrant up` is terminated as the example below. The default range in tacker installer is 192.168.33.0/24, so it should be update for the change in VirtualBox.

[1] https://www.virtualbox.org/wiki/Changelog-6.1

$ vagrant up
Bringing machine 'controller' up with 'virtualbox' provider...
==> controller: Checking if box 'ubuntu/focal64' version '20220518.0.0' is up to date...
==> controller: A newer version of the box 'ubuntu/focal64' for provider 'virtualbox' is
==> controller: available! You currently have version '20220518.0.0'. The latest is version
==> controller: '20220627.1.0'. Run `vagrant box update` to update.
==> controller: Clearing any previously set forwarded ports...
==> controller: Clearing any previously set network interfaces...
The IP address configured for the host-only network is not within the
allowed ranges. Please update the address used to be within the allowed
ranges and run the command again.

  Address: 192.168.33.11
  Ranges: 192.168.56.0/21

Valid ranges can be modified in the /etc/vbox/networks.conf file. For
more information including valid format see:

  https://www.virtualbox.org/manual/ch06.html#network_hostonly

Yasufumi Ogawa (yasufum)
Changed in tacker:
importance: Undecided → Low
assignee: nobody → Yasufumi Ogawa (yasufum)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tacker (master)

Fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/tacker/+/848316

Changed in tacker:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tacker (master)

Reviewed: https://review.opendev.org/c/openstack/tacker/+/848316
Committed: https://opendev.org/openstack/tacker/commit/fc7309787489889aba9b8b0f338759610c0c15d3
Submitter: "Zuul (22348)"
Branch: master

commit fc7309787489889aba9b8b0f338759610c0c15d3
Author: Yasufumi Ogawa <email address hidden>
Date: Thu Jun 30 19:31:59 2022 +0900

    Update config in tacker installer

    For a limitation of IP address range of hostonly network which was
    added in the recent update in VirtualBox [1], allowed only
    192.168.56.0/21, the installer is terminated without you give
    appropriate IP addresses to your VMs.

    Forwarding port `10080` for HTTP is also invalid in security for some
    browsers. `20080` is valid for the restriction.

    This update is to update default values of IP address and port to be
    allowed.

    [1] https://www.virtualbox.org/manual/ch06.html#network_hostonly

    Closes-Bug: #1980312
    Signed-off-by: Yasufumi Ogawa <email address hidden>
    Change-Id: I7fbce874ce2445ea72e627e0ad6309062fac9292

Changed in tacker:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tacker 8.0.0.0rc1

This issue was fixed in the openstack/tacker 8.0.0.0rc1 release candidate.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.