首页 > 其他 > 详细

CentOS7 源进源出

时间:2019-09-17 00:47:41      阅读:252      评论:0      收藏:0      [点我收藏+]

技术分享图片

echo 200 ct >> /etc/iproute2/rt_tables
echo 201 cu >> /etc/iproute2/rt_tables

ip route add default via 172.16.100.1 table ct
ip route add default via 172.16.200.1 table cu

ip rule add from 172.16.100.2 table ct
ip rule add from 172.16.200.2 table cu

ip rule add to 11.11.11.0/24 table ct
ip rule add to 22.22.22.0/24 table cu

 

技术分享图片

 

CentOS7 源进源出

原文:https://www.cnblogs.com/heqiuyong/p/11531008.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!