質問編集履歴
1
ip aの結果を追記しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -13,3 +13,43 @@
|
|
13
13
|
接続に失敗しました
|
14
14
|
|
15
15
|
Connection refused. The connection attempt was rejected. The server may be down, or your network may not be properly configured.
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
ip aの結果
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
[vagrant@localhost ~]$ ip a
|
26
|
+
|
27
|
+
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
|
28
|
+
|
29
|
+
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
|
30
|
+
|
31
|
+
inet 127.0.0.1/8 scope host lo
|
32
|
+
|
33
|
+
inet6 ::1/128 scope host
|
34
|
+
|
35
|
+
valid_lft forever preferred_lft forever
|
36
|
+
|
37
|
+
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
|
38
|
+
|
39
|
+
link/ether 08:00:27:c3:63:c3 brd ff:ff:ff:ff:ff:ff
|
40
|
+
|
41
|
+
inet 10.0.2.15/24 brd 10.0.2.255 scope global eth0
|
42
|
+
|
43
|
+
inet6 fe80::a00:27ff:fec3:63c3/64 scope link
|
44
|
+
|
45
|
+
valid_lft forever preferred_lft forever
|
46
|
+
|
47
|
+
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
|
48
|
+
|
49
|
+
link/ether 08:00:27:23:40:21 brd ff:ff:ff:ff:ff:ff
|
50
|
+
|
51
|
+
inet 192.168.33.10/24 brd 192.168.33.255 scope global eth1
|
52
|
+
|
53
|
+
inet6 fe80::a00:27ff:fe23:4021/64 scope link
|
54
|
+
|
55
|
+
valid_lft forever preferred_lft forever
|