1、安装Linux,如果以后需要使用双网卡,最好在安装以前插好两块网卡 
1)安装Linux 
2)安装完毕后在进入X_window配置第二网卡 
进入X_window,在turbolinux控制中心 - 网络配置 - 网络界面中添加eth1 
用 ifconfig察看eth0、eth1的中断是否相同,不同的话表示安装成功(也可以用拔掉网线 
的方法检查是否安装成功) 
[安装] 如何让内核检测到两块网卡经常碰到这类问题,其实非常简单: 
当你有两块网卡时,在lilo.conf里加上 
append = "ether=0,0,eth1" 
当你插了三块, 则为: 
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" 
# 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 
这是不知道网卡irq和iobase时的做法(尤其是PCI网卡时,象3c590...) 
当知道网卡irq和iobase时,还是指定的好: 
例如:两块3c590: 
append="ether=9,0xfce0,eth0 ether=5,0xfcc0,eth1" 
注:如果已经编译成模块的话,应该在/etc/rc.d/rc.modules(在TurboLinux里 
是/etc/conf.modules) 
加上类似的一行: 
/sbin/modprobe ne io=io1,io2 
      
在linux下建立网站详细过程
内容版权声明:除非注明,否则皆为本站原创文章。
