teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

タイトルの修正

2020/11/25 01:41

投稿

antiwararug
antiwararug

スコア35

title CHANGED
@@ -1,1 +1,1 @@
1
- 追記memcachedのIP制限について
1
+ memcachedのIP制限について
body CHANGED
File without changes

1

追記更新

2020/11/25 01:41

投稿

antiwararug
antiwararug

スコア35

title CHANGED
@@ -1,1 +1,1 @@
1
- memcachedのIP制限について
1
+ 追記memcachedのIP制限について
body CHANGED
@@ -33,4 +33,17 @@
33
33
  [root@localhost ~]#
34
34
  ```
35
35
  原因の探り方など、どんな情報でも構いませんのでアドバイスをいただけますでしょうか?
36
- 恐れ入りますが、よろしくお願いいたします。
36
+ 恐れ入りますが、よろしくお願いいたします。
37
+
38
+ 【追記】
39
+ ポートに関しては以下のようになっております。
40
+ ```
41
+ [root@localhost ~]# netstat -l
42
+ Active Internet connections (only servers)
43
+ Proto Recv-Q Send-Q Local Address Foreign Address State
44
+ tcp 0 0 localhost:memcache *:* LISTEN
45
+ // OPTIONSでIP制限をかけていない場合
46
+ tcp 0 0 *:memcache *:* LISTEN
47
+ // OPTIONSで指定IP制限をかけている場合
48
+ LISTEN結果無し。
49
+ ```