GLUG: Multiple Network Cards

Gerrit Visser s9347089@postino.up.ac.za
Fri Nov 20 08:19:36 1998



Wayne Pascoe wrote:

> Hi all....
>
> I'm trying to run two 3c905B Cyclone cards in a machine. I'm using the E
> driver and I've tried modules and compiled into the Kernel. a DMESG reports
> that both cards were detected at eth0 and eth1 respectively. I can ping the
> one card (192.168.0.1) from a windows machine (192.168.0.10). I can't ping
> the second card (eth1, 146.141.15.2) from another windows machine
> (146.141.15.10)
> I've tried doing an ifdown to disable eth0 but eth1 still doesn't talk. By
> using ipforwarding I can ping the 146.141.15.2 card from the windows machine
> at 192.168.0.10
>
> The other problem I'm experiencing, is that if I just add the two cards, I
> can't ping any address... I have to set ATBOOT=no on eth1 and manually start
> it in my S99local script.

I'm not a network expert, so I may be WAY off.Is the windows machine at
146.141.15.10 connected to the same network line as the network cable which
connects to the linux card at 146.141.15.2 ? If not, it might be that
146.141.15.10 is looking for 146.141.15.2 on the same network. Try switching the
two IP's around and see if you can ping the second card. If it works, you might
have to use a 192.168.0.x IP, or use a direct connection to the other network
line. Another possibility would be to change the netmask of the machine at
146.141.15.10, to not include 146.141.15.2 as being on the same line.

Just my .02c

Gerrit Visser