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

質問編集履歴

2

ドメイン修正

2020/10/09 07:29

投稿

mobile105
mobile105

スコア20

title CHANGED
File without changes
body CHANGED
@@ -1,10 +1,10 @@
1
1
  【環境】
2
- 独自ドメインをお名前ドットコムで取得(hoge.com)
2
+ 独自ドメインをお名前ドットコムで取得(example.com)
3
3
  さくらVPS(centOS7)にNginxを立てる
4
4
 
5
5
  #ブラウザURL欄にドメインを打ち込むとエラー
6
6
  ```
7
- このサイトにアクセスできませんhoge.com のサーバーの IP アドレスが見つかりませんでした。
7
+ このサイトにアクセスできませんexample.com のサーバーの IP アドレスが見つかりませんでした。
8
8
  ```
9
9
  インフラの学習を兼ねてNginxでwebサーバーを立てて独自ドメインで接続するということを行いたいのですがサーバーアドレスでは接続できるのですが独自ドメインから接続することができません。
10
10
 
@@ -16,9 +16,9 @@
16
16
  ```
17
17
 
18
18
  【調査情報】
19
- digコマンドのANSWER SECTIONを見る限りではしっかりhoge.comとxxx.xxx.xxx.222は紐付けされているように見えます。
19
+ digコマンドのANSWER SECTIONを見る限りではしっかりexample.comとxxx.xxx.xxx.222は紐付けされているように見えます。
20
20
  ```
21
- $ dig @01.dnsv.jp hoge.com
21
+ $ dig @01.dnsv.jp example.com
22
22
  >
23
23
  ; (1 server found)
24
24
  ;; global options: +cmd
@@ -30,10 +30,10 @@
30
30
  ;; OPT PSEUDOSECTION:
31
31
  ; EDNS: version: 0, flags:; udp: 1232
32
32
  ;; QUESTION SECTION:
33
- ;hoge.com. IN A
33
+ ;example.com. IN A
34
34
 
35
35
  ;; ANSWER SECTION:
36
- hoge.com. 3600 IN A xxx.xxx.xxx.222
36
+ example.com. 3600 IN A xxx.xxx.xxx.222
37
37
  ```
38
38
 
39
39
 
@@ -42,7 +42,7 @@
42
42
 
43
43
  server {
44
44
  listen 80;
45
- server_name hoge.com;
45
+ server_name example.com;
46
46
 
47
47
  location / {
48
48
  root /usr/share/nginx/html;
@@ -67,11 +67,10 @@
67
67
  詳しい方ご教示いただけますと幸いです。
68
68
 
69
69
  ##############追記####################
70
- ※ご指摘いただきありがとうございます。(hoge.comは実在するドメインであることから以降example-hoge.comと記述させていただきます。)
71
70
  ```
72
- dig example-hoge.com
71
+ dig example.com
73
72
 
74
- ; <<>> DiG 9.11.4-P2-RedHat-9.11.4-16.P2.el7_8.6 <<>> example-hoge.com
73
+ ; <<>> DiG 9.11.4-P2-RedHat-9.11.4-16.P2.el7_8.6 <<>> example.com
75
74
  ;; global options: +cmd
76
75
  ;; Got answer:
77
76
  ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10435
@@ -80,10 +79,10 @@
80
79
  ;; OPT PSEUDOSECTION:
81
80
  ; EDNS: version: 0, flags:; udp: 4096
82
81
  ;; QUESTION SECTION:
83
- ;example-hoge.com. IN A
82
+ ;example.com. IN A
84
83
 
85
84
  ;; ANSWER SECTION:
86
- example-hoge.com. 3600 IN A xxx.xxx.xxx.222
85
+ example.com. 3600 IN A xxx.xxx.xxx.222
87
86
 
88
87
  ;; Query time: 57 msec
89
88
  ;; SERVER: 210.188.224.10#53(210.188.224.10)
@@ -92,12 +91,12 @@
92
91
  ```
93
92
 
94
93
  ```
95
- whois example-hoge.com
94
+ whois example.com
96
95
  [Querying whois.verisign-grs.com]
97
96
  [Redirected to whois.discount-domain.com]
98
97
  [Querying whois.discount-domain.com]
99
98
  [whois.discount-domain.com]
100
- Domain Name: example-hoge.com
99
+ Domain Name: example.com
101
100
  Registry Domain ID: 2556353252_DOMAIN_COM-VRSN
102
101
  Registrar WHOIS Server: whois.discount-domain.com
103
102
  Registrar URL: http://www.onamae.com

1

whoisとdig

2020/10/09 07:29

投稿

mobile105
mobile105

スコア20

title CHANGED
File without changes
body CHANGED
@@ -64,4 +64,98 @@
64
64
 
65
65
  お名前ドットコムのAレコードの登録は3日以上前に行っているので反映されるまでの時間は十分経っているかなと思います。
66
66
  原因が分からず足踏みしています。
67
- 詳しい方ご教示いただけますと幸いです。
67
+ 詳しい方ご教示いただけますと幸いです。
68
+
69
+ ##############追記####################
70
+ ※ご指摘いただきありがとうございます。(hoge.comは実在するドメインであることから以降example-hoge.comと記述させていただきます。)
71
+ ```
72
+ dig example-hoge.com
73
+
74
+ ; <<>> DiG 9.11.4-P2-RedHat-9.11.4-16.P2.el7_8.6 <<>> example-hoge.com
75
+ ;; global options: +cmd
76
+ ;; Got answer:
77
+ ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10435
78
+ ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
79
+
80
+ ;; OPT PSEUDOSECTION:
81
+ ; EDNS: version: 0, flags:; udp: 4096
82
+ ;; QUESTION SECTION:
83
+ ;example-hoge.com. IN A
84
+
85
+ ;; ANSWER SECTION:
86
+ example-hoge.com. 3600 IN A xxx.xxx.xxx.222
87
+
88
+ ;; Query time: 57 msec
89
+ ;; SERVER: 210.188.224.10#53(210.188.224.10)
90
+ ;; WHEN: 金 10月 09 16:02:52 JST 2020
91
+ ;; MSG SIZE rcvd: 61
92
+ ```
93
+
94
+ ```
95
+ whois example-hoge.com
96
+ [Querying whois.verisign-grs.com]
97
+ [Redirected to whois.discount-domain.com]
98
+ [Querying whois.discount-domain.com]
99
+ [whois.discount-domain.com]
100
+ Domain Name: example-hoge.com
101
+ Registry Domain ID: 2556353252_DOMAIN_COM-VRSN
102
+ Registrar WHOIS Server: whois.discount-domain.com
103
+ Registrar URL: http://www.onamae.com
104
+ Updated Date: 2020-10-06T13:26:40Z
105
+ Creation Date: 2020-08-29T12:56:11Z
106
+ Registrar Registration Expiration Date: 2021-08-29T00:56:10Z
107
+ Registrar: GMO INTERNET, INC.
108
+ Registrar IANA ID: 49
109
+ Registrar Abuse Contact Email: abuse@gmo.jp
110
+ Registrar Abuse Contact Phone: +81.337709199
111
+ Domain Status: ok https://icann.org/epp#ok
112
+ Registry Registrant ID: Not Available From Registry
113
+ Registrant Name: Whois Privacy Protection Service by onamae.com
114
+ Registrant Organization: Whois Privacy Protection Service by onamae.com
115
+ Registrant Street: 26-1 Sakuragaoka-cho
116
+ Registrant Street: Cerulean Tower 11F
117
+ Registrant City: Shibuya-ku
118
+ Registrant State/Province: Tokyo
119
+ Registrant Postal Code: 150-8512
120
+ Registrant Country: JP
121
+ Registrant Phone: +81.354562560
122
+ Registrant Phone Ext:
123
+ Registrant Fax:
124
+ Registrant Fax Ext:
125
+ Registrant Email: proxy@whoisprotectservice.com
126
+ Registry Admin ID: Not Available From Registry
127
+ Admin Name: Whois Privacy Protection Service by onamae.com
128
+ Admin Organization: Whois Privacy Protection Service by onamae.com
129
+ Admin Street: 26-1 Sakuragaoka-cho
130
+ Admin Street: Cerulean Tower 11F
131
+ Admin City: Shibuya-ku
132
+ Admin State/Province: Tokyo
133
+ Admin Postal Code: 150-8512
134
+ Admin Country: JP
135
+ Admin Phone: +81.354562560
136
+ Admin Phone Ext:
137
+ Admin Fax:
138
+ Admin Fax Ext:
139
+ Admin Email: proxy@whoisprotectservice.com
140
+ Registry Tech ID: Not Available From Registry
141
+ Tech Name: Whois Privacy Protection Service by onamae.com
142
+ Tech Organization: Whois Privacy Protection Service by onamae.com
143
+ Tech Street: 26-1 Sakuragaoka-cho
144
+ Tech Street: Cerulean Tower 11F
145
+ Tech City: Shibuya-ku
146
+ Tech State/Province: Tokyo
147
+ Tech Postal Code: 150-8512
148
+ Tech Country: JP
149
+ Tech Phone: +81.354562560
150
+ Tech Phone Ext:
151
+ Tech Fax:
152
+ Tech Fax Ext:
153
+ Tech Email: proxy@whoisprotectservice.com
154
+ Name Server: 01.dnsv.jp
155
+ Name Server: 02.dnsv.jp
156
+ Name Server: 03.dnsv.jp
157
+ Name Server: 04.dnsv.jp
158
+ DNSSEC: unsigned
159
+ URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/
160
+ >>> Last update of WHOIS database: 2020-10-06T13:26:40Z <<<
161
+ ```