質問編集履歴

2

iptable

2017/04/05 09:24

投稿

yuki_90453
yuki_90453

スコア326

test CHANGED
File without changes
test CHANGED
@@ -88,6 +88,106 @@
88
88
 
89
89
  ```
90
90
 
91
+ ###追記 iptable
92
+
93
+ iptable -Lを打った結果が下記になります。
94
+
95
+
96
+
97
+ ```
98
+
99
+ Chain INPUT (policy ACCEPT)
100
+
101
+ target prot opt source destination
102
+
103
+ f2b-dovecot-pop3imap tcp -- anywhere anywhere multiport dports pop3,imap
104
+
105
+ f2b-SSH tcp -- anywhere anywhere tcp dpt:ssh
106
+
107
+ RH-Firewall-1-INPUT all -- anywhere anywhere
108
+
109
+ ACCEPT tcp -- anywhere anywhere tcp dpt:hbci
110
+
111
+ ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:telnet
112
+
113
+
114
+
115
+ Chain FORWARD (policy ACCEPT)
116
+
117
+ target prot opt source destination
118
+
119
+ RH-Firewall-1-INPUT all -- anywhere anywhere
120
+
121
+
122
+
123
+ Chain OUTPUT (policy ACCEPT)
124
+
125
+ target prot opt source destination
126
+
127
+
128
+
129
+ Chain RH-Firewall-1-INPUT (2 references)
130
+
131
+ target prot opt source destination
132
+
133
+ ACCEPT all -- anywhere anywhere
134
+
135
+ ACCEPT icmp -- anywhere anywhere icmp any
136
+
137
+ ACCEPT esp -- anywhere anywhere
138
+
139
+ ACCEPT ah -- anywhere anywhere
140
+
141
+ ACCEPT udp -- anywhere 224.0.0.251 udp dpt:mdns
142
+
143
+ ACCEPT udp -- anywhere anywhere udp dpt:ipp
144
+
145
+ ACCEPT tcp -- anywhere anywhere tcp dpt:ipp
146
+
147
+ ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
148
+
149
+ ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:10022
150
+
151
+ ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:http
152
+
153
+ ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:https
154
+
155
+ ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:smtp
156
+
157
+ ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:urd
158
+
159
+ ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:submission
160
+
161
+ ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:pop3
162
+
163
+ ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:pop3s
164
+
165
+ ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:imap
166
+
167
+ ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:imaps
168
+
169
+ REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
170
+
171
+
172
+
173
+ Chain f2b-SSH (1 references)
174
+
175
+ target prot opt source destination
176
+
177
+ RETURN all -- anywhere anywhere
178
+
179
+
180
+
181
+ Chain f2b-dovecot-pop3imap (1 references)
182
+
183
+ target prot opt source destination
184
+
185
+ RETURN all -- anywhere anywhere
186
+
187
+ ```
188
+
189
+
190
+
91
191
  ###質問
92
192
 
93
193
  書いたプログラムが全滅状態なので大変困っております。

1

っっd

2017/04/05 09:24

投稿

yuki_90453
yuki_90453

スコア326

test CHANGED
File without changes
test CHANGED
@@ -54,9 +54,9 @@
54
54
 
55
55
  サーバーへのログインを間違ってしまいFail2Banというソフトに自分のIPアドレスがブロックされてしまいました。
56
56
 
57
- しかし、問題なく接続できています。
57
+ しかし、問題なくログイン出来ます。
58
58
 
59
- fail2banのログを確認する下記のようになっております。
59
+ プログラムを実行中のfail2banのログを確認する下記のようになっております。
60
60
 
61
61
  ```ここに言語を入力
62
62