Linux
在 ip 規則中查找 <interface name> 是什麼意思?
請問有人可以幫我理解linux中的ip規則/路由策略嗎?
例如考慮下面的例子,
101:from all to 192.168.0.51 lookup table_custom 190:from all to 10.2.3.4 lookup eth1
我理解優先級為“101”的規則 - 從任何 IP 地址到 192.168.0.51,查找路由表“table_custom”。
- 但我不明白規則“190” - 查找介面是什麼意思?
提前致謝。
看看
/etc/iproute2/rt_tables
。eth1
在這種情況下是一個表名(一個不尋常的)。也許那是一張發送所有數據包的表eth1
。看ip route show table eth1