質問編集履歴

7

追記

2017/01/06 14:54

投稿

ryo-dev
ryo-dev

スコア437

test CHANGED
File without changes
test CHANGED
@@ -13,6 +13,28 @@
13
13
  ###**追記**
14
14
 
15
15
  サーバOS:Ubuntu
16
+
17
+
18
+
19
+ ###すべて設定のスクリーンショット
20
+
21
+ ファイアウォール設定
22
+
23
+ ![イメージ説明](b6e0366e05c8e98a30b66332257bf0f9.jpeg)
24
+
25
+ IPフィルター
26
+
27
+ ![イメージ説明](3af0a5f8aa9f3fe2e713bbca9d06b5a1.jpeg)
28
+
29
+ ポート変換
30
+
31
+ ![イメージ説明](9bc35f1c8f3853b5ed7d5a93ad4f5fac.jpeg)
32
+
33
+ ログ
34
+
35
+ ![イメージ説明](b260790862e4bbb753a1969738308be0.jpeg)
36
+
37
+
16
38
 
17
39
 
18
40
 

6

追記

2017/01/06 14:54

投稿

ryo-dev
ryo-dev

スコア437

test CHANGED
File without changes
test CHANGED
@@ -84,6 +84,10 @@
84
84
 
85
85
  ```
86
86
 
87
+ ###ルーターのFWの設定の設定画面
88
+
89
+ ![イメージ説明](b272125f5037e82b9ec99dd42d3cee1b.jpeg)
90
+
91
+ ###ポート変換設定画面
92
+
87
93
  ![イメージ説明](d3f20104c10f7c21608e59cf72e697bb.jpeg)
88
-
89
- 設定のスクリーンショット

5

追記

2017/01/06 13:28

投稿

ryo-dev
ryo-dev

スコア437

test CHANGED
File without changes
test CHANGED
@@ -16,31 +16,29 @@
16
16
 
17
17
 
18
18
 
19
- `netstat -an | grep tcp | grep LISTEN`実行結果
19
+ ufw statusの結果です。80番を開いて、ルーターもポート変換の設定(下の画像)もしてあるのに接続できないんです。
20
20
 
21
21
  ```ここに言語を入力
22
22
 
23
- tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN
23
+ To Action From
24
24
 
25
- tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN
25
+ -- ------ ----
26
26
 
27
- tcp 0 0 127.0.1.1:53 0.0.0.0:* LISTEN
27
+ 80 ALLOW Anywhere
28
28
 
29
- tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
29
+ 25565 ALLOW Anywhere
30
30
 
31
- tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN
31
+ 22 ALLOW Anywhere
32
32
 
33
- tcp6 0 0 :::139 :::* LISTEN
33
+ 80 (v6) ALLOW Anywhere (v6)
34
34
 
35
- tcp6 0 0 :::5900 :::* LISTEN
35
+ 25565 (v6) ALLOW Anywhere (v6)
36
36
 
37
- tcp6 0 0 :::80 :::* LISTEN
37
+ 22 (v6) ALLOW Anywhere (v6)
38
-
39
- tcp6 0 0 :::22 :::* LISTEN
40
-
41
- tcp6 0 0 :::445 :::* LISTEN
42
38
 
43
39
  ```
40
+
41
+
44
42
 
45
43
  pingを実行した結果
46
44
 

4

追記

2017/01/04 17:40

投稿

ryo-dev
ryo-dev

スコア437

test CHANGED
File without changes
test CHANGED
@@ -15,6 +15,32 @@
15
15
  サーバOS:Ubuntu
16
16
 
17
17
 
18
+
19
+ `netstat -an | grep tcp | grep LISTEN`の実行結果
20
+
21
+ ```ここに言語を入力
22
+
23
+ tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN
24
+
25
+ tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN
26
+
27
+ tcp 0 0 127.0.1.1:53 0.0.0.0:* LISTEN
28
+
29
+ tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
30
+
31
+ tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN
32
+
33
+ tcp6 0 0 :::139 :::* LISTEN
34
+
35
+ tcp6 0 0 :::5900 :::* LISTEN
36
+
37
+ tcp6 0 0 :::80 :::* LISTEN
38
+
39
+ tcp6 0 0 :::22 :::* LISTEN
40
+
41
+ tcp6 0 0 :::445 :::* LISTEN
42
+
43
+ ```
18
44
 
19
45
  pingを実行した結果
20
46
 

3

追記

2017/01/04 16:11

投稿

ryo-dev
ryo-dev

スコア437

test CHANGED
File without changes
test CHANGED
@@ -59,3 +59,7 @@
59
59
  Request timeout for icmp_seq 18
60
60
 
61
61
  ```
62
+
63
+ ![イメージ説明](d3f20104c10f7c21608e59cf72e697bb.jpeg)
64
+
65
+ 設定のスクリーンショット

2

追記

2017/01/04 15:35

投稿

ryo-dev
ryo-dev

スコア437

test CHANGED
File without changes
test CHANGED
@@ -13,3 +13,49 @@
13
13
  ###**追記**
14
14
 
15
15
  サーバOS:Ubuntu
16
+
17
+
18
+
19
+ pingを実行した結果
20
+
21
+ ```ここに言語を入力
22
+
23
+ Request timeout for icmp_seq 0
24
+
25
+ Request timeout for icmp_seq 1
26
+
27
+ Request timeout for icmp_seq 2
28
+
29
+ Request timeout for icmp_seq 3
30
+
31
+ Request timeout for icmp_seq 4
32
+
33
+ Request timeout for icmp_seq 5
34
+
35
+ Request timeout for icmp_seq 6
36
+
37
+ Request timeout for icmp_seq 7
38
+
39
+ Request timeout for icmp_seq 8
40
+
41
+ Request timeout for icmp_seq 9
42
+
43
+ Request timeout for icmp_seq 10
44
+
45
+ Request timeout for icmp_seq 11
46
+
47
+ Request timeout for icmp_seq 12
48
+
49
+ Request timeout for icmp_seq 13
50
+
51
+ Request timeout for icmp_seq 14
52
+
53
+ Request timeout for icmp_seq 15
54
+
55
+ Request timeout for icmp_seq 16
56
+
57
+ Request timeout for icmp_seq 17
58
+
59
+ Request timeout for icmp_seq 18
60
+
61
+ ```

1

追記

2017/01/04 14:38

投稿

ryo-dev
ryo-dev

スコア437

test CHANGED
File without changes
test CHANGED
@@ -7,3 +7,9 @@
7
7
 
8
8
 
9
9
  ローカルから接続すると、accses.logファイルに情報が記載されるのですが、グローバルからだと、accessもerrorにも記載されません。
10
+
11
+
12
+
13
+ ###**追記**
14
+
15
+ サーバOS:Ubuntu