- 論壇徽章:
- 0
|
我有2臺(tái)服務(wù)器,都裝的CentOS 4.4
服務(wù)器A,eth0是外網(wǎng)IP(1.2.3.5),eth1是內(nèi)網(wǎng)IP(192.168.1.2),此服務(wù)器一切正常
服務(wù)器B,eth0是外網(wǎng)IP(1.2.3.4),eth1是內(nèi)網(wǎng)IP(192.168.1.1)
兩臺(tái)服務(wù)器在大多數(shù)時(shí)候都工作正常.但有時(shí)候,服務(wù)器B的eth0會(huì)無(wú)故斷流,就是連ping都ping不到.
我登錄到A上,卻可以ping到1.2.3.4,但是,ssh 1.2.3.4就不行
奇怪的是,當(dāng)我ssh 192.168.1.1的以后,服務(wù)器B的eth0馬上就恢復(fù)正常了
我查了一下服務(wù)器B的網(wǎng)卡配置,發(fā)現(xiàn)eth0和eth1居然都是使用同一個(gè)IRQ 169,這是怎么回事啊?
請(qǐng)問(wèn),如果要改IRQ,用什么命令?把IRQ改成多少好??
我很害怕遠(yuǎn)程配置網(wǎng)卡,因?yàn)楦悴缓镁桶丫W(wǎng)弄斷了,這樣就麻煩了!
[root:/etc]#dmesg |grep eth
divert: not allocating divert_blk for non-ethernet device lo
divert: allocating divert_blk for eth0
eth0: Broadcom NetXtreme II BCM5708 1000Base-T (B1) PCI-X 64-bit 133MHz found at mem f8000000, IRQ 169, node addr 00188b763d5a
divert: allocating divert_blk for eth1
eth1: Broadcom NetXtreme II BCM5708 1000Base-T (B1) PCI-X 64-bit 133MHz found at mem f4000000, IRQ 169, node addr 00188b763d5c
bnx2: eth1: using MSI
bnx2: eth1 NIC Link is Up, 100 Mbps full duplex, receive & transmit flow control ON
bnx2: eth0: using MSI
bnx2: eth0 NIC Link is Up, 100 Mbps full duplex
divert: not allocating divert_blk for non-ethernet device sit0
eth0: no IPv6 routers present
eth1: no IPv6 routers present
bnx2: eth1: using MSI
ADDRCONF(NETDEV_UP): eth1: link is not ready
bnx2: eth1 NIC Link is Up, 100 Mbps full duplex, receive & transmit flow control ON
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
bnx2: eth0: using MSI
ADDRCONF(NETDEV_UP): eth0: link is not ready
bnx2: eth0 NIC Link is Up, 100 Mbps full duplex
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth1: no IPv6 routers present
eth0: no IPv6 routers present |
|