質問編集履歴

5

追記

2017/08/23 09:29

投稿

roronoazoro
roronoazoro

スコア113

test CHANGED
File without changes
test CHANGED
@@ -98,4 +98,8 @@
98
98
 
99
99
 
100
100
 
101
+ $ dmesg | grep eth
102
+
103
+ を実行したところeth0、eth1のみしかなく今回初期設定したenp2s0がなかったです。こちらは原因あるでしょうか。。
104
+
101
105
  ```

4

追記

2017/08/23 09:29

投稿

roronoazoro
roronoazoro

スコア113

test CHANGED
File without changes
test CHANGED
@@ -60,14 +60,42 @@
60
60
 
61
61
  $ firewall-cmd --list-all
62
62
 
63
+ target: default
64
+
65
+ icmp-block-inversion: no
66
+
67
+ sources:
68
+
63
69
  services: dhcpv6-client http https ssh
70
+
71
+ ports:
72
+
73
+ protocols:
74
+
75
+ masquerade: no
76
+
77
+ forward-ports:
78
+
79
+ sorceports:
80
+
81
+ icmp-blocks:
82
+
83
+ rich rules:
64
84
 
65
85
 
66
86
 
67
87
  #--sshdの起動の確認
68
88
 
69
- #sudo systemctl status sshd.service
89
+ $ sudo systemctl status sshd.service
90
+
91
+ #--firewalldの確認
92
+
93
+ $ systemctl status firewalld.service
94
+
95
+ #--どちらともrunningを確認
70
96
 
71
97
  active (running)
72
98
 
99
+
100
+
73
101
  ```

3

追記

2017/08/23 08:15

投稿

roronoazoro
roronoazoro

スコア113

test CHANGED
File without changes
test CHANGED
@@ -64,6 +64,10 @@
64
64
 
65
65
 
66
66
 
67
+ #--sshdの起動の確認
67
68
 
69
+ #sudo systemctl status sshd.service
70
+
71
+ active (running)
68
72
 
69
73
  ```

2

追記

2017/08/23 06:19

投稿

roronoazoro
roronoazoro

スコア113

test CHANGED
File without changes
test CHANGED
@@ -49,3 +49,21 @@
49
49
 
50
50
 
51
51
  何かアドバイスいただければ幸いです。よろしくお願いします。
52
+
53
+
54
+
55
+ 追記
56
+
57
+ ```bash
58
+
59
+ #--sshの確認
60
+
61
+ $ firewall-cmd --list-all
62
+
63
+ services: dhcpv6-client http https ssh
64
+
65
+
66
+
67
+
68
+
69
+ ```

1

追記

2017/08/23 06:14

投稿

roronoazoro
roronoazoro

スコア113

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  初めてのサーバー環境でどこがダメな原因になっているか分からない状態です。
30
30
 
31
- ググっていると
31
+ 検索を進めていると
32
32
 
33
33
  - IPアドレス(この場合 127.0.0.18)が間違っていて、別のPCを指している
34
34