質問編集履歴
3
書式改善
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
パブリックIPで
|
1
|
+
Azure仮想マシンのパブリックIPの8080番ポートでマシンにアクセス出来ない
|
body
CHANGED
File without changes
|
2
内容追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -26,6 +26,14 @@
|
|
26
26
|
</html>
|
27
27
|
wang@study-wang:~$
|
28
28
|
```
|
29
|
+
パブリックIpでアクセス
|
30
|
+
```
|
31
|
+
wang@vmBrfAdm01:/root$ curl -v -s -X GET http://13.78.60.213:8080/
|
32
|
+
* Trying 13.78.60.213...
|
33
|
+
* connect to 13.78.60.213 port 8080 failed: Connection timed out
|
34
|
+
* Failed to connect to 13.78.60.213 port 8080: Connection timed out
|
35
|
+
* Closing connection 0
|
36
|
+
```
|
29
37
|
|
30
38
|
### 該当のソースコード
|
31
39
|
index.js
|
1
内容追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -57,4 +57,5 @@
|
|
57
57
|
</html>
|
58
58
|
```
|
59
59
|
### 試したこと
|
60
|
-
8080ポートを公開してることを確認した
|
60
|
+
8080ポートを公開してることを確認した
|
61
|
+

|