質問編集履歴

1

本来の設計外であるNATの記載の削除

2019/08/19 02:39

投稿

seven_jinro
seven_jinro

スコア9

test CHANGED
File without changes
test CHANGED
@@ -44,11 +44,17 @@
44
44
 
45
45
  ### 該当のソースコード
46
46
 
47
+
48
+
49
+ ```IOS
50
+
51
+ bumonRT1#show run
52
+
47
53
  Building configuration...
48
54
 
49
55
 
50
56
 
51
- Current configuration : 1429 bytes
57
+ Current configuration : 1332 bytes
52
58
 
53
59
  !
54
60
 
@@ -78,6 +84,8 @@
78
84
 
79
85
  logging console warnings
80
86
 
87
+ enable password
88
+
81
89
  !
82
90
 
83
91
  no aaa new-model
@@ -132,8 +140,6 @@
132
140
 
133
141
  ip address 10.27.251.89 255.255.255.0
134
142
 
135
- ip nat outside
136
-
137
143
  ip virtual-reassembly
138
144
 
139
145
  duplex auto
@@ -142,38 +148,32 @@
142
148
 
143
149
  !
144
150
 
145
- interface FastEthernet0.1
151
+ interface FastEthernet1
152
+
153
+ no ip address
146
154
 
147
155
  shutdown
148
156
 
157
+ duplex auto
158
+
159
+ speed auto
160
+
149
- !
161
+ !
150
-
162
+
151
- interface FastEthernet1
163
+ interface FastEthernet1.1
164
+
165
+ shutdown
166
+
167
+ !
168
+
169
+ interface BRI0
152
170
 
153
171
  no ip address
154
172
 
173
+ encapsulation hdlc
174
+
155
175
  shutdown
156
176
 
157
- duplex auto
158
-
159
- speed auto
160
-
161
- !
162
-
163
- interface FastEthernet1.1
164
-
165
- shutdown
166
-
167
- !
168
-
169
- interface BRI0
170
-
171
- no ip address
172
-
173
- encapsulation hdlc
174
-
175
- shutdown
176
-
177
177
  !
178
178
 
179
179
  interface FastEthernet2
@@ -212,15 +212,13 @@
212
212
 
213
213
  ip address 172.16.100.1 255.255.0.0
214
214
 
215
- ip nat inside
216
-
217
215
  ip virtual-reassembly
218
216
 
219
217
  !
220
218
 
221
219
  ip classless
222
220
 
223
- ip route 0.0.0.0 0.0.0.0 10.27.251.1
221
+ ip route 0.0.0.0 0.0.0.0 FastEthernet0
224
222
 
225
223
  !
226
224
 
@@ -230,9 +228,49 @@
230
228
 
231
229
  no ip http secure-server
232
230
 
231
+ !
232
+
233
+ !
234
+
235
+ !
236
+
237
+ !
238
+
239
+ !
240
+
241
+ control-plane
242
+
243
+ !
244
+
245
+ !
246
+
247
+ line con 0
248
+
249
+ logging synchronous
250
+
251
+ line aux 0
252
+
253
+ line vty 0 4
254
+
255
+ password
256
+
257
+ logging synchronous
258
+
259
+ login
260
+
261
+ line vty 5 15
262
+
263
+ logging synchronous
264
+
265
+ login
266
+
267
+ !
268
+
233
- ip nat inside source static 172.16.1.31 10.34.89.31
269
+ no scheduler allocate
270
+
234
-
271
+ end
272
+
235
-
273
+ ```
236
274
 
237
275
 
238
276
 
@@ -271,3 +309,13 @@
271
309
  可能なら10系のクライアントから172.16.x.xと直接IPを叩いて
272
310
 
273
311
  teratarmでログインできる環境を作成したいと思っております。
312
+
313
+ 当方で設定出来るルーターは10.27.251.89のみの為
314
+
315
+ 10.40.243.49
316
+
317
+ 10.40.250.15などの設定変更は行えません。
318
+
319
+ この状態で172系にアクセス可能か、可能であればどのようなやり方があるのか
320
+
321
+ ご回答いただけると幸いです。