質問編集履歴

4

クライアントAから接続した時は/var/log/nginx/のaccess.logとerror.logのどちらにもログは出ていませんでした。

2017/12/04 10:34

投稿

teketeke
teketeke

スコア46

test CHANGED
File without changes
test CHANGED
@@ -93,3 +93,9 @@
93
93
  2 63 ms 55 ms 59 ms 172.16.251.10 (L3)
94
94
 
95
95
  3 75 ms 57 ms 77 ms 172.16.100.100
96
+
97
+
98
+
99
+ 追記4
100
+
101
+ ・クライアントAから接続した時は/var/log/nginx/のaccess.logとerror.logのどちらにもログは出ていませんでした。

3

先程記載漏れていましたが、サーバはnginxを使用しています。またtracertを見つと問題ないようですが、どこかでhttp/httpsが遮断されているとすると、FWでしょうか。

2017/12/04 10:34

投稿

teketeke
teketeke

スコア46

test CHANGED
File without changes
test CHANGED
@@ -75,3 +75,21 @@
75
75
  Nmap done: 1 IP address (1 host up) scanned in 5.63 seconds
76
76
 
77
77
  ーー
78
+
79
+
80
+
81
+ 追記3
82
+
83
+ ・サーバはnginxを使用しています。
84
+
85
+ ・tracertの結果を見ると問題無いように見えます。
86
+
87
+ >tracert 172.16.100.100
88
+
89
+ 172.16.100.100 へのルートをトレースしています。経由するホップ数は最大 30 です
90
+
91
+ 1 60 ms 57 ms 56 ms 10.88.1.1 (OpenVPN)
92
+
93
+ 2 63 ms 55 ms 59 ms 172.16.251.10 (L3)
94
+
95
+ 3 75 ms 57 ms 77 ms 172.16.100.100

2

curlとnmapの結果を追記しました。curlはタイムアウト、nmapはつながらないようです。

2017/12/04 08:34

投稿

teketeke
teketeke

スコア46

test CHANGED
File without changes
test CHANGED
@@ -40,4 +40,38 @@
40
40
 
41
41
 
42
42
 
43
+ 追記1
44
+
43
45
  ・クライアントAからOpenVPNに接続後、ブラウザで接続するとVM側のaccess.log,error.logともにログは出てきませんでした。
46
+
47
+ 追記2
48
+
49
+ ・curlの結果タイムアウトになりました。
50
+
51
+ curl.exe 172.16.100.100
52
+
53
+ curl: (7) Failed to connect to 172.16.100.100 port 80: Timed out
54
+
55
+ ・nmapの結果tcp80につながらないようです。
56
+
57
+ ーー
58
+
59
+ nmap -p 80 172.16.100.100
60
+
61
+ Starting Nmap 7.60 ( https://nmap.org ) at 2017-12-04 16:40 ???? (?W?€??)
62
+
63
+ Nmap scan report for 172.16.100.100
64
+
65
+ Host is up (0.068s latency).
66
+
67
+
68
+
69
+ PORT STATE SERVICE
70
+
71
+ 80/tcp filtered http
72
+
73
+
74
+
75
+ Nmap done: 1 IP address (1 host up) scanned in 5.63 seconds
76
+
77
+ ーー

1

VM側のhttpサーバのログには何も記録されませんでした。ping,sshは繋がりますがhttp/httpsはつながらないようです。

2017/12/04 07:52

投稿

teketeke
teketeke

スコア46

test CHANGED
File without changes
test CHANGED
@@ -37,3 +37,7 @@
37
37
  ネットワークの構成図のようなものを添付致します。
38
38
 
39
39
  ![イメージ説明](700cdae19549ef77d2b4e424e35b77ed.png)
40
+
41
+
42
+
43
+ ・クライアントAからOpenVPNに接続後、ブラウザで接続するとVM側のaccess.log,error.logともにログは出てきませんでした。