由 pd5c18 在 08-22-2003 15:56 发表:
3块网卡同时工作在同一网段,请赐教
服务器中有3块网卡,但是我都设置为同一网段的IP后,网络不能正常工作,外部不能ping通,机器不能ping出去
设定一块网卡工作正常,设定不同网段工作正常
eth0 192.168.123.1
eth1 192.168.123.2
eth2 192.168.123.3
请版主和大家帮忙
由 anetwolf 在 08-22-2003 16:05 发表:
把你的路由贴出来看看.
由 pd5c18 在 08-22-2003 16:23 发表:
这是我使用一块网卡时的路由表,因为如果3块网卡同时开的话,我不能ssh进我的服务器,没有网络的
$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.123.0 * 255.255.255.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 192.168.123.254 0.0.0.0 UG 0 0 0 eth0
由 pd5c18 在 08-25-2003 00:09 发表:
顶一下
由 tower 在 08-25-2003 09:49 发表:
你是怎么up 3块网卡的?
贴出ifcfg-eth0,1,2来看看?
3块都 up 后 的 route是怎样的?
由 pd5c18 在 08-25-2003 10:54 发表:
$