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
为了学习目的,我正在遵循repo:https://github.com/rapid7/metasploitable3来安装元可绘制3。(我的意思是为什么这么难)。封隔器-真空- VirtualBox已安装.
发布于 2022-11-18 14:38:25
我找到了解决办法:
* 10.0.0.0/8 192.168.0.0/16 172.16.0.0/12RFC1918中定义并由IANA断言的三个预留专用网络空间的适当定义
https://unix.stackexchange.com/questions/725338
复制相似问题