質問編集履歴

4

タイトルを変更

2020/11/04 13:42

投稿

j.f15
j.f15

スコア23

test CHANGED
@@ -1 +1 @@
1
- vagrantでのネット接続
1
+ 別の場所 vagrant up 出来ない
test CHANGED
File without changes

3

エラーメッセージの表示場所を変更

2020/11/04 13:42

投稿

j.f15
j.f15

スコア23

test CHANGED
File without changes
test CHANGED
@@ -26,6 +26,40 @@
26
26
 
27
27
 
28
28
 
29
+ 以下エラーメッセージ
30
+
31
+ $ vagrant up
32
+
33
+ Bringing machine 'homestead' up with 'virtualbox' provider...
34
+
35
+ ==> homestead: Checking if box 'laravel/homestead' version '9.5.1' is up to date...
36
+
37
+ ==> homestead: A newer version of the box 'laravel/homestead' for provider 'virtualbox' is
38
+
39
+ ==> homestead: available! You currently have version '9.5.1'. The latest is version
40
+
41
+ ==> homestead: '10.0.0-beta'. Run `vagrant box update` to update.
42
+
43
+ ==> homestead: Clearing any previously set forwarded ports...
44
+
45
+ ==> homestead: Clearing any previously set network interfaces...
46
+
47
+ The specified host network collides with a non-hostonly network!
48
+
49
+ This will cause your specified IP to be inaccessible. Please change
50
+
51
+ the IP or name of your host only network so that it no longer matches that of
52
+
53
+ a bridged or non-hostonly network.
54
+
55
+
56
+
57
+ Bridged Network Address: '192.168.10.0'
58
+
59
+ Host-only Network 'Intel(R) Dual Band Wireless-AC 3168': '192.168.10.0'
60
+
61
+
62
+
29
63
  ### 試したこと
30
64
 
31
65
 

2

タイトルの変更

2020/10/06 02:15

投稿

j.f15
j.f15

スコア23

test CHANGED
@@ -1 +1 @@
1
- 仮想環境上でのネット接続
1
+ vagrantでのネット接続
test CHANGED
File without changes

1

誤字の修正

2020/06/15 02:23

投稿

j.f15
j.f15

スコア23

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  "192.168.10.10" → "192.168.11.10" と変更しました。
20
20
 
21
- それでとりあえずvagrant up と vagrant ssh はできたのですが、いざURLを入力してみると応答が長すぎます
21
+ それでとりあえずvagrant up と vagrant ssh は通ったのですが、いざURLを入力してみると応答が長すぎます
22
22
 
23
23
  と出てしまいます。
24
24