iproute2源IP路由配置

2021-06-05 00:06:47 字數 367 閱讀 2693

ip route add 192.168.0.0/24 dev eth0 table 10

ip route add default via 192.168.0.1 dev eth0 table 10

ip rule add from 192.168.0.10 table 10 pref 100

ip route add 192.168.0.0/24 dev eth1 table 11

ip route add default via 192.168.0.1 dev eth1 table 11

ip rule add from 192.168.0.11 table 11 pref 101

ip route flush cache

iproute2交叉編譯

測試zynq ramdisk平台時發現自帶的busybox無法通過ip命令配置can介面,執行can配置命令 ip link set can0 type can bitrate 100000 會出現以下報錯 ip either dev is duplicate,or type is garbage ...

iproute2常用命令

常用命令 ip link show 顯示鏈路 ip addr show 顯示位址 或ifconfig ip route show 顯示路由 route n ip neigh show 顯示arp表 ping 192.168.95.50,如果主機在同一區域網內,直接加到arp表 ip neigh de...

TSN之iproute2交叉編譯

iproute2是linux上有關tcp ip網路的一系列工具,現時由stephen hemminger負責維護。這一系列工具的原作是alexey kuznetsov,他亦是linux核心中有關qos實現的作者。這一系列的工具包括了以下幾個元件 這一系列工具是為了取代一些過時不更新的命令 以上參考自...