Skip to content

vagrant/minishift/minishift_centos7/ The IP address configured for the host-only network is not within the allowed ranges. #87

@eric7777777

Description

@eric7777777

voici l'erreur que j'ai

  config.vm.synced_folder '/host/path', '/guest/path', SharedFoldersEnableSymlinksCreate: false
==> openshift: 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.99.11
  Ranges: 192.168.56.0/21, fe80::/10

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

voici ma correction

# mkdir /etc/vbox
# sudo vim /etc/vbox/networks.conf
# cat /etc/vbox/networks.conf
* 192.168.99.0/24

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions