TTEP.CN > 手机 >
双网卡路由配置
双网卡路由配置
1:在配置网卡的时候,要记住eth0里面可以加入gateway,而eth1里面不能加入自己的gateway。
2:在网卡配置完成后,开始对路由表的设置:
Ip route add 192.168.4.0/24 via 192.168.2.1
下面见表:
①、vi /etc/iproute2/rt_tables
添加
252 tel (电信线路路由表)
251 cnc (网通线路路由表)
②、设置tel和cnc路由表的内容
ip route flush table tel
ip route add default via 192.168.1.1 dev eth0 src 192.168.1.2 table tel
ip rule add from 192.168.1.2 table tel
ip route flush table cnc
ip route add default via 192.168.2.1 dev eth1 src 192.168.2.2 table cnc
ip rule add from 192.168.2.2 table cnc
然后就OK了。可以试试,telnet两个公网IP,呵呵
1:在配置网卡的时候,要记住eth0里面可以加入gateway,而eth1里面不能加入自己的gateway。
2:在网卡配置完成后,开始对路由表的设置:
Ip route add 192.168.4.0/24 via 192.168.2.1
下面见表:
①、vi /etc/iproute2/rt_tables
添加
252 tel (电信线路路由表)
251 cnc (网通线路路由表)
②、设置tel和cnc路由表的内容
ip route flush table tel
ip route add default via 192.168.1.1 dev eth0 src 192.168.1.2 table tel
ip rule add from 192.168.1.2 table tel
ip route flush table cnc
ip route add default via 192.168.2.1 dev eth1 src 192.168.2.2 table cnc
ip rule add from 192.168.2.2 table cnc
然后就OK了。可以试试,telnet两个公网IP,呵呵
- 最近发表
- 赞助商链接