LinuxSir.cn,穿越时空的Linuxsir!

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

intel pro10 isa 网卡,如何设置?

[复制链接]
发表于 2003-3-25 14:52:50 | 显示全部楼层 |阅读模式
我的网卡是intel pro10 isa 网卡,教育网用户,有固定ip,在xwindows下设置好ip,markip,gateway, DNS,eth0 变成active, ping 我的ip没问题,ping网关的时候有时能通有时不同,数据包丢失率一般都在90%以上。
PING 211.66.8.215 (211.66.8.215) from 211.66.8.215 : 56(84) bytes of data.
64 bytes from 211.66.8.215: icmp_seq=1 ttl=64 time=0.095 ms
64 bytes from 211.66.8.215: icmp_seq=2 ttl=64 time=0.055 ms
64 bytes from 211.66.8.215: icmp_seq=3 ttl=64 time=0.065 ms
64 bytes from 211.66.8.215: icmp_seq=4 ttl=64 time=0.064 ms

--- 211.66.8.215 ping statistics ---
4 packets transmitted, 4 received, 0% loss, time 2998ms
rtt min/avg/max/mdev = 0.055/0.069/0.095/0.018 ms
PING 211.66.8.254 (211.66.8.254) from 211.66.8.215 : 56(84) bytes of data.

--- 211.66.8.254 ping statistics ---
11 packets transmitted, 0 received, 100% loss, time 10012ms

PING 211.66.8.254 (211.66.8.254) from 211.66.8.215 : 56(84) bytes of data.

--- 211.66.8.254 ping statistics ---
19 packets transmitted, 0 received, 100% loss, time 18000ms

PING 211.66.8.254 (211.66.8.254) from 211.66.8.215 : 56(84) bytes of data.

用ifconfig 和netstat 得到的信息如下:

eth0 Link encap:Ethernet HWaddr 00:A0:C9:3E:AF:F4
inet addr:211.66.8.215 Bcast:211.66.8.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:26419 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:3 dropped:0 overruns:0 carrier:1
collisions:0 txqueuelen:100
RX bytes:2500780 (2.3 Mb) TX bytes:3314 (3.2 Kb)
Interrupt:5 Base address:0x210

Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
211.66.8.0 0.0.0.0 255.255.255.0 U 40 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 40 0 0 lo
0.0.0.0 211.66.8.254 0.0.0.0 UG 40 0 0 eth0

好像没什么问题吧,为什么就上不了网呢??? 郁闷~
发表于 2003-4-3 22:13:18 | 显示全部楼层
Intel EtherExpress Pro10要设置IRQ io什么的。
如果是Redhat 用redhat-config-network来设置就行。


另外在/etc/modules.conf中加入
alias eth0 eepro
options eepro io=0x230 irq=11
或者
alias eth0 eepro
options eepro io=0x300, irq=10

然后用

ifup eth0
ifdown eth0
或者
[root@LinSir01 X11]# /etc/init.d/network restart

不要忘记设置IP和DNS等。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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