>>> 此贴的回复 >> 最好不要把两块网卡都设在同一网段,默认路由是从第一块网卡出去 把两块网卡分别设在两个网段,然后添加路由,试试看 #ifconfig eth0 192.168.1.100 netmask 255.255.255.0 #ifconfig eth1 10.0.0.100 netmask 255.0.0.0 #route add -net 10.0.0.0 netmask 255.0.0.0 dev eth1