質問編集履歴

2

各コマンドの結果を追記させていただきます。

2018/05/03 13:48

投稿

momoyuri
momoyuri

スコア35

test CHANGED
File without changes
test CHANGED
@@ -47,3 +47,103 @@
47
47
  このあたりの設定などの経験がなく、どこに原因があるのか調査をする方法の知識もないので、ご教授を頂けますと幸いでございます。
48
48
 
49
49
  何卒、よろしくお願いいたします。
50
+
51
+
52
+
53
+ ---
54
+
55
+
56
+
57
+ ## 追記
58
+
59
+
60
+
61
+ 各コマンドの結果を追記させていただきます。
62
+
63
+
64
+
65
+ `$ dig @8.8.8.8 yourdomain.com any`
66
+
67
+
68
+
69
+ ```
70
+
71
+ ; <<>> DiG 9.10.6 <<>> @8.8.8.8 yourdomain.com any
72
+
73
+ ; (1 server found)
74
+
75
+ ;; global options: +cmd
76
+
77
+ ;; Got answer:
78
+
79
+ ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 43348
80
+
81
+ ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
82
+
83
+
84
+
85
+ ;; OPT PSEUDOSECTION:
86
+
87
+ ; EDNS: version: 0, flags:; udp: 512
88
+
89
+ ;; QUESTION SECTION:
90
+
91
+ ;yourdomain.com. IN ANY
92
+
93
+
94
+
95
+ ;; Query time: 534 msec
96
+
97
+ ;; SERVER: 8.8.8.8#53(8.8.8.8)
98
+
99
+ ;; WHEN: Thu May 03 22:43:07 JST 2018
100
+
101
+ ;; MSG SIZE rcvd: 43
102
+
103
+ ```
104
+
105
+
106
+
107
+ ---
108
+
109
+
110
+
111
+ `$ nslookup yourdomain.com ns1.hosting-sys.jp`
112
+
113
+
114
+
115
+ ```
116
+
117
+ Server: ns1.hosting-sys.jp
118
+
119
+ Address: 209.54.54.253#53
120
+
121
+
122
+
123
+ Non-authoritative answer:
124
+
125
+ *** Can't find yourdomain.com: No answer
126
+
127
+ ```
128
+
129
+
130
+
131
+ ---
132
+
133
+
134
+
135
+ `$ nslookup yourdomain.com ns2.hosting-sys.jp`
136
+
137
+
138
+
139
+ ```
140
+
141
+ Server: ns2.hosting-sys.jp
142
+
143
+ Address: 209.54.55.247#53
144
+
145
+
146
+
147
+ ** server can't find yourdomain.com: REFUSED
148
+
149
+ ```

1

説明文を少し足しました。

2018/05/03 13:48

投稿

momoyuri
momoyuri

スコア35

test CHANGED
File without changes
test CHANGED
@@ -40,6 +40,8 @@
40
40
 
41
41
  DNS設定も、ドメインの追加を行った際にデフォルトで設定されたもののまま設定を有効にしております。
42
42
 
43
+ 既に別ドメインのサイトが同じVPS内で動いております。
44
+
43
45
 
44
46
 
45
47
  このあたりの設定などの経験がなく、どこに原因があるのか調査をする方法の知識もないので、ご教授を頂けますと幸いでございます。