質問編集履歴
1
ログ追加 | ip name-server xxx.xxx.xxx.xxx
title
CHANGED
File without changes
|
body
CHANGED
@@ -125,4 +125,31 @@
|
|
125
125
|
ip dns server
|
126
126
|
ip nat translation dns-timeout 3600
|
127
127
|
Router01#
|
128
|
+
```
|
129
|
+
|
130
|
+
***
|
131
|
+
***
|
132
|
+
|
133
|
+
# ip name-server xxx.xxx.xxx.xxx 追加
|
134
|
+
- 8.8.8.8 (`ip name-server 8.8.8.8`: Google public DNS[pri])
|
135
|
+
- 8.8.4.4 (`ip name-server 8.8.4.4`: Google public DNS[sec])
|
136
|
+
|
137
|
+
```
|
138
|
+
[2020-09-28 16:22:51.537] 1908736K bytes of SD Flash sdflash (Read/Write)
|
139
|
+
[2020-09-28 16:22:52.981]
|
140
|
+
[2020-09-28 16:22:52.982] Translating "ntp.nict.jp"...domain server (8.8.8.8) (8.8.4.4)
|
141
|
+
[2020-09-28 16:23:45.867]
|
142
|
+
[2020-09-28 16:23:45.867] Translating "ntp0.ikebukuro.mex.ad.jp"...domain server (8.8.8.8) (8.8.4.4)
|
143
|
+
[2020-09-28 16:24:29.124]
|
144
|
+
[2020-09-28 16:24:29.125] Translating "ntp1.ikebukuro.mex.ad.jp"...domain server (8.8.8.8) (8.8.4.4)
|
145
|
+
[2020-09-28 16:25:29.297]
|
146
|
+
[2020-09-28 16:25:29.299] Translating "ntp.nict.jp"...domain server (8.8.8.8) [OK]
|
147
|
+
[2020-09-28 16:25:32.331]
|
148
|
+
[2020-09-28 16:25:32.332] Translating "ntp0.ikebukuro.mex.ad.jp"...domain server (8.8.8.8) [OK]
|
149
|
+
[2020-09-28 16:25:32.415]
|
150
|
+
[2020-09-28 16:25:32.416] Translating "ntp1.ikebukuro.mex.ad.jp"...domain server (8.8.8.8) [OK]
|
151
|
+
[2020-09-28 16:25:33.029]
|
152
|
+
[2020-09-28 16:25:33.029]
|
153
|
+
[2020-09-28 16:25:33.029]
|
154
|
+
[2020-09-28 16:25:33.029] Press RETURN to get started!
|
128
155
|
```
|