質問編集履歴

2

ドメイン修正

2020/10/09 07:29

投稿

mobile105
mobile105

スコア20

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  【環境】
2
2
 
3
- 独自ドメインをお名前ドットコムで取得(hoge.com)
3
+ 独自ドメインをお名前ドットコムで取得(example.com)
4
4
 
5
5
  さくらVPS(centOS7)にNginxを立てる
6
6
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  ```
12
12
 
13
- このサイトにアクセスできませんhoge.com のサーバーの IP アドレスが見つかりませんでした。
13
+ このサイトにアクセスできませんexample.com のサーバーの IP アドレスが見つかりませんでした。
14
14
 
15
15
  ```
16
16
 
@@ -34,11 +34,11 @@
34
34
 
35
35
  【調査情報】
36
36
 
37
- digコマンドのANSWER SECTIONを見る限りではしっかりhoge.comとxxx.xxx.xxx.222は紐付けされているように見えます。
37
+ digコマンドのANSWER SECTIONを見る限りではしっかりexample.comとxxx.xxx.xxx.222は紐付けされているように見えます。
38
-
38
+
39
- ```
39
+ ```
40
-
40
+
41
- $ dig @01.dnsv.jp hoge.com
41
+ $ dig @01.dnsv.jp example.com
42
42
 
43
43
  >
44
44
 
@@ -62,13 +62,13 @@
62
62
 
63
63
  ;; QUESTION SECTION:
64
64
 
65
- ;hoge.com. IN A
65
+ ;example.com. IN A
66
66
 
67
67
 
68
68
 
69
69
  ;; ANSWER SECTION:
70
70
 
71
- hoge.com. 3600 IN A xxx.xxx.xxx.222
71
+ example.com. 3600 IN A xxx.xxx.xxx.222
72
72
 
73
73
  ```
74
74
 
@@ -86,7 +86,7 @@
86
86
 
87
87
  listen 80;
88
88
 
89
- server_name hoge.com;
89
+ server_name example.com;
90
90
 
91
91
 
92
92
 
@@ -136,15 +136,13 @@
136
136
 
137
137
  ##############追記####################
138
138
 
139
- ※ご指摘いただきありがとうございます。(hoge.comは実在するドメインであることから以降example-hoge.comと記述させていただきます。)
140
-
141
- ```
139
+ ```
142
-
140
+
143
- dig example-hoge.com
141
+ dig example.com
144
-
145
-
146
-
142
+
143
+
144
+
147
- ; <<>> DiG 9.11.4-P2-RedHat-9.11.4-16.P2.el7_8.6 <<>> example-hoge.com
145
+ ; <<>> DiG 9.11.4-P2-RedHat-9.11.4-16.P2.el7_8.6 <<>> example.com
148
146
 
149
147
  ;; global options: +cmd
150
148
 
@@ -162,13 +160,13 @@
162
160
 
163
161
  ;; QUESTION SECTION:
164
162
 
165
- ;example-hoge.com. IN A
163
+ ;example.com. IN A
166
164
 
167
165
 
168
166
 
169
167
  ;; ANSWER SECTION:
170
168
 
171
- example-hoge.com. 3600 IN A xxx.xxx.xxx.222
169
+ example.com. 3600 IN A xxx.xxx.xxx.222
172
170
 
173
171
 
174
172
 
@@ -186,7 +184,7 @@
186
184
 
187
185
  ```
188
186
 
189
- whois example-hoge.com
187
+ whois example.com
190
188
 
191
189
  [Querying whois.verisign-grs.com]
192
190
 
@@ -196,7 +194,7 @@
196
194
 
197
195
  [whois.discount-domain.com]
198
196
 
199
- Domain Name: example-hoge.com
197
+ Domain Name: example.com
200
198
 
201
199
  Registry Domain ID: 2556353252_DOMAIN_COM-VRSN
202
200
 

1

whoisとdig

2020/10/09 07:29

投稿

mobile105
mobile105

スコア20

test CHANGED
File without changes
test CHANGED
@@ -131,3 +131,191 @@
131
131
  原因が分からず足踏みしています。
132
132
 
133
133
  詳しい方ご教示いただけますと幸いです。
134
+
135
+
136
+
137
+ ##############追記####################
138
+
139
+ ※ご指摘いただきありがとうございます。(hoge.comは実在するドメインであることから以降example-hoge.comと記述させていただきます。)
140
+
141
+ ```
142
+
143
+ dig example-hoge.com
144
+
145
+
146
+
147
+ ; <<>> DiG 9.11.4-P2-RedHat-9.11.4-16.P2.el7_8.6 <<>> example-hoge.com
148
+
149
+ ;; global options: +cmd
150
+
151
+ ;; Got answer:
152
+
153
+ ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10435
154
+
155
+ ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
156
+
157
+
158
+
159
+ ;; OPT PSEUDOSECTION:
160
+
161
+ ; EDNS: version: 0, flags:; udp: 4096
162
+
163
+ ;; QUESTION SECTION:
164
+
165
+ ;example-hoge.com. IN A
166
+
167
+
168
+
169
+ ;; ANSWER SECTION:
170
+
171
+ example-hoge.com. 3600 IN A xxx.xxx.xxx.222
172
+
173
+
174
+
175
+ ;; Query time: 57 msec
176
+
177
+ ;; SERVER: 210.188.224.10#53(210.188.224.10)
178
+
179
+ ;; WHEN: 金 10月 09 16:02:52 JST 2020
180
+
181
+ ;; MSG SIZE rcvd: 61
182
+
183
+ ```
184
+
185
+
186
+
187
+ ```
188
+
189
+ whois example-hoge.com
190
+
191
+ [Querying whois.verisign-grs.com]
192
+
193
+ [Redirected to whois.discount-domain.com]
194
+
195
+ [Querying whois.discount-domain.com]
196
+
197
+ [whois.discount-domain.com]
198
+
199
+ Domain Name: example-hoge.com
200
+
201
+ Registry Domain ID: 2556353252_DOMAIN_COM-VRSN
202
+
203
+ Registrar WHOIS Server: whois.discount-domain.com
204
+
205
+ Registrar URL: http://www.onamae.com
206
+
207
+ Updated Date: 2020-10-06T13:26:40Z
208
+
209
+ Creation Date: 2020-08-29T12:56:11Z
210
+
211
+ Registrar Registration Expiration Date: 2021-08-29T00:56:10Z
212
+
213
+ Registrar: GMO INTERNET, INC.
214
+
215
+ Registrar IANA ID: 49
216
+
217
+ Registrar Abuse Contact Email: abuse@gmo.jp
218
+
219
+ Registrar Abuse Contact Phone: +81.337709199
220
+
221
+ Domain Status: ok https://icann.org/epp#ok
222
+
223
+ Registry Registrant ID: Not Available From Registry
224
+
225
+ Registrant Name: Whois Privacy Protection Service by onamae.com
226
+
227
+ Registrant Organization: Whois Privacy Protection Service by onamae.com
228
+
229
+ Registrant Street: 26-1 Sakuragaoka-cho
230
+
231
+ Registrant Street: Cerulean Tower 11F
232
+
233
+ Registrant City: Shibuya-ku
234
+
235
+ Registrant State/Province: Tokyo
236
+
237
+ Registrant Postal Code: 150-8512
238
+
239
+ Registrant Country: JP
240
+
241
+ Registrant Phone: +81.354562560
242
+
243
+ Registrant Phone Ext:
244
+
245
+ Registrant Fax:
246
+
247
+ Registrant Fax Ext:
248
+
249
+ Registrant Email: proxy@whoisprotectservice.com
250
+
251
+ Registry Admin ID: Not Available From Registry
252
+
253
+ Admin Name: Whois Privacy Protection Service by onamae.com
254
+
255
+ Admin Organization: Whois Privacy Protection Service by onamae.com
256
+
257
+ Admin Street: 26-1 Sakuragaoka-cho
258
+
259
+ Admin Street: Cerulean Tower 11F
260
+
261
+ Admin City: Shibuya-ku
262
+
263
+ Admin State/Province: Tokyo
264
+
265
+ Admin Postal Code: 150-8512
266
+
267
+ Admin Country: JP
268
+
269
+ Admin Phone: +81.354562560
270
+
271
+ Admin Phone Ext:
272
+
273
+ Admin Fax:
274
+
275
+ Admin Fax Ext:
276
+
277
+ Admin Email: proxy@whoisprotectservice.com
278
+
279
+ Registry Tech ID: Not Available From Registry
280
+
281
+ Tech Name: Whois Privacy Protection Service by onamae.com
282
+
283
+ Tech Organization: Whois Privacy Protection Service by onamae.com
284
+
285
+ Tech Street: 26-1 Sakuragaoka-cho
286
+
287
+ Tech Street: Cerulean Tower 11F
288
+
289
+ Tech City: Shibuya-ku
290
+
291
+ Tech State/Province: Tokyo
292
+
293
+ Tech Postal Code: 150-8512
294
+
295
+ Tech Country: JP
296
+
297
+ Tech Phone: +81.354562560
298
+
299
+ Tech Phone Ext:
300
+
301
+ Tech Fax:
302
+
303
+ Tech Fax Ext:
304
+
305
+ Tech Email: proxy@whoisprotectservice.com
306
+
307
+ Name Server: 01.dnsv.jp
308
+
309
+ Name Server: 02.dnsv.jp
310
+
311
+ Name Server: 03.dnsv.jp
312
+
313
+ Name Server: 04.dnsv.jp
314
+
315
+ DNSSEC: unsigned
316
+
317
+ URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/
318
+
319
+ >>> Last update of WHOIS database: 2020-10-06T13:26:40Z <<<
320
+
321
+ ```