- 论坛徽章:
- 0
|
请教:为什么我一激活第二块网卡,就都ping不通了
Try:
1. if cards are in different types, very simple. suppose the original one has a type intel pro 100 ( this is the case for most of intel mother board with NIC integrated), and the second one is 3com somthing.
edit /etc/modules.conf ( for kernel 2.4.x) or /etc/modprobe.conf (for kernel 2.6.x)
add (or change) two lines:
alias 3c59x eth1
alias e100 eth0
where 3c59x and e100 are drivers for two cards.
2. case two: cards have the same type.
try to find which is which first, then set up network parameter accordingly. for example, if eth0 becomes eth1, you have to configure eth1 with eth0 parameters.
Remember don't change network cable, it would only confuse you, and eth0 and eth1 is just the name which can be changed to whatever you want. |
|