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

質問編集履歴

7

アクセスリスト追記

2016/05/31 15:19

投稿

yotsuba
yotsuba

スコア20

title CHANGED
File without changes
body CHANGED
@@ -1,6 +1,9 @@
1
1
  <追記5/31>
2
2
  ・interface Dialer 1 へ access-list 100 を適用
3
3
  ・VLAN 1 へ access-list 1 を適用
4
+ ・access-list 1 permit 192.168.11.0 0.0.0.255
5
+ を追加
6
+ ↑この時点でVLAN間PING応答できるようになり、インターネット接続できた。
4
7
 
5
8
  <追記5/22>
6
9
  ・VLAN100 に ip nat inside を追加設定

6

5/31修正点を追記

2016/05/31 15:19

投稿

yotsuba
yotsuba

スコア20

title CHANGED
File without changes
body CHANGED
@@ -1,3 +1,7 @@
1
+ <追記5/31>
2
+ ・interface Dialer 1 へ access-list 100 を適用
3
+ ・VLAN 1 へ access-list 1 を適用
4
+
1
5
  <追記5/22>
2
6
  ・VLAN100 に ip nat inside を追加設定
3
7
  ・以下3つの結果をを追記しました。
@@ -158,10 +162,15 @@
158
162
  !
159
163
  interface Vlan100
160
164
  ip address 192.168.11.100 255.255.255.0
165
+ ip access-group 1 in
166
+ ip nat inside
167
+ ip virtual-reassembly in
168
+
161
169
  !
162
170
  interface Dialer1
163
171
  mtu 1454
164
172
  ip address negotiated
173
+ ip access-group 100 in
165
174
  ip nat outside
166
175
  ip virtual-reassembly in
167
176
  encapsulation ppp

5

show ip interface brief の結果を修正(VLAN1 Protocol up)

2016/05/31 14:10

投稿

yotsuba
yotsuba

スコア20

title CHANGED
File without changes
body CHANGED
@@ -325,6 +325,6 @@
325
325
  NVI0 unassigned YES unset administratively down down
326
326
  Virtual-Access1 unassigned YES unset up up
327
327
  Virtual-Access2 unassigned YES unset up up
328
- Vlan1 192.168.0.1 YES NVRAM up down
328
+ Vlan1 192.168.0.1 YES NVRAM up up
329
329
  Vlan100 192.168.11.100 YES NVRAM up up
330
330
  ```

4

変更点誤字修正

2016/05/22 04:24

投稿

yotsuba
yotsuba

スコア20

title CHANGED
File without changes
body CHANGED
@@ -1,6 +1,6 @@
1
1
  <追記5/22>
2
2
  ・VLAN100 に ip nat inside を追加設定
3
- ・以下2つの結果をを追記しました。
3
+ ・以下3つの結果をを追記しました。
4
4
  show ip route
5
5
  show interfaces Dialer1
6
6
  show ip interface brief

3

show ip interface brief 結果の追記

2016/05/22 03:08

投稿

yotsuba
yotsuba

スコア20

title CHANGED
File without changes
body CHANGED
@@ -1,8 +1,9 @@
1
1
  <追記5/22>
2
2
  ・VLAN100 に ip nat inside を追加設定
3
3
  ・以下2つの結果をを追記しました。
4
- show ip route
4
+ show ip route
5
- show interfaces Dialer1
5
+ show interfaces Dialer1
6
+ show ip interface brief
6
7
  ・コンソールからのPING結果
7
8
  ping 192.168.0.1 NG
8
9
  ping 192.168.11.100 OK
@@ -305,4 +306,25 @@
305
306
  C 219.126.41.36 is directly connected, Dialer1
306
307
  220.148.136.0/32 is subnetted, 1 subnets
307
308
  C 220.148.136.242 is directly connected, Dialer1
309
+ ```
310
+
311
+ ```C#
312
+ Router01#show ip interface brief
313
+ Interface IP-Address OK? Method Status Protocol
314
+ BRI0 unassigned YES NVRAM administratively down down
315
+ BRI0:1 unassigned YES unset administratively down down
316
+ BRI0:2 unassigned YES unset administratively down down
317
+ Dialer1 219.126.41.36 YES IPCP up up
318
+ FastEthernet0 unassigned YES NVRAM down down
319
+ FastEthernet1 unassigned YES NVRAM up up
320
+ FastEthernet2 unassigned YES unset down down
321
+ FastEthernet3 unassigned YES unset administratively down down
322
+ ...
323
+ FastEthernet8 unassigned YES unset administratively down down
324
+ FastEthernet9 unassigned YES unset up up
325
+ NVI0 unassigned YES unset administratively down down
326
+ Virtual-Access1 unassigned YES unset up up
327
+ Virtual-Access2 unassigned YES unset up up
328
+ Vlan1 192.168.0.1 YES NVRAM up down
329
+ Vlan100 192.168.11.100 YES NVRAM up up
308
330
  ```

2

PING結果追記

2016/05/22 03:07

投稿

yotsuba
yotsuba

スコア20

title CHANGED
File without changes
body CHANGED
@@ -1,8 +1,12 @@
1
1
  <追記5/22>
2
2
  ・VLAN100 に ip nat inside を追加設定
3
3
  ・以下2つの結果をを追記しました。
4
- show ip route
4
+ show ip route
5
- show interfaces Dialer1
5
+ show interfaces Dialer1
6
+ ・コンソールからのPING結果
7
+ ping 192.168.0.1 NG
8
+ ping 192.168.11.100 OK
9
+ ping www.google.co.jp OK
6
10
 
7
11
  ---
8
12
  初心者です。よろしくお願いします。

1

ルータ設定の追記、追加設定

2016/05/22 02:33

投稿

yotsuba
yotsuba

スコア20

title CHANGED
File without changes
body CHANGED
@@ -1,3 +1,10 @@
1
+ <追記5/22>
2
+ ・VLAN100 に ip nat inside を追加設定
3
+ ・以下2つの結果をを追記しました。
4
+ show ip route
5
+ show interfaces Dialer1
6
+
7
+ ---
1
8
  初心者です。よろしくお願いします。
2
9
 
3
10
  自宅ルータをBuffalo無線ルータからCisco1812Jに交換して設定しています。
@@ -216,4 +223,82 @@
216
223
  transport input ssh
217
224
  !
218
225
  end
226
+ ```
227
+
228
+
229
+ ```C#
230
+ Router01#show interfaces Dialer1
231
+ Dialer1 is up, line protocol is up (spoofing)
232
+ Hardware is Unknown
233
+ Internet address is 219.126.41.36/32
234
+ MTU 1454 bytes, BW 56 Kbit/sec, DLY 20000 usec,
235
+ reliability 255/255, txload 1/255, rxload 1/255
236
+ Encapsulation PPP, LCP Closed, loopback not set
237
+ Keepalive set (10 sec)
238
+ DTR is pulsed for 1 seconds on reset
239
+ Interface is bound to Vi2
240
+ Last input never, output never, output hang never
241
+ Last clearing of "show interface" counters 01:01:27
242
+ Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
243
+ Queueing strategy: weighted fair
244
+ Output queue: 0/1000/64/0 (size/max total/threshold/drops)
245
+ Conversations 0/0/16 (active/max active/max total)
246
+ Reserved Conversations 0/0 (allocated/max allocated)
247
+ Available Bandwidth 42 kilobits/sec
248
+ 5 minute input rate 0 bits/sec, 0 packets/sec
249
+ 5 minute output rate 0 bits/sec, 0 packets/sec
250
+ 62 packets input, 4974 bytes
251
+ 1610 packets output, 83047 bytes
252
+ Bound to:
253
+ Virtual-Access2 is up, line protocol is up
254
+ Hardware is Virtual Access interface
255
+ MTU 1454 bytes, BW 56 Kbit/sec, DLY 20000 usec,
256
+ reliability 255/255, txload 1/255, rxload 1/255
257
+ Encapsulation PPP, LCP Open
258
+ Stopped: CDPCP
259
+ Open: IPCP
260
+ PPPoE vaccess, cloned from Dialer1
261
+ Vaccess status 0x44, loopback not set
262
+ Keepalive set (10 sec)
263
+ DTR is pulsed for 5 seconds on reset
264
+ Interface is bound to Di1 (Encapsulation PPP)
265
+ Last input 00:00:06, output never, output hang never
266
+ Last clearing of "show interface" counters 01:01:22
267
+ Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
268
+ Queueing strategy: fifo
269
+ Output queue: 0/40 (size/max)
270
+ 5 minute input rate 0 bits/sec, 0 packets/sec
271
+ 5 minute output rate 0 bits/sec, 0 packets/sec
272
+ 495 packets input, 11065 bytes, 0 no buffer
273
+ Received 0 broadcasts (0 IP multicasts)
274
+ 0 runts, 0 giants, 0 throttles
275
+ 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
276
+ 1617 packets output, 83195 bytes, 0 underruns
277
+ 0 output errors, 0 collisions, 0 interface resets
278
+ 0 unknown protocol drops
279
+ 0 output buffer failures, 0 output buffers swapped out
280
+ 0 carrier transitions
281
+ ```
282
+
283
+ ```C#
284
+ Router01#show ip route
285
+ Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
286
+ D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
287
+ N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
288
+ E1 - OSPF external type 1, E2 - OSPF external type 2
289
+ i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
290
+ ia - IS-IS inter area, * - candidate default, U - per-user static route
291
+ o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
292
+ + - replicated route, % - next hop override
293
+
294
+ Gateway of last resort is 0.0.0.0 to network 0.0.0.0
295
+
296
+ S* 0.0.0.0/0 is directly connected, Dialer1
297
+ 192.168.11.0/24 is variably subnetted, 2 subnets, 2 masks
298
+ C 192.168.11.0/24 is directly connected, Vlan100
299
+ L 192.168.11.100/32 is directly connected, Vlan100
300
+ 219.126.41.0/32 is subnetted, 1 subnets
301
+ C 219.126.41.36 is directly connected, Dialer1
302
+ 220.148.136.0/32 is subnetted, 1 subnets
303
+ C 220.148.136.242 is directly connected, Dialer1
219
304
  ```