LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1299|回复: 1

如何安装多个网卡?[需要验证]

[复制链接]
发表于 2002-8-7 01:09:43 | 显示全部楼层 |阅读模式
 (1)安装两块网卡时,在lilo.conf里加上append = "ether=0,0,eth1"
 (2)当插了三块,则为:append = "ether=0,0,eth1 ether=0,0,eth2"
  举例如下:
  boot = /dev/hda
  #compact        # faster, but won't work on all systems.
  delay = 50
  vga = normal    # force sane state
  append= "ether=0,0,eth1"     #不知道网卡irq和iobase时
  [append="ether=9,0xfce0,eth0 ether=5,0xfcc0,eth1"  #知道网卡irq和iobase时]
  # ramdisk = 0     # paranoia setting
  # End LILO global section
  # Linux bootable partition config begins
  image = /zImage
  root = /dev/hda1
  label = linux
  read-only # Non-UMSDOS filesystems should be mounted read-only for checking
  # Linux bootable partition config ends
  如果已经编译成模块,应该在/etc/rc.d/rc.modules(在Redhat里是/etc/conf.modules),加上类似的一行:/sbin/modprobe ne io=io1,io2
发表于 2002-8-7 03:33:07 | 显示全部楼层
我就是两块网卡啊
安装中自动认出
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表