質問編集履歴
2
誤植修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -70,7 +70,7 @@
|
|
70
70
|
|
71
71
|
### 起きている問題
|
72
72
|
|
73
|
-
以上のルーティングでeth1
|
73
|
+
以上のルーティングでeth1にpacketを送るはずですが、実際にはdefault gatewayであるeth0からpacketが送出されます。
|
74
74
|
|
75
75
|
```
|
76
76
|
|
1
ルーティングをシンプルにしました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
|
49
49
|
0: from all lookup local
|
50
50
|
|
51
|
-
100: from all fwmark 0x100000/0x100000 lookup
|
51
|
+
100: from all fwmark 0x100000/0x100000 lookup lan
|
52
52
|
|
53
53
|
32766: from all lookup main
|
54
54
|
|
@@ -60,19 +60,9 @@
|
|
60
60
|
|
61
61
|
```
|
62
62
|
|
63
|
-
[root@host ~]# ip r show table
|
63
|
+
[root@host ~]# ip r show table lan
|
64
64
|
|
65
|
-
150.22.0.
|
65
|
+
150.22.10.3/32 dev eth1 scope link src 150.22.13.3
|
66
|
-
|
67
|
-
nexthop dev eth1 weight 1
|
68
|
-
|
69
|
-
nexthop dev eth2 weight 1
|
70
|
-
|
71
|
-
nexthop dev eth3 weight 1
|
72
|
-
|
73
|
-
nexthop dev eth4 weight 1
|
74
|
-
|
75
|
-
nexthop dev eth5 weight 1
|
76
66
|
|
77
67
|
```
|
78
68
|
|