负载平衡
ip route add default scope global nexthop via XX.XX.XX.XX dev eth0 weight 1 nexthop via XX.XX.XX.XX dev eth1 weight 1
增加一条默认的全局路由记录。欲到达的目标网络XX.XX.XX.XX(nexthop via XX.XX.XX.XX), 经由网关(以太网卡 eth0),链路权重为1
删除 ip route del default scope global
增加 ip route add default scope global nexthop via 119.254.242.33 dev eth1 weight 1 nexthop via 124.207.105.225 dev eth0 weight 1
查看
ip route list