質問編集履歴
2
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,7 +38,31 @@
|
|
38
38
|
|
39
39
|
```
|
40
40
|
|
41
|
+
|
42
|
+
|
41
43
|
設定1でtoの宛先とルーティングが一緒なので、設定1も設定2も変わらないと思いました。
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
現在のルーティング状況は以下の通りです。
|
48
|
+
|
49
|
+
```
|
50
|
+
|
51
|
+
[root@host1 ~]# ip r show table main
|
52
|
+
|
53
|
+
(一部抜粋)
|
54
|
+
|
55
|
+
172.16.0.0/22 dev eth1 proto kernel scope link src 172.16.0.15 metric 101
|
56
|
+
|
57
|
+
172.16.4.0/22 dev eth2 proto kernel scope link src 172.16.4.15 metric 102
|
58
|
+
|
59
|
+
172.16.8.0/22 dev eth3 proto kernel scope link src 172.16.8.15 metric 103
|
60
|
+
|
61
|
+
[root@host1 ~]# ip r show table rule01
|
62
|
+
|
63
|
+
172.16.0.0/22 dev tunl01 scope link
|
64
|
+
|
65
|
+
```
|
42
66
|
|
43
67
|
|
44
68
|
|
1
誤植修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
```
|
40
40
|
|
41
|
-
設定1でtoの宛先とルーティングが一緒なので、設定1も設定2も変わらない
|
41
|
+
設定1でtoの宛先とルーティングが一緒なので、設定1も設定2も変わらないと思いました。
|
42
42
|
|
43
43
|
|
44
44
|
|