linux 双线策略路由
在/etc/iproute2/rt_tables里建2个table
251 tel
252 cnc
251 tel
252 cnc
然后给这2个table加规则
ip rule add from 122.227.173.12 table tel
ip rule add from 60.12.21.139 table cnc
ip rule add from 122.227.173.12 table tel
ip rule add from 60.12.21.139 table cnc
给table加路由
ip route add 122.227.173.8/29 src 122.227.173.12 dev eth0 table tel
ip route add 127.0.0.0/8 dev lo table tel
ip route add default via 122.227.173.9 dev eth0 src 122.227.173.12 table tel
ip route add 122.227.173.8/29 src 122.227.173.12 dev eth0 table tel
ip route add 127.0.0.0/8 dev lo table tel
ip route add default via 122.227.173.9 dev eth0 src 122.227.173.12 table tel
ip route add 60.12.21.136/29 src 60.12.21.139 dev eth1 table cnc
ip route add 127.0.0.0/8 dev lo table cnc
ip route add default via 60.12.21.137 dev eth1 src 60.12.21.139 table cnc
ip route add 127.0.0.0/8 dev lo table cnc
ip route add default via 60.12.21.137 dev eth1 src 60.12.21.139 table cnc
注释:
122.227.173.12 电信线路地址
60.12.21.139 网通线路地址
122.227.173.8/29 电信网络地址
60.12.21.136/29 网通网络地址
122.227.173.9 电信网关
60.12.21.137 网通网关
Sort
Archive
- 2023年1月(1)
- 2019年4月(1)
- 2018年12月(2)
- 2014年9月(1)
- 2014年7月(1)
- 2014年5月(4)
- 2013年4月(10)
- 2013年3月(2)
- 2012年11月(10)
- 2012年10月(2)
- 2012年9月(2)
- 2012年8月(9)
- 2012年7月(1)
- 2012年6月(4)
- 2012年5月(4)
- 2012年4月(11)
- 2012年3月(11)
- 2012年1月(16)
- 2011年12月(6)
- 2011年11月(8)
- 2011年10月(8)
- 2011年9月(3)
- 2011年8月(6)
- 2011年7月(3)
- 2011年6月(5)
- 2011年5月(10)
- 2011年4月(4)
- 2011年3月(4)
- 2011年2月(7)
- 2011年1月(16)
- 2010年12月(9)
- 2010年11月(29)
- 2010年10月(14)
- 2010年9月(15)
- 2010年8月(16)
- 2010年7月(22)
- 2010年6月(19)
- 2010年5月(27)
- 2010年4月(21)
- 2010年3月(24)
- 2010年2月(9)
Comment
- Lightning_bear
失效了 - admin
在哪下载? - 王健宇
@红河:CMD命令里... - 红河
台式机安装了蓝牙。但... - M2nT1ger
@LiveOnLov... - LiveOnLove
可以将Tablet ... - 阿生
表示支持了 - M2nT1ger
@无:每种都学啊。 - 无
向您这么厉害,得学习... - M2nT1ger
@被屏蔽的昵称:谢谢...
发表评论: