質問編集履歴
1
ip aの結果を追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,4 +5,24 @@
|
|
5
5
|
###発生している問題・エラーメッセージ
|
6
6
|
|
7
7
|
接続に失敗しました
|
8
|
-
Connection refused. The connection attempt was rejected. The server may be down, or your network may not be properly configured.
|
8
|
+
Connection refused. The connection attempt was rejected. The server may be down, or your network may not be properly configured.
|
9
|
+
|
10
|
+
|
11
|
+
ip aの結果
|
12
|
+
|
13
|
+
[vagrant@localhost ~]$ ip a
|
14
|
+
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
|
15
|
+
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
|
16
|
+
inet 127.0.0.1/8 scope host lo
|
17
|
+
inet6 ::1/128 scope host
|
18
|
+
valid_lft forever preferred_lft forever
|
19
|
+
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
|
20
|
+
link/ether 08:00:27:c3:63:c3 brd ff:ff:ff:ff:ff:ff
|
21
|
+
inet 10.0.2.15/24 brd 10.0.2.255 scope global eth0
|
22
|
+
inet6 fe80::a00:27ff:fec3:63c3/64 scope link
|
23
|
+
valid_lft forever preferred_lft forever
|
24
|
+
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
|
25
|
+
link/ether 08:00:27:23:40:21 brd ff:ff:ff:ff:ff:ff
|
26
|
+
inet 192.168.33.10/24 brd 192.168.33.255 scope global eth1
|
27
|
+
inet6 fe80::a00:27ff:fe23:4021/64 scope link
|
28
|
+
valid_lft forever preferred_lft forever
|