방랑하는 잘못된 IP 범위

방랑하는 잘못된 IP 범위
root  pop-os  /etc  mkdir vbox
root  pop-os  /etc  cd vbox/
root  pop-os  /etc/vbox  nano networks.conf

* 10.0.0.0/8 192.168.0.0/16
* 2001::/64

나는 이 솔루션을 사용하여 Vagrant의 문제를 해결하고 다시 실행했습니다.

 root  pop-os  ../metasploitable3-workspace  curl -O https://raw.githubusercontent.com/rapid7/metasploitable3/master/Vagrantfile && vagrant up

실수:

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: 172.28.128.3
  Ranges: 10.0.0.0/8, 192.168.0.0/16, 2001::/64

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

저도 어딘가에서 같은 오류를 보고 다음과 같이 시도해 보았습니다.

* 172.28.128.0/24

또는 * 0.0.0.0/0 ::/0

나는 저장소를 따르고 있습니다 :https://github.com/rapid7/metasploitable3 학습 목적으로 Metasploitable 3을 설치하세요. (내 말은 이것이 왜 어려운가를 의미합니다.) Packer - Vagrant - VirtualBox가 설치되었습니다.

답변1

해결책을 찾았습니다.

* 10.0.0.0/8 192.168.0.0/16 172.16.0.0/12

RFC1918에 정의되고 IANA에서 선언한 세 가지 예약된 개인 네트워크 공간의 올바른 정의

관련 정보