开机引导双网卡

由 再吻我吧 在 08-27-2003 20:59 发表:

开机引导双网卡

我在服务器上装了两块同样的网卡(8139的),但是开机后只能激活一块。这两天看了看资料才知道LINUX为了加快启动速度,对同样的网卡只激活一块。

可是我想用这台机子做服务器代理其他机子上网呀。不知道如何才能实现。


由 Glue 在 08-27-2003 22:51 发表:


也可能是8139的网卡驱动不支持。

我有两张3com,两张intelpro装在同一台机子上,RedHat9不作任何设置就可以认到全部四张卡。


-_-


由 seablue 在 08-28-2003 02:06 发表:


确实有些可以自动识别了.

不知道这个是否你需要的:

http://www.linuxsir.com/bbs/showthr...?threadid=54676


由 再吻我吧 在 08-28-2003 08:10 发表:


> quote: > > * * * > > 最初由 seablue 发表
>
> **确实有些可以自动识别了.
>
> 不知道这个是否你需要的:
>
> http://www.linuxsir.com/bbs/showthr...?threadid=54676 ** > > * * *

相同型号的几个pnp网卡也可以用的,设置如下:

!)设置/etc/modules.conf文件中相应的网卡驱动模块,以8139网卡在redhat9.0为例

alias eth0 8139too

alias eth1 8139too

alias eth3 8139too

options -o eth0 8139too-1

options -o eth2 8139too-2

options -o eth3 8139too-3

注: 选项-o用来给每个模块实例一个唯一的名字,因为不能用同一个名字载入两个模块。

!!)参考/etc/sysconfig/network-scripts/ifcf

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus