LAMP環境構築を行なっています。
Vagrant,Virtualboxを用いています。
bento/centos-8のイメージファイルを用いて環境を構築しているのですが、
vi index.phpを打ち、ファイルの中身を
php
1<?php 2phpinfo(); 3?>
として保存し、apacheを再起動させ
URLに192.168.33.10/index.phpを打ち込んでphpinfoページを表示させていのですが
ずっとロードして表示ができません。
vagrant upの際に以下のような赤いコードが出ています。
==> default: 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.10 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
vagrantにはphp,mysql,apacheをインストール済みです。
よろしくお願いいたします。