[网络管理]
【求助】linux双网卡高级配置问题
有台服务器双网卡eth0(网通)eth1(电信)
基本拓扑是这样的
pc1---pc2---pc3
三台服务器,pc1是电信,pc3是网通
我的服务器是pc2
现在要pc2实现:从pc1进来的数据通过eth1到pc2做的路由规则(已做)指向eth0出去到pc3。
但我对主机这个双网卡的路由配置不是很熟
# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
121.30.200.4 * 255.255.255.252 U 0 0 0 eth1
221.20.169.118 * 255.255.255.224 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth1
default 121.30.200.4 0.0.0.0 UG 0 0 0 eth1
好象是有问题的。好象默认路由有问题哦。。。应该怎么修改?